Module: Mesa
Branch: master
Commit: c243e8dd23e8827afe926ec6314ffdfa15b3f7ab
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c243e8dd23e8827afe926ec6314ffdfa15b3f7ab

Author: Alex Deucher <[email protected]>
Date:   Thu Oct 29 19:44:35 2009 -0400

r600: remove the no rrb messages

---

 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 ace3d24..47b38d2 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;
        }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to