mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
util: add workaround for the game Foundation
Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12882
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35107>
(cherry picked from commit bf24d56862)
This commit is contained in:
parent
1b7e6d305b
commit
042736a4d4
2 changed files with 6 additions and 1 deletions
|
|
@ -1674,7 +1674,7 @@
|
|||
"description": "util: add workaround for the game Foundation",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -365,6 +365,11 @@ TODO: document the other workarounds.
|
|||
<option name="vs_position_always_invariant" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Foundation" executable="foundation.exe">
|
||||
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/12882 -->
|
||||
<option name="force_integer_tex_nearest" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Homerun Clash" executable="com.haegin.homerunclash">
|
||||
<!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/7199 -->
|
||||
<option name="lower_depth_range_rate" value="0.8" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue