mesa/src/intel/blorp
Jason Ekstrand 4bb6e6817e intel: Use a system value for gl_FragCoord
It's kind-of an anomaly that the Intel drivers are still treating
gl_FragCoord as an input.  It also makes zero sense because we have to
special-case it in the back-end.

Because ANV is the only user of nir_lower_wpos_center, we go ahead and
just update it to look for nir_intrinsic_load_frag_coord as part of this
patch.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2019-07-29 23:30:26 +00:00
..
blorp.c intel/compiler: Add a "base class" for program keys 2019-07-10 19:35:55 +00:00
blorp.h
blorp_blit.c intel: Use a system value for gl_FragCoord 2019-07-29 23:30:26 +00:00
blorp_clear.c intel: Use a system value for gl_FragCoord 2019-07-29 23:30:26 +00:00
blorp_genX_exec.h intel/blorp: Disable sampler state prefetching on Gen11 2019-06-25 13:29:31 -07:00
blorp_nir_builder.h intel: Use a system value for gl_FragCoord 2019-07-29 23:30:26 +00:00
blorp_priv.h intel/blorp: Handle SINT/UINT clamping on blits. 2019-06-05 16:58:07 -07:00
meson.build intel: add dependency on genxml generated files 2019-04-08 20:52:47 +00:00
TODO