mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
glx: move __glXMesaProvider from GLcore module to glx module.
This treats the GLcore provider similar to DRI provider, using a subset of XMesa as the GLcore interface.
This commit is contained in:
@@ -46,12 +46,13 @@ libglx_la_SOURCES = \
|
||||
glxdrawable.h \
|
||||
glxext.c \
|
||||
glxext.h \
|
||||
glxvisuals.c \
|
||||
glxglcore.c \
|
||||
glxscreens.c \
|
||||
glxscreens.h \
|
||||
glxserver.h \
|
||||
glxutil.c \
|
||||
glxutil.h \
|
||||
glxvisuals.c \
|
||||
indirect_dispatch.c \
|
||||
indirect_dispatch.h \
|
||||
indirect_dispatch_swap.c \
|
||||
|
||||
@@ -22,8 +22,6 @@ AM_CFLAGS = \
|
||||
-DXFree86Server \
|
||||
@GLX_DEFINES@
|
||||
|
||||
libX_la_SOURCES = xf86glx.c
|
||||
|
||||
nodist_libX_la_SOURCES = \
|
||||
xm_api.c \
|
||||
xm_buffer.c \
|
||||
|
||||
Reference in New Issue
Block a user