diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-15 19:38:39 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-15 19:40:02 -0600 |
commit | 32250eb959b1355b2f6984ea892a86a6ecf9d3c3 (patch) | |
tree | b9285f7b41ecfa66a982841bdcaccd15c46e3bfb /src/gallium/drivers/cell/ppu/cell_context.c | |
parent | e67374b6b2f6fd846c368ec70e80f0f4cf508f97 (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.c | 1 |
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} }; |