mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
util/driconf: Add linux version of Penumbra fixes
Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38563>
This commit is contained in:
parent
233b77878d
commit
d10036362f
1 changed files with 7 additions and 1 deletions
|
|
@ -380,7 +380,13 @@ TODO: document the other workarounds.
|
||||||
<option name="lower_depth_range_rate" value="0.8" />
|
<option name="lower_depth_range_rate" value="0.8" />
|
||||||
</application>
|
</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 -->
|
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/8425 -->
|
||||||
<option name="allow_multisampled_copyteximage" value="true" />
|
<option name="allow_multisampled_copyteximage" value="true" />
|
||||||
<option name="vertex_program_default_out" value="true" />
|
<option name="vertex_program_default_out" value="true" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue