From: Brian Date: Fri, 25 Jan 2008 15:17:04 +0000 (-0700) Subject: Cell: batch_buffer_size should be uint, not ubyte X-Git-Tag: 062012170305~17580^2~390^2~2877 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c4f691069411c77b33a6bfca64766f861cbc823;p=profile%2Fivi%2Fmesa.git Cell: batch_buffer_size should be uint, not ubyte --- diff --git a/src/mesa/pipe/cell/ppu/cell_context.h b/src/mesa/pipe/cell/ppu/cell_context.h index b6c59ff..3bd88bf 100644 --- a/src/mesa/pipe/cell/ppu/cell_context.h +++ b/src/mesa/pipe/cell/ppu/cell_context.h @@ -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 */