diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 09:43:11 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-12 09:43:11 -0600 |
commit | a449465556d47d83c2314a7ac711ca523378102b (patch) | |
tree | 91a0465e13ebf48798f7e0554b49db0fab73bda9 | |
parent | e8b199c6e3386f8858adf43e5b15bf8ca0b8ce84 (diff) |
cell: fix non-debug build error
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.c b/src/gallium/drivers/cell/ppu/cell_context.c index 71f1a3049d..0a5c0baa47 100644 --- a/src/gallium/drivers/cell/ppu/cell_context.c +++ b/src/gallium/drivers/cell/ppu/cell_context.c @@ -85,13 +85,11 @@ cell_draw_create(struct cell_context *cell) } -#ifdef DEBUG static const struct debug_named_value cell_debug_flags[] = { {"checker", CELL_DEBUG_CHECKER},/**< modulate tile clear color by SPU ID */ {"sync", CELL_DEBUG_SYNC}, /**< SPUs do synchronous DMA */ {NULL, 0} }; -#endif struct pipe_context * |