mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
43f795d19f
commit
84216abd94
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue