mesa/src/intel/blorp
Jason Ekstrand f58e0405b6 intel/fs: Drop the gl_program from fs_visitor
It's not used by anything anymore now that so much lowering has been
moved into NIR.  Sadly, we still need on in brw_compile_gs() for
geometry shaders on Sandy Bridge.  Short of a lot of pointless work,
that one's probably not going away.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2019-08-25 01:02:52 -05:00
..
blorp.c intel/fs: Drop the gl_program from fs_visitor 2019-08-25 01:02:52 -05:00
blorp.h intel/blorp: Make swizzle_color_value public. 2019-03-20 16:46:25 -07:00
blorp_blit.c intel: Use a system value for gl_FragCoord 2019-07-29 23:30:26 +00:00
blorp_clear.c tree-wide: replace MAYBE_UNUSED with ASSERTED 2019-07-31 09:41:05 +01:00
blorp_genX_exec.h intel: replace MAYBE_UNUSED with UNUSED 2019-07-31 09:41:05 +01: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