Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-24 | Cell: send actual vertex size in the render command | Brian | |
2008-01-16 | vbuf updates/fixes (KeithW) | Brian | |
Plus, update i915 and Cell drivers for latest vbuf->draw() params. | |||
2008-01-11 | Cell: basic batch buffer working | Brian | |
2008-01-11 | Cell: debug code, comments | Brian | |
2008-01-11 | Cell: Remove the pre-vbuf rendering code | Brian | |
2008-01-10 | Cell: compute bounding box in cell_vbuf_draw() | Brian | |
2008-01-10 | Cell: enable vbuf path by default | Brian | |
2008-01-10 | Cell: checkpoint: draw_vbuf code in place and works, but not enabled by ↵ | Brian | |
default yet. | |||
2008-01-10 | Cell: 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... |