Module: Mesa
Branch: main
Commit: c21213b4387dbf3a23150bae54e641fa085c5778
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c21213b4387dbf3a23150bae54e641fa085c5778

Author: Caio Oliveira <caio.olive...@intel.com>
Date:   Mon Jan  8 11:50:21 2024 -0800

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.landwer...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26939>

---

 src/intel/vulkan/grl/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/vulkan/grl/meson.build b/src/intel/vulkan/grl/meson.build
index c89a73fd849..1bf4c3b4e9f 100644
--- a/src/intel/vulkan/grl/meson.build
+++ b/src/intel/vulkan/grl/meson.build
@@ -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

Reply via email to