mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
minor updates
This commit is contained in:
parent
bc95b628fe
commit
0501b25d69
2 changed files with 3 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ static const GLubyte *fxDDGetString(GLcontext *ctx, GLenum name)
|
|||
}
|
||||
}
|
||||
/* now make the GL_RENDERER string */
|
||||
sprintf(buffer, "Mesa DRI %s 20000329", hardware);
|
||||
sprintf(buffer, "Mesa DRI %s 20000415", hardware);
|
||||
return buffer;
|
||||
}
|
||||
case GL_VENDOR:
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ static void fxDDWriteMonoRGBASpan(const GLcontext *ctx,
|
|||
}
|
||||
|
||||
|
||||
#if 0
|
||||
static void fxDDReadRGBASpan(const GLcontext *ctx,
|
||||
GLuint n, GLint x, GLint y, GLubyte rgba[][4])
|
||||
{
|
||||
|
|
@ -350,6 +351,7 @@ static void fxDDReadRGBASpan(const GLcontext *ctx,
|
|||
rgba[i][ACOMP] = 255;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue