From 25b67841a130aeba8a0f32b9945ec17bd9c83808 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Fri, 2 Feb 2024 00:07:31 -0800 Subject: [PATCH] driconf: Advertise GL_EXT_shader_image_load_store on iris for SVP13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPECviewperf creo-03 needs GL_EXT_shader_image_load_store in order for its shaders to compile but we don't support a few corner cases that didn't make it into the ARB variant. It seems to run fine with an override, so just do that for now. Cc: mesa-stable Acked-by: Tapani Pälli Part-of: (cherry picked from commit 24d3c832121b123b42e3cbc39e8225085139cbb1) --- .pick_status.json | 2 +- src/util/00-mesa-defaults.conf | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 50878e7914b..b73146f62d8 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -2814,7 +2814,7 @@ "description": "driconf: Advertise GL_EXT_shader_image_load_store on iris for SVP13", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 76d25dbf8f5..74355e67d5c 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1121,6 +1121,11 @@ TODO: document the other workarounds. + + + +