util/driconf: Add linux version of Penumbra fixes

Cc: mesa-stable
(cherry picked from commit d10036362f)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38803>
This commit is contained in:
Timothy Arceri 2025-11-21 12:00:50 +11:00 committed by Dylan Baker
parent 5693ff3e2a
commit 0e019bd754
2 changed files with 8 additions and 2 deletions

View file

@ -724,7 +724,7 @@
"description": "util/driconf: Add linux version of Penumbra fixes",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -380,7 +380,13 @@ TODO: document the other workarounds.
<option name="lower_depth_range_rate" value="0.8" />
</application>
<application name="Penumbra: Overture" executable="Penumbra.exe">
<application name="Penumbra: Overture (Windows)" executable="Penumbra.exe">
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/8425 -->
<option name="allow_multisampled_copyteximage" value="true" />
<option name="vertex_program_default_out" value="true" />
</application>
<application name="Penumbra: Overture" executable="penumbra.bin">
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/8425 -->
<option name="allow_multisampled_copyteximage" value="true" />
<option name="vertex_program_default_out" value="true" />