dril: add zink stub
ironically this was the only driver left out
Fixes: 3de62b2f9a ("gallium/dril: Compatibility stub for the legacy DRI loader interface")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30851>
This commit is contained in:
committed by
Marge Bot
parent
7255c5e108
commit
786be05df3
@@ -598,3 +598,4 @@ DEFINE_LOADER_DRM_ENTRYPOINT(udl)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(zynqmp_dpsub)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(lima)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(d3d12)
|
||||
DEFINE_LOADER_DRM_ENTRYPOINT(zink)
|
||||
|
||||
@@ -121,6 +121,7 @@ foreach d : [[with_gallium_kmsro, [
|
||||
'virtio_gpu_dri.so'],
|
||||
[with_gallium_lima, 'lima_dri.so'],
|
||||
[with_gallium_d3d12, 'd3d12_dri.so'],
|
||||
[with_gallium_zink, 'zink_dri.so'],
|
||||
[with_gallium_asahi, 'asahi_dri.so']]
|
||||
if d[0]
|
||||
dril_drivers += d[1]
|
||||
|
||||
Reference in New Issue
Block a user