mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
- Moves all the existing web tests for getUniformX to web_ui/tests. - Commits shaders to github in addition to the impellerc generated string. Had to manually translate them from the dumped SKSL string to GLSL and recompile, there may be small differences. - Updates the impellerc generated strings Does not fix the web testing build system to have this happen in a non-brittle way. That should happen at some point.