projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa9ab2d
)
small fix for debug paths
author
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:01 +0000
(08:10 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Mon, 6 Dec 2004 08:10:01 +0000
(08:10 +0000)
src/mesa/drivers/glide/fxdd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/glide/fxdd.c
b/src/mesa/drivers/glide/fxdd.c
index e222db951d25b79dd155c9985272cd5860d971aa..3fec69c81a481ea56e7ce5253cae9b10b1916b1d 100644
(file)
--- 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, "fxDD
Get
BufferSize(...)\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])