mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
updated renderer string version to 20000322
This commit is contained in:
parent
0293878846
commit
29d39d52a0
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
|
|||
}
|
||||
}
|
||||
/* now make the GL_RENDERER string */
|
||||
sprintf(buffer, "Mesa DRI %s 20000224", hardware);
|
||||
sprintf(buffer, "Mesa DRI %s 20000322", hardware);
|
||||
return buffer;
|
||||
}
|
||||
case GL_VENDOR:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue