summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-15 14:26:08 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-15 14:26:08 -0600
commit8bf105997748ba268eb65b39461e379fe6642c5a (patch)
tree31d841bae132a4e71db5db3e89a88a8b1cc1eda6 /src/gallium/drivers/cell/ppu/cell_context.h
parent8bcbefb370ef8d0a6751636a28cd12b3e9cde7dc (diff)
cell: query # cells too
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h
index 1fcf03c2b8..a592e728c8 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.h
+++ b/src/gallium/drivers/cell/ppu/cell_context.h
@@ -140,7 +140,7 @@ struct cell_context
struct cell_spu_function_info spu_functions ALIGN16_ATTRIB;
- uint num_spus;
+ uint num_cells, num_spus;
/** Buffers for command batches, vertex/index data */
uint buffer_size[CELL_NUM_BUFFERS];