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>
(cherry picked from commit 786be05df3)
This commit is contained in:
Mike Blumenkrantz 2024-08-26 09:01:27 -04:00 committed by Eric Engestrom
parent 6acc836b91
commit 631732e3df
3 changed files with 3 additions and 1 deletions

View file

@ -204,7 +204,7 @@
"description": "dril: add zink stub",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "3de62b2f9a6cbcf3fea1d33af98be20505421d4b",
"notes": null

View file

@ -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)

View file

@ -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]