diff options
author | George Sapountzis <[email protected]> | 2008-06-13 15:54:08 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2008-06-13 15:54:08 +0300 |
commit | 1087cc61b3776f4cdc991dcd95ee59dbd26307f3 (patch) | |
tree | c74d06f6a51495af96299f694b40daf662d1af62 /src/glx/x11/Makefile | |
parent | 7ffb1230b3287a72d9ac59c5d830f7a4155cbdf9 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index da8013c7f19..c45c7de6d6d 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 \ |