anv: Don't print warnings for GRL kernel compilations

Make the build less chatty.  The current warnings are about certain
capabilities not being fully supported, which we don't care for these
particular kernels.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26939>
This commit is contained in:
Caio Oliveira 2024-01-08 11:50:21 -08:00 committed by Marge Bot
parent f09384f4c3
commit c21213b438

View file

@ -142,7 +142,8 @@ foreach t : [['125', 'gfx125', 'dg2']]
# without modifying grl source code, remove
# if fixed there
],
env: ['MESA_SHADER_CACHE_DISABLE=true'],
env: ['MESA_SHADER_CACHE_DISABLE=true',
'MESA_SPIRV_LOG_LEVEL=error'],
depends : dep_prog_intel_clc
)
endforeach