mesa/src/intel
Lionel Landwerlin 5b79745b04 intel/common: add a INTEL_DECODE variable to parameter decoder at runtime
Sometimes you want to diff 2 runs with INTEL_DEBUG=bat, but a tiny
allocation change can mess quite badly with offsets printed in the
decoding, making it hard to look at the diff with meld.

Fortunately our decoder can avoid printing offsets. We just need a
variable to specify that.

We still use the defaults specified by the driver but you can turn
things on/off with :

INTEL_DECODE=+color,-offsets,-floats INTEL_DEBUG=bat ./my_app

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20874>
2023-01-24 15:15:17 +00:00
..
blorp intel/blorp: Lower base_workgroup_id to zero 2023-01-18 12:21:03 +00:00
ci ci/piglit: Add some common piglit skips for Mesa CI's testing of glx. 2023-01-24 00:13:02 +00:00
common intel/common: add a INTEL_DECODE variable to parameter decoder at runtime 2023-01-24 15:15:17 +00:00
compiler intel/compiler/mesh: handle const data in task & mesh programs 2023-01-24 14:47:21 +00:00
dev intel/dev: Split hwconfig i915 specific code 2023-01-20 17:26:08 +00:00
ds intel/utrace: document tracepoints 2023-01-13 01:22:15 +00:00
genxml intel/genxml: set unused 3DSTATE_PS_EXTRA field as mbz 2023-01-24 10:28:15 +00:00
isl intel/isl: Disable CCS on MTL until B0 (Wa_14017353530) 2022-12-15 11:43:00 -08:00
nullhw-layer utils: Merge util/debug.* into util/u_debug.* and remove util/debug.* 2022-11-02 07:25:39 +00:00
perf intel: add MTL performance metrics 2022-12-09 09:13:02 +00:00
tools anv,hasvk: migrate align32 to the right functions from util 2023-01-06 17:22:16 +00:00
vulkan anv: fix preemption enable emission in gpu_memcpy 2023-01-20 22:35:41 +02:00
vulkan_hasvk hasvk: check the return value of anv_execbuf_add_bo_bitset() 2023-01-23 20:43:36 +00:00
meson.build intel: Disable SSE2 instruction set if building for non x86 architectures 2022-11-23 16:57:23 +00:00