mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 04:30:22 +01:00
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 commit786be05df3)
This commit is contained in:
parent
6acc836b91
commit
631732e3df
3 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue