mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
util: add Jamestown+ workaround
Fixes crash on startup due to using API functionality removed in core
profile.
Cc: mesa-stable
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23246>
(cherry picked from commit 52d212aff2)
This commit is contained in:
parent
81a611a92c
commit
499cac9c46
2 changed files with 5 additions and 1 deletions
|
|
@ -1687,7 +1687,7 @@
|
|||
"description": "util: add Jamestown+ workaround",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -258,6 +258,10 @@ TODO: document the other workarounds.
|
|||
<option name="force_glsl_abs_sqrt" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Jamestown+" executable="JamestownPlus.exe">
|
||||
<option name="force_compat_profile" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Kerbal Space Program (32-bit)" executable="KSP.x86">
|
||||
<option name="glsl_zero_init" value="true"/>
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue