1. 09 Aug, 2022 3 commits
  2. 08 Aug, 2022 4 commits
  3. 05 Aug, 2022 8 commits
  4. 04 Aug, 2022 4 commits
  5. 03 Aug, 2022 6 commits
  6. 02 Aug, 2022 2 commits
  7. 01 Aug, 2022 2 commits
  8. 29 Jul, 2022 4 commits
  9. 28 Jul, 2022 1 commit
  10. 19 Oct, 2022 1 commit
  11. 28 Jul, 2022 3 commits
  12. 19 Oct, 2022 1 commit
  13. 27 Jul, 2022 1 commit
    • Generalize frame processing error codes. · 44de468f
      TransformationException error codes were previously tied to OpenGL
      but other FrameProcessor implementations are possible. So this CL
      renames the error codes.
      Also, remove GL_INIT_FAILED error code, as FrameProcessor
      implemenations may initialize resources on a background thread
      after the factory method returns, so it's not obvious how to
      distinguish between initialization failures and processing failures.
      
      PiperOrigin-RevId: 463704902
      (cherry picked from commit bac323d3)
      Googler committed