summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_emit.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2008-03-18 10:23:39 -0700
committerIan Romanick <idr@us.ibm.com>2008-03-18 10:28:39 -0700
commitf432ac5a1126997f10072760fe5afbf1b96f44f7 (patch)
treee64f2fe876dfc801b6092491dd26c79d6a721dee /src/gallium/drivers/cell/ppu/cell_state_emit.c
parent527e30c53baadb396e5503e5188f0a9f1b2d2501 (diff)
cell: Move and (conditionally) silence debug code
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_state_emit.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_state_emit.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_emit.c b/src/gallium/drivers/cell/ppu/cell_state_emit.c
index e2cc9de48a..4d589bcdbf 100644
--- a/src/gallium/drivers/cell/ppu/cell_state_emit.c
+++ b/src/gallium/drivers/cell/ppu/cell_state_emit.c
@@ -87,16 +87,6 @@ cell_emit_state(struct cell_context *cell)
dsat.read_stencil = FALSE;
}
- {
- uint32_t *p = cell->depth_stencil->code.store;
-
- printf("\t.text\n");
- for (/* empty */; p < cell->depth_stencil->code.csr; p++) {
- printf("\t.long\t0x%04x\n", *p);
- }
- fflush(stdout);
- }
-
emit_state_cmd(cell, CELL_CMD_STATE_DEPTH_STENCIL, &dsat,
sizeof(dsat));
}