cell: implement CELL_DEBUG env/options var
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Sep 2008 00:36:22 +0000 (18:36 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Sep 2008 00:36:22 +0000 (18:36 -0600)
commit5cf2e226548f08c4b79a4eb289fd636a00079fb3
treec1873742e3448d36efb465e2e9963655275d9ffc
parenta69fc5129bdf2f245c5bf2e0fe7b542caf7809a9
cell: implement CELL_DEBUG env/options var

Options so far:
  "checker"  module tile clear color by SPU ID to see where the tiles are
  "sync"  to do synchronous DMA (only partially implemented)
src/gallium/drivers/cell/common.h
src/gallium/drivers/cell/ppu/cell_context.c
src/gallium/drivers/cell/ppu/cell_context.h
src/gallium/drivers/cell/ppu/cell_spu.c
src/gallium/drivers/cell/spu/spu_main.c