You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
[Impeller] Cleanup shader generation and specify min macOS version. (#37952)
* [Impeller] Cleanup shader generation and specify min macOS version.
We used to add workarounds for flutter/flutter#106066.
However, that issue has been resolved. But the workarounds made it so that unopt
local engine builds would build inconsistent shaders. Also, the mac builds would
specify the iOS as well mac shader standards to the compiler. The mac target
also never got a min OS version.
The script has been cleaned up for readability.
* Format.
0 commit comments