mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
small fix for debug paths
This commit is contained in:
parent
fa9ab2d052
commit
ac7091078f
1 changed files with 3 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue