mesa/src/intel
Kenneth Graunke b35f1fc910 intel/compiler: Delete unused emit_dummy_fs()
This code is compiled out, but has been left in place in case we wanted
to use it for debugging something.  In the olden days, we'd use it for
platform enabling.  I can't think of the last time we did that, though.

I also used to use it for debugging.  If something was misrendering, I'd
iterate through shaders 0..N, replacing them with "draw hot pink" until
whatever shader was drawing the bad stuff was brightly illuminated.
Once it was identified, I'd start investigating that shader.

These days, we have frameretrace and renderdoc which are like, actual
tools that let you highlight draws and replace shaders.  So we don't
need to resort iterative driver hacks anymore.  Again, I can't think of
the last time I actually did that.

So, this code is basically just dead.  And it's using legacy MRF paths,
which we could update...or we could just delete it.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20172>
2023-10-30 23:03:23 +00:00
..
blorp blorp: handle binding table & surface state allocation failures 2023-10-30 14:47:18 +00:00
ci anv: uninitialize queues before utrace 2023-10-19 09:45:36 +00:00
common intel/xehp+: Import algorithm for TBIMR tiling parameter calculation. 2023-10-27 14:48:29 -07:00
compiler intel/compiler: Delete unused emit_dummy_fs() 2023-10-30 23:03:23 +00:00
dev intel/dev: fix intel_device_info_is_adln check 2023-10-30 11:20:41 +00:00
ds intel/ds: provide names for different events of a timeline's row 2023-10-17 11:19:13 +00:00
genxml intel/xehp+: Adjust TBIMR batch size based on slice count. 2023-10-27 14:50:42 -07:00
isl docs/isl: use hawkmoth instead of doxygen 2023-10-26 16:13:26 +00:00
nullhw-layer meson: support installation tags 2023-09-11 13:00:45 +00:00
perf intel: Move i915_drm.h specific code from common/intel_gem.h to common/i915/intel_gem.h 2023-07-28 15:36:52 +00:00
tools intel/common: Move intel_clflush.h to intel_mem.h/intel_mem.c 2023-09-06 01:39:53 +00:00
vulkan anv: fix corner case of mutable descriptor pool creation 2023-10-30 18:29:46 +00:00
vulkan_hasvk anv: deal with state stream allocation failures 2023-10-30 14:47:18 +00:00
meson.build intel: Only build perf if drivers or tools are enabled 2023-08-31 21:53:19 +00:00