mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
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:
parent
5693ff3e2a
commit
0e019bd754
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue