radeonsi/drirc: use force_gl_vendor for Maya

Otherwise OpenCL initialization fails with "unknown vendor id 0".

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15151>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2022-02-24 09:59:51 +01:00
parent d3196bac51
commit bb6ba8f21f

View file

@ -381,6 +381,11 @@ TODO: document the other workarounds.
<option name="allow_rgb10_configs" value="false" />
</application>
<application name="Maya" executable="maya.bin">
<!-- Needed otherwise the app doesn't try to use OpenCL -->
<option name="force_gl_vendor" value="ATI Technologies Inc." />
</application>
<!-- The GL thread allowlist is below, workarounds are above.
Keep it that way. -->