mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
driconf: enable vs_position_always_invariant for Dirt Rally
Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5648
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14614>
(cherry picked from commit 4e4a2d0f97)
This commit is contained in:
parent
ec6eaf7adf
commit
823a047198
2 changed files with 6 additions and 1 deletions
|
|
@ -1642,7 +1642,7 @@
|
|||
"description": "driconf: enable vs_position_always_invariant for Dirt Rally",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -293,6 +293,11 @@ TODO: document the other workarounds.
|
|||
<option name="force_integer_tex_nearest" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="DiRT Rally" executable="DirtRally">
|
||||
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/5648 -->
|
||||
<option name="vs_position_always_invariant" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- Workarounds for SPECviewperf relying on invalid / non-conformant
|
||||
OpenGL behavior. Older SPECviewperf versions might also need this.
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue