From 1087cc61b3776f4cdc991dcd95ee59dbd26307f3 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Fri, 13 Jun 2008 15:54:08 +0300 Subject: 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 --- src/glx/x11/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/x11/Makefile') 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 \ -- cgit v1.2.3