mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +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
826fe18abd
commit
d976a8fdf7
2 changed files with 6 additions and 1 deletions
|
|
@ -4494,7 +4494,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
|
||||
|
|
|
|||
|
|
@ -356,6 +356,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