projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b924579
)
r600: remove the no rrb messages
author
Alex Deucher
<alexdeucher@gmail.com>
Thu, 29 Oct 2009 23:44:35 +0000
(19:44 -0400)
committer
Alex Deucher
<alexdeucher@gmail.com>
Thu, 29 Oct 2009 23:44:35 +0000
(19:44 -0400)
src/mesa/drivers/dri/r600/r700_chip.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/r700_chip.c
b/src/mesa/drivers/dri/r600/r700_chip.c
index ace3d24f06948eb22b2ed835d70098366d2e7d76..47b38d2e36fbda278fcd700c188aef1dc76247ef 100644
(file)
--- 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;
}