summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-12-06 08:10:01 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-12-06 08:10:01 +0000
commitac7091078fab404284bdac5d38f5cd26838f5c76 (patch)
tree9e160c24d13380b789ca685dbd717de231ce6b16 /src/mesa/drivers/glide
parentfa9ab2d052ee108e846d154d7d118c8d5dd163aa (diff)
small fix for debug paths
Diffstat (limited to 'src/mesa/drivers/glide')
-rw-r--r--src/mesa/drivers/glide/fxdd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c
index e222db951d..3fec69c81a 100644
--- a/src/mesa/drivers/glide/fxdd.c
+++ b/src/mesa/drivers/glide/fxdd.c
@@ -114,7 +114,7 @@ fxDDGetBufferSize(GLframebuffer *buffer, GLuint *width, GLuint *height)
fxMesaContext fxMesa = FX_CONTEXT(ctx);
if (TDFX_DEBUG & VERBOSE_DRIVER) {
- fprintf(stderr, "fxDDBufferSize(...)\n");
+ fprintf(stderr, "fxDDGetBufferSize(...)\n");
}
*width = fxMesa->width;
@@ -122,6 +122,7 @@ fxDDGetBufferSize(GLframebuffer *buffer, GLuint *width, GLuint *height)
}
}
+
static void
fxDDViewport(GLcontext *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
{
@@ -129,6 +130,7 @@ fxDDViewport(GLcontext *ctx, GLint x, GLint y, GLsizei w, GLsizei h)
_mesa_ResizeBuffersMESA();
}
+
/* Implements glClearColor() */
static void
fxDDClearColor(GLcontext * ctx, const GLfloat color[4])