driconf: enable force_glsl_extensions_warn for viewperf

Discovered by Pierre-Eric Pelloux-Prayer.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7031>
This commit is contained in:
Marek Olšák 2020-09-26 07:50:07 -04:00 committed by Marge Bot
parent a8b4e690cf
commit 6f7446bda5
1 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,8 @@ TODO: document the other workarounds.
instead of non-existent GLX_AMD_gpu_association. Yes, it checks
the vendor string, not the extension list. -->
<option name="force_gl_vendor" value="NVIDIA Corporation" />
<!-- creo-02 doesn't enable GL_EXT_shader_image_load_store in GLSL -->
<option name="force_glsl_extensions_warn" value="true" />
</application>
<!-- The GL thread allowlist is below, workarounds are above.