Revert "anv/grl: Set INTEL_FORCE_PROBE=* when running intel_clc"

We now use a separate code path to get devinfo for running intel_clc,
so we don't need to set the INTEL_FORCE_PROBE env-var.

This reverts commit aa152ef431.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29445>
This commit is contained in:
Jordan Justen
2024-05-28 12:53:36 -07:00
committed by Marge Bot
parent 43f795d19f
commit 84216abd94

View File

@@ -140,8 +140,7 @@ foreach t : [['125', 'gfx125', 'dg2'], ['200', 'gfx20', 'lnl'], ]
'-I' + join_paths(meson.current_source_dir(), 'include'),
],
env: ['MESA_SHADER_CACHE_DISABLE=true',
'MESA_SPIRV_LOG_LEVEL=error',
'INTEL_FORCE_PROBE=*'],
'MESA_SPIRV_LOG_LEVEL=error'],
depends : dep_prog_intel_clc
)
endforeach