From 5ba7bfbf949ef9c37b4ce9a039c4fac66a17bf09 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 5cb9574176a..cd6f0752db2 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 d8b9b6d7ebf..bb1f6416c61 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -1109,6 +1109,11 @@ TODO: document the other workarounds. + + + +