mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
d3196bac51
commit
bb6ba8f21f
1 changed files with 5 additions and 0 deletions
|
|
@ -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. -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue