mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 16:50:34 +01:00
glx: clean up a litttle remains of DRI2 support.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19942>
This commit is contained in:
parent
7bc1c456cb
commit
b4eed47828
2 changed files with 0 additions and 4 deletions
|
|
@ -2024,7 +2024,6 @@ dep_xcb_keysyms = null_dep
|
|||
dep_xcb_glx = null_dep
|
||||
dep_xcb_dri2 = null_dep
|
||||
dep_xcb_dri3 = null_dep
|
||||
dep_dri2proto = null_dep
|
||||
dep_glproto = null_dep
|
||||
dep_xxf86vm = null_dep
|
||||
dep_xcb_present = null_dep
|
||||
|
|
@ -2035,7 +2034,6 @@ dep_xcb_xrandr = null_dep
|
|||
dep_xcb_shm = null_dep
|
||||
dep_xlib_xrandr = null_dep
|
||||
|
||||
dep_dri2proto_version = '>= 2.8'
|
||||
dep_glproto_version = '>= 1.4.14'
|
||||
dep_xcb_dri2_version = '>= 1.8'
|
||||
dep_xcb_dri3_version = '>= 1.13'
|
||||
|
|
@ -2091,7 +2089,6 @@ if with_platform_x11
|
|||
endif
|
||||
if with_glx == 'dri'
|
||||
if with_dri_platform == 'drm'
|
||||
dep_dri2proto = dependency('dri2proto', version : dep_dri2proto_version)
|
||||
if with_glx_direct
|
||||
dep_xxf86vm = dependency('xxf86vm')
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -136,7 +136,6 @@ struct __GLXDRIdrawableRec
|
|||
** dependent methods.
|
||||
*/
|
||||
extern __GLXDRIdisplay *driswCreateDisplay(Display * dpy, enum glx_driver glx_driver);
|
||||
extern __GLXDRIdisplay *dri2CreateDisplay(Display * dpy);
|
||||
extern __GLXDRIdisplay *dri3_create_display(Display * dpy);
|
||||
extern __GLXDRIdisplay *driwindowsCreateDisplay(Display * dpy);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue