mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
driconf: Add vertex_program_default_out option for Penumbra: Overture
Penumbra's vertex program Diffuse_EnvMap_Reflect_vp.cg produces 3-component texture coordinates and primitive colors while using the FF fragment program. Add this WA to fix the misrenderings. Cc: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14170 Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38295>
This commit is contained in:
parent
f03432c81a
commit
5af8abbf8b
1 changed files with 1 additions and 0 deletions
|
|
@ -383,6 +383,7 @@ TODO: document the other workarounds.
|
|||
<application name="Penumbra: Overture" 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>
|
||||
|
||||
<!-- Workarounds for SPECviewperf relying on invalid / non-conformant
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue