1. 08 Aug, 2022 1 commit
  2. 05 Aug, 2022 8 commits
  3. 04 Aug, 2022 5 commits
  4. 03 Aug, 2022 6 commits
  5. 02 Aug, 2022 1 commit
  6. 01 Aug, 2022 2 commits
  7. 29 Jul, 2022 4 commits
  8. 08 Aug, 2022 1 commit
  9. 29 Jul, 2022 1 commit
  10. 28 Jul, 2022 2 commits
  11. 08 Aug, 2022 1 commit
  12. 28 Jul, 2022 5 commits
  13. 08 Aug, 2022 1 commit
  14. 27 Jul, 2022 2 commits
    • Generalize frame processing error codes. · 427a7a1f
      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 0f96d861)
      hschlueter committed
    • Add Effect marker interface. · 6e390771
      This allows non-GL effects to be passed to custom FrameProcessor
      implementations.
      
      PiperOrigin-RevId: 463696384
      (cherry picked from commit 580e44fc)
      hschlueter committed