diff options
author | Brian Paul <[email protected]> | 2008-10-15 14:12:55 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-15 14:12:55 -0600 |
commit | 0eb0b0a816764a323af7a8d2b5cb6792f886ce04 (patch) | |
tree | 8942ea66dc167d532e97db3aab1a4f2fe293fd5c /src/gallium/drivers/cell/common.h | |
parent | 79e96b3a77f7d5c7136b380abcc675c7242d0ffe (diff) |
cell: remove some old, pre-batchbuffer stuff
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-rw-r--r-- | src/gallium/drivers/cell/common.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index d716a261758..600f1b37a27 100644 --- a/src/gallium/drivers/cell/common.h +++ b/src/gallium/drivers/cell/common.h @@ -269,19 +269,6 @@ struct cell_command_texture }; -/** XXX unions don't seem to work */ -/* XXX this should go away; all commands should be placed in batch buffers */ -struct cell_command -{ -#if 0 - struct cell_command_framebuffer fb; - struct cell_command_clear_surface clear; - struct cell_command_render render; -#endif - struct cell_command_vs vs; -} ALIGN16_ATTRIB; - - #define MAX_SPU_FUNCTIONS 12 /** * Used to tell the PPU about the address of particular functions in the @@ -302,7 +289,6 @@ struct cell_init_info unsigned id; unsigned num_spus; unsigned debug_flags; /**< mask of CELL_DEBUG_x flags */ - struct cell_command *cmd; /** Buffers for command batches, vertex/index data */ ubyte *buffers[CELL_NUM_BUFFERS]; |