diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2023-05-18 12:14:50 +1000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2023-05-25 14:06:12 +0100 |
commit | bc19d9bd9bb4c7e23d52d270741185f2ac2b37c6 (patch) | |
tree | d3877afb4341ccd93116a098890424102fce7b15 /src/util | |
parent | fb39004b72ee0d645b13482ab1fd692a3ff5ce20 (diff) | |
download | mesa-bc19d9bd9bb4c7e23d52d270741185f2ac2b37c6.tar.gz mesa-bc19d9bd9bb4c7e23d52d270741185f2ac2b37c6.tar.bz2 mesa-bc19d9bd9bb4c7e23d52d270741185f2ac2b37c6.zip |
util: add Pixel Game Maker MV workaround
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8918
Cc: mesa-stable
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23095>
(cherry picked from commit 5be8acc1b53382a8692b7115b37469fa6c435103)
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index d7ea52fb4c2..bb66ab65047 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -287,6 +287,14 @@ TODO: document the other workarounds. <option name="allow_glsl_cross_stage_interpolation_mismatch" value="true"/> </application> + <!-- Pixel Game Maker MV workarounds. Games include: YuuYuu Jiteki no Yuukarin, Elfin Force, Eden Gamma, etc --> + <application name="Pixel Game Maker MV" executable="player.exe"> + <option name="allow_glsl_120_subset_in_110" value="true" /> + </application> + <application name="Eden Gamma" executable="EdenGammaGame-0.3.0.2.exe"> + <option name="allow_glsl_120_subset_in_110" value="true" /> + </application> + <application name="Steamroll" executable="Steamroll-Linux-Shipping"> <option name="allow_glsl_cross_stage_interpolation_mismatch" value="true"/> </application> |