mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
driconf: override vendor id for X4 Foundations on NVK
The game will refuse to start if the driver version is tool old. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27784>
This commit is contained in:
parent
03d72c4ef1
commit
5532f13566
1 changed files with 5 additions and 1 deletions
|
|
@ -1276,7 +1276,11 @@ TODO: document the other workarounds.
|
||||||
<option name="mesa_extension_override" value="+GL_ARB_texture_view" />
|
<option name="mesa_extension_override" value="+GL_ARB_texture_view" />
|
||||||
</application>
|
</application>
|
||||||
</device>
|
</device>
|
||||||
|
<device driver="nvk">
|
||||||
|
<application name="X4 Foundations" executable="X4.exe">
|
||||||
|
<option name="force_vk_vendor" value="-1" />
|
||||||
|
</application>
|
||||||
|
</device>
|
||||||
<device driver="r600">
|
<device driver="r600">
|
||||||
<application name="Tomb Raider 2013" executable="TombRaider">
|
<application name="Tomb Raider 2013" executable="TombRaider">
|
||||||
<option name="mesa_extension_override" value="-GL_ARB_shader_image_load_store" />
|
<option name="mesa_extension_override" value="-GL_ARB_shader_image_load_store" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue