mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 00:20:11 +01: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>
This commit is contained in:
parent
62817ce396
commit
52d212aff2
1 changed files with 4 additions and 0 deletions
|
|
@ -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