return (softpipe) in GL_RENDERER string - temporarily

This commit is contained in:
Brian 2007-08-10 08:38:31 +01:00
parent f8ab24760d
commit c7dd9bf870

View 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