r600: remove the no rrb messages
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 29 Oct 2009 23:44:35 +0000 (19:44 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Thu, 29 Oct 2009 23:44:35 +0000 (19:44 -0400)
src/mesa/drivers/dri/r600/r700_chip.c

index ace3d24f06948eb22b2ed835d70098366d2e7d76..47b38d2e36fbda278fcd700c188aef1dc76247ef 100644 (file)
@@ -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;
        }