Cell: initial implementation of vbuf code.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 22:14:58 +0000 (15:14 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 10 Jan 2008 22:14:58 +0000 (15:14 -0700)
commit763e30748e99064fafeb0d9b34de8d732732689c
treefcb54c0988c4ed30bec23ad375c1baf6e4ad1880
parent2da5afbd3ffd50409fc729e166fe5133c7a7e7a8
Cell: initial implementation of vbuf code.

The draw module's vbuf stage builds buffers of post-transformed vertices
and issues draw-elements calls to render them.  We'll pass the vertex and
index buffers to the SPUs...
src/mesa/pipe/cell/ppu/Makefile
src/mesa/pipe/cell/ppu/cell_context.c
src/mesa/pipe/cell/ppu/cell_context.h
src/mesa/pipe/cell/ppu/cell_vbuf.c [new file with mode: 0644]
src/mesa/pipe/cell/ppu/cell_vbuf.h [new file with mode: 0644]