mesa/src/intel/dev
Caio Oliveira 7cd06249b9 intel/compiler: Remove INTEL_DEBUG=tcs8
For Gen11 and prior, the dispatch mode for TCS was SINGLE_PATCH, and
this debug setting could be used to change it to 8_PATCH (falling back
to SINGLE_PATCH when shader couldn't be in the multi dispatch mode).
However after talking to Ken, seems this debug setting is not really
worth keeping around, so removing it.

For Gen12+ the only option is 8_PATCH, so it was always using that
dispatch mode as before.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18151>
2022-08-24 00:39:57 +00:00
..
intel_debug.c intel/compiler: Remove INTEL_DEBUG=tcs8 2022-08-24 00:39:57 +00:00
intel_debug.h intel/compiler: Remove INTEL_DEBUG=tcs8 2022-08-24 00:39:57 +00:00
intel_dev_info.c intel/tools: Print unmappable region info in intel_dev_info 2022-07-21 20:27:10 +00:00
intel_device_info.c intel/dev: remove INTEL_DEVID_OVERRIDE 2022-08-02 11:17:58 +00:00
intel_device_info.h intel/dev: Add intel_vram_all_mappable() 2022-07-21 20:27:10 +00:00
intel_device_info_override_test.c intel/dev: add a test verifying that device override works 2022-08-02 11:17:58 +00:00
intel_device_info_test.c intel/dev: move verification function to a header 2022-08-02 11:17:58 +00:00
intel_device_info_test.h intel/dev: move verification function to a header 2022-08-02 11:17:58 +00:00
intel_hwconfig.c intel/dev: drop warning for unhandled hwconfig keys 2022-08-02 08:08:02 +00:00
intel_hwconfig.h intel/dev: fixup max_cs_workgroup_threads after hwconfig is read 2022-06-20 07:43:43 +00:00
intel_hwconfig_types.h intel/dev: Add intel_hwconfig_types.h from random post on the internet 2022-01-19 00:29:35 +00:00
meson.build meson: Use different STRACEDIR folder for intel_devinfo_override_test 2022-08-22 14:18:53 +00:00