projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78bff07
)
Cell: batch_buffer_size should be uint, not ubyte
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 25 Jan 2008 15:17:04 +0000
(08:17 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 25 Jan 2008 15:20:09 +0000
(08:20 -0700)
src/mesa/pipe/cell/ppu/cell_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/cell/ppu/cell_context.h
b/src/mesa/pipe/cell/ppu/cell_context.h
index b6c59ff596f6365501b1672e96681dc4a5bc9529..3bd88bfd5b86af7fc6860aff3951803257e936d7 100644
(file)
--- 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;
- u
byte
batch_buffer_size[CELL_NUM_BATCH_BUFFERS];
+ u
int
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 */