mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01: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>
(cherry picked from commit 5af8abbf8b)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38432>
This commit is contained in:
parent
4a0cb910e4
commit
a407dc6d83
2 changed files with 2 additions and 1 deletions
|
|
@ -984,7 +984,7 @@
|
|||
"description": "driconf: Add vertex_program_default_out option for Penumbra: Overture",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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