return (softpipe) in GL_RENDERER string - temporarily
authorBrian <brian.paul@tungstengraphics.com>
Fri, 10 Aug 2007 07:38:31 +0000 (08:38 +0100)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 10 Aug 2007 07:38:31 +0000 (08:38 +0100)
src/mesa/drivers/x11/xm_dd.c

index 6eb6d32d1999682028f7288f2379eccc61076040..22eae51ca91338c9302829e97f56f0a3eca0d229 100644 (file)
@@ -740,7 +740,7 @@ get_string( GLcontext *ctx, GLenum name )
 #ifdef XFree86Server
          return (const GLubyte *) "Mesa GLX Indirect";
 #else
-         return (const GLubyte *) "Mesa X11";
+         return (const GLubyte *) "Mesa X11 (softpipe)";
 #endif
       case GL_VENDOR:
 #ifdef XFree86Server