summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-15 19:38:39 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-15 19:40:02 -0600
commit32250eb959b1355b2f6984ea892a86a6ecf9d3c3 (patch)
treeb9285f7b41ecfa66a982841bdcaccd15c46e3bfb /src/gallium/drivers/cell/ppu/cell_context.c
parente67374b6b2f6fd846c368ec70e80f0f4cf508f97 (diff)
cell: export CELL_DEBUG=asm to dump SPU assembly code
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.c b/src/gallium/drivers/cell/ppu/cell_context.c
index 0a5c0baa47..b418271dca 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.c
+++ b/src/gallium/drivers/cell/ppu/cell_context.c
@@ -87,6 +87,7 @@ cell_draw_create(struct cell_context *cell)
static const struct debug_named_value cell_debug_flags[] = {
{"checker", CELL_DEBUG_CHECKER},/**< modulate tile clear color by SPU ID */
+ {"asm", CELL_DEBUG_ASM}, /**< dump SPU asm code */
{"sync", CELL_DEBUG_SYNC}, /**< SPUs do synchronous DMA */
{NULL, 0}
};