- 28 Nov, 2023 1 commit
-
-
Kate Lovett authored
Fixes https://github.com/flutter/flutter/issues/138753 This makes sure that InkSparkles are always fixed for testing rather than random.
-
- 18 Sep, 2023 1 commit
-
-
Michael Goderbauer authored
New feature in upcoming Dart 3.2. See https://github.com/dart-lang/language/issues/2020. Feature is enabled by bumping the min SDK version to 3.2. Part of https://github.com/flutter/flutter/issues/134476.
-
- 13 Sep, 2023 1 commit
-
-
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 ð
-
- 01 Jun, 2023 1 commit
-
-
Jonah Williams authored
Shaders are supported everywhere but HTML backend. We missed this doc update.
-
- 27 Mar, 2023 1 commit
-
-
Bruno Leroux authored
-
- 23 Feb, 2023 1 commit
-
-
Lioness100 authored
* Fix typos * lowercase animated & opacity * Undo typo fix --------- Co-authored-by: Michael Goderbauer <goderbauer@google.com>
-
- 01 Sep, 2022 1 commit
-
-
Zachary Anderson authored
-
- 24 Aug, 2022 2 commits
-
-
Newton Michael authored
-
eggfly authored
-
- 27 Jul, 2022 3 commits
-
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Jonah Williams authored
-
- 22 Jul, 2022 1 commit
-
-
Zachary Anderson authored
-
- 02 Jun, 2022 1 commit
-
-
Pierre-Louis authored
-
- 25 May, 2022 1 commit
-
-
Jonah Williams authored
-
- 04 May, 2022 1 commit
-
-
Zachary Anderson authored
-
- 28 Apr, 2022 1 commit
-
-
apeltop authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 Apr, 2022 1 commit
-
-
Qun Cheng authored
-
- 09 Mar, 2022 1 commit
-
-
Anthony authored
Create an InkSparkle effect that matches the Material 3 ripple on Android 12. Similar to InkRipple, but uses the new custom shader API.
-