Skip to content
Snippets Groups Projects
Commit 0477fbc6 authored by Pierre-Eric Pelloux-Prayer's avatar Pierre-Eric Pelloux-Prayer Committed by Marge Bot
Browse files

driconf: add workaround for Golf With Friends

The game has a shader that uses texture functions that rely on implicit
derivatives after a discard.

Cc: mesa-stable
Closes: mesa/mesa#4547



Reviewed-by: default avatarTimothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
Part-of: <mesa/mesa!10278>
parent e532a47f
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,11 @@ TODO: document the other workarounds.
<option name="allow_glsl_extension_directive_midshader" value="true" />
</application>
<application name="Golf With Your Friends" executable="Golf With Your Friends.x86_64">
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/4547 -->
<option name="glsl_correct_derivatives_after_discard" value="true" />
</application>
<!-- The GL thread allowlist is below, workarounds are above.
Keep it that way. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment