gallium/dril: Compatibility stub for the legacy DRI loader interface
This provides just enough of a "DRI driver" for non-glamor-using xservers to initialize GLX and enable direct clients. We build it if you build DRI support for GLX, or if you build any X11 client support for EGL. We only build it at this point, we'll swap it into the install next. Co-authored-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Co-authored-by: Pavel Ondračka <pavel.ondracka@gmail.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28378>
This commit is contained in:
@@ -381,6 +381,7 @@ endif
|
||||
|
||||
with_platform_android = _platforms.contains('android')
|
||||
with_platform_x11 = _platforms.contains('x11')
|
||||
with_platform_xcb = _platforms.contains('xcb')
|
||||
with_platform_wayland = _platforms.contains('wayland')
|
||||
with_platform_haiku = _platforms.contains('haiku')
|
||||
with_platform_windows = _platforms.contains('windows')
|
||||
|
Reference in New Issue
Block a user