summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_ioctl.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-20 20:52:07 +0100
committerEmil Velikov <[email protected]>2014-08-21 21:47:44 +0100
commite7f2f2dea5acdbd1a12ed88914e64a38a97432f0 (patch)
tree7fb2a4d5f767ae71d22606c6abe5fda2f294f784 /src/mesa/drivers/dri/r200/r200_ioctl.c
parent515ffb6c93b0fe130cd34080a2d24f80fc21441f (diff)
dri/radeon: nuke the remaining references to sarea
Remainder of the dri1 times. Cc: Marek Olšák <[email protected]> Cc: Michel Dänzer <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_ioctl.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_ioctl.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_ioctl.c b/src/mesa/drivers/dri/r200/r200_ioctl.c
index ef0d63757d2..515be926ea2 100644
--- a/src/mesa/drivers/dri/r200/r200_ioctl.c
+++ b/src/mesa/drivers/dri/r200/r200_ioctl.c
@@ -62,13 +62,6 @@ static void r200Clear( struct gl_context *ctx, GLbitfield mask )
BUFFER_BIT_DEPTH | BUFFER_BIT_STENCIL |
BUFFER_BIT_COLOR0;
- if ( R200_DEBUG & RADEON_IOCTL ) {
- if (rmesa->radeon.sarea)
- fprintf( stderr, "r200Clear %x %d\n", mask, rmesa->radeon.sarea->pfCurrentPage);
- else
- fprintf( stderr, "r200Clear %x radeon->sarea is NULL\n", mask);
- }
-
radeonFlush( ctx );
hwmask = mask & hwbits;