1. 28 Nov, 2023 1 commit
  2. 18 Sep, 2023 1 commit
  3. 13 Sep, 2023 1 commit
    • Jonah Williams's avatar
      [framework] reduce ink sparkle uniform count. (#133897) · 2daf9177
      Jonah Williams authored
      Fixes https://github.com/flutter/flutter/issues/133325
      
      Due to the number of uniforms present, the ink_sparkle shader can't run without post processing (on all target platforms) that the impellerc offline compiler doesn't perform. However, we can't just move the uniforms into a uniform buffer object (UBO) because the Skia backend doesn't support it.
      
      Rather than work around this in the compiler, we can reduce the uniform count by 1) packing four floats into a single vec4 2) removing a uniform for what is effectively a constant.
      
      This should have no visible effects, and if any scubas fail it means I did this wrong 😆
      2daf9177
  4. 01 Jun, 2023 1 commit
  5. 27 Mar, 2023 1 commit
  6. 23 Feb, 2023 1 commit
  7. 01 Sep, 2022 1 commit
  8. 24 Aug, 2022 2 commits
  9. 27 Jul, 2022 3 commits
  10. 22 Jul, 2022 1 commit
  11. 02 Jun, 2022 1 commit
  12. 25 May, 2022 1 commit
  13. 04 May, 2022 1 commit
  14. 28 Apr, 2022 1 commit
  15. 14 Apr, 2022 1 commit
  16. 13 Apr, 2022 1 commit
  17. 09 Mar, 2022 1 commit