diff options
author | Brian Paul <[email protected]> | 2000-04-15 23:04:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-04-15 23:04:54 +0000 |
commit | 0501b25d69f4adca3356434570c4917615d43d73 (patch) | |
tree | 07cb5d63d85debafe8bb225bb15b65237c27544c /src | |
parent | bc95b628fe86594b24a3663086101f43914ad561 (diff) |
minor updates
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 2 | ||||
-rw-r--r-- | src/mesa/drivers/glide/fxddspan.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index 747412f130b..e89545421bd 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -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: diff --git a/src/mesa/drivers/glide/fxddspan.c b/src/mesa/drivers/glide/fxddspan.c index 8256697c32a..c7479ebb752 100644 --- a/src/mesa/drivers/glide/fxddspan.c +++ b/src/mesa/drivers/glide/fxddspan.c @@ -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 /* |