mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01: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>
This commit is contained in:
parent
b5b105df96
commit
4e4a2d0f97
1 changed files with 5 additions and 0 deletions
|
|
@ -298,6 +298,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