small fix for debug paths
authorDaniel Borca <dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:01 +0000 (08:10 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:01 +0000 (08:10 +0000)
src/mesa/drivers/glide/fxdd.c

index e222db9..3fec69c 100644 (file)
@@ -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])