summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_vbuf.c
AgeCommit message (Collapse)Author
2008-01-24Cell: send actual vertex size in the render commandBrian
2008-01-16vbuf updates/fixes (KeithW)Brian
Plus, update i915 and Cell drivers for latest vbuf->draw() params.
2008-01-11Cell: basic batch buffer workingBrian
2008-01-11Cell: debug code, commentsBrian
2008-01-11Cell: Remove the pre-vbuf rendering codeBrian
2008-01-10Cell: compute bounding box in cell_vbuf_draw()Brian
2008-01-10Cell: enable vbuf path by defaultBrian
2008-01-10Cell: checkpoint: draw_vbuf code in place and works, but not enabled by ↵Brian
default yet.
2008-01-10Cell: initial implementation of vbuf code.Brian
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...