Browse Source

updated RENDERER version

tags/mesa_3_3
Brian Paul 25 years ago
parent
commit
96461a25c3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/glide/fxdd.c

+ 1
- 1
src/mesa/drivers/glide/fxdd.c View File

@@ -696,7 +696,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
}
}
/* now make the GL_RENDERER string */
sprintf(buffer, "Mesa DRI %s 20000415", hardware);
sprintf(buffer, "Mesa DRI %s 20000420", hardware);
return buffer;
}
case GL_VENDOR:

Loading…
Cancel
Save