Cell: batch_buffer_size should be uint, not ubyte
authorBrian <brian.paul@tungstengraphics.com>
Fri, 25 Jan 2008 15:17:04 +0000 (08:17 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 25 Jan 2008 15:20:09 +0000 (08:20 -0700)
src/mesa/pipe/cell/ppu/cell_context.h

index b6c59ff..3bd88bf 100644 (file)
@@ -102,7 +102,7 @@ struct cell_context
 
    uint num_spus;
 
-   ubyte batch_buffer_size[CELL_NUM_BATCH_BUFFERS];
+   uint batch_buffer_size[CELL_NUM_BATCH_BUFFERS];
    ubyte batch_buffer[CELL_NUM_BATCH_BUFFERS][CELL_BATCH_BUFFER_SIZE] ALIGN16_ATTRIB;
    int cur_batch;  /**< which batch buffer is being filled */