mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
return (softpipe) in GL_RENDERER string - temporarily
This commit is contained in:
parent
f8ab24760d
commit
c7dd9bf870
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue