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:
George Sapountzis 2007-04-14 18:30:09 +03:00
parent 6b040b79f0
commit eba81a0a01
3 changed files with 2 additions and 3 deletions

View File

@ -46,12 +46,13 @@ libglx_la_SOURCES = \
glxdrawable.h \ glxdrawable.h \
glxext.c \ glxext.c \
glxext.h \ glxext.h \
glxvisuals.c \ glxglcore.c \
glxscreens.c \ glxscreens.c \
glxscreens.h \ glxscreens.h \
glxserver.h \ glxserver.h \
glxutil.c \ glxutil.c \
glxutil.h \ glxutil.h \
glxvisuals.c \
indirect_dispatch.c \ indirect_dispatch.c \
indirect_dispatch.h \ indirect_dispatch.h \
indirect_dispatch_swap.c \ indirect_dispatch_swap.c \

View File

@ -22,8 +22,6 @@ AM_CFLAGS = \
-DXFree86Server \ -DXFree86Server \
@GLX_DEFINES@ @GLX_DEFINES@
libX_la_SOURCES = xf86glx.c
nodist_libX_la_SOURCES = \ nodist_libX_la_SOURCES = \
xm_api.c \ xm_api.c \
xm_buffer.c \ xm_buffer.c \