summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-06-13 15:54:08 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-06-13 15:54:08 +0300
commit1087cc61b3776f4cdc991dcd95ee59dbd26307f3 (patch)
treec74d06f6a51495af96299f694b40daf662d1af62 /src/glx/x11/Makefile
parent7ffb1230b3287a72d9ac59c5d830f7a4155cbdf9 (diff)
glx: load swrast_dri.so
caveats: - does not work with old (i.e. libGLcore) xserver: - made unbindContext a noop - extensions: GLX_SGI_make_current_read GLX_EXT_texture_from_pixmap GLX_MESA_copy_sub_buffer
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r--src/glx/x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index da8013c7f1..c45c7de6d6 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -31,6 +31,7 @@ SOURCES = \
xfont.c \
glx_pbuffer.c \
glx_query.c \
+ drisw_glx.c \
dri_common.c \
dri_glx.c \
XF86dri.c \