mesa/src/asahi
Alyssa Rosenzweig 3712609ee3 agx: Only emit the used components of gl_FragCoord
In case a shader only use gl_FragCoord.xy, this avoids wasting
coefficient registers for gl_FragCoord.zw which should be a small
optimization. It's also less work for DCE but I'm less worried about
that.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17198>
2022-08-07 20:43:54 -04:00
..
compiler agx: Only emit the used components of gl_FragCoord 2022-08-07 20:43:54 -04:00
lib asahi,agx: Rewrite varying linking 2022-08-07 20:43:26 -04:00
meson.build asahi: Fix meson dependency on packing in compiler 2021-07-06 13:44:50 +00:00