Cell: added support for inlined indexes
authorBrian <brian.paul@tungstengraphics.com>
Sun, 27 Jan 2008 01:30:44 +0000 (18:30 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Sun, 27 Jan 2008 01:30:44 +0000 (18:30 -0700)
commit1bab5bd24e09b6e11cd99f989bb00c587119aed2
tree9ba5e241ea2ac4ea7f09e4dab7ef1fd307b56d5d
parent8dc597290813f58e2f2b7ddcb4ad762ea379c1f7
Cell: added support for inlined indexes

If there's room in the batch buffer after the rendering command to accomodate
the indexes, put them there rather than in a separate buffer.
src/mesa/pipe/cell/common.h
src/mesa/pipe/cell/ppu/cell_vbuf.c
src/mesa/pipe/cell/spu/spu_main.c