Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-25 | Cell: propogate vertex info to SPUs, use it for attrib interpolation | Brian | |
2008-01-24 | Cell: rewrite compute_vertex_layout() | Brian | |
2008-01-23 | Cell: s/FORMAT/EMIT/ | Brian | |
2008-01-23 | Cell: asst. updates to sync up with today's earlier gallium changes | Brian | |
2008-01-21 | gallium: add a src_index[] array to draw's vertex_info for mapping ↵ | Brian | |
post-xform vertex attribs to hw vertex attribs | |||
2008-01-20 | enable call to cell_emit_state() | Brian | |
2008-01-12 | Cell: disable cell_emit_state() for now | Brian | |
2008-01-12 | Cell: first state object (depth/stencil/alpha) emitted to SPUs | Brian | |
2008-01-10 | Cell: call draw_compute_vertex_size() | Brian | |
2008-01-01 | Plug in more infrastructure for actual rendering. | Brian | |
Track vertex/fragment shader state. Plug in pipe->draw_arrays(), pipe->draw_elements(). Plug render stage (a stub) into end of 'draw' pipeline. Specify a hard-coded vertex format for now. |