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/dri_glx.c | |
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/dri_glx.c')
-rw-r--r-- | src/glx/x11/dri_glx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index d2a06619493..d53f2d98541 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -421,7 +421,7 @@ CallCreateNewScreen(Display *dpy, int scrn, __GLXscreenConfigs *psc, XF86DRICloseConnection(dpy, scrn); - ErrorMessageF("reverting to indirect rendering\n"); + ErrorMessageF("reverting to software direct rendering\n"); return NULL; } |