summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_surface.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-09 14:14:24 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-09 17:50:37 -0700
commitd48c6e7b21839791ff53308187cc2aeed9fb618c (patch)
tree818cd5e93ef0a49fd93b34c5f9919242aabd87a7 /src/mesa/pipe/cell/ppu/cell_surface.c
parentabee68a7220e5ee16216caf22841ad934fb37334 (diff)
Cell: remove some debug printfs, predicate others with Debug boolean
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_surface.c')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_surface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_surface.c b/src/mesa/pipe/cell/ppu/cell_surface.c
index 1e1548c8b6..03dd41583f 100644
--- a/src/mesa/pipe/cell/ppu/cell_surface.c
+++ b/src/mesa/pipe/cell/ppu/cell_surface.c
@@ -59,8 +59,6 @@ cell_clear_surface(struct pipe_context *pipe, struct pipe_surface *ps,
surfIndex = 0;
}
- printf("Clear surf %u\n", surfIndex);
-
for (i = 0; i < cell->num_spus; i++) {
#if 1
uint clr = clearValue;