diff options
author | Alex Deucher <[email protected]> | 2009-10-29 19:44:35 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2009-10-29 19:44:35 -0400 |
commit | c243e8dd23e8827afe926ec6314ffdfa15b3f7ab (patch) | |
tree | 6901dd2662181c4956b44f245e8d1e08456a158c /src/mesa | |
parent | b924579bd4afaf5daa9df8d4f120f42fa20cafc6 (diff) |
r600: remove the no rrb messages
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r600/r700_chip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_chip.c b/src/mesa/drivers/dri/r600/r700_chip.c index ace3d24f069..47b38d2e36f 100644 --- a/src/mesa/drivers/dri/r600/r700_chip.c +++ b/src/mesa/drivers/dri/r600/r700_chip.c @@ -358,7 +358,6 @@ static void r700SendDepthTargetState(GLcontext *ctx, struct radeon_state_atom *a rrb = radeon_get_depthbuffer(&context->radeon); if (!rrb || !rrb->bo) { - fprintf(stderr, "no rrb\n"); return; } @@ -400,7 +399,6 @@ static void r700SendRenderTargetState(GLcontext *ctx, struct radeon_state_atom * rrb = radeon_get_colorbuffer(&context->radeon); if (!rrb || !rrb->bo) { - fprintf(stderr, "no rrb\n"); return; } |