summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_state_derived.c
AgeCommit message (Collapse)Author
2008-01-25Cell: propogate vertex info to SPUs, use it for attrib interpolationBrian
2008-01-24Cell: rewrite compute_vertex_layout()Brian
2008-01-23Cell: s/FORMAT/EMIT/Brian
2008-01-23Cell: asst. updates to sync up with today's earlier gallium changesBrian
2008-01-21gallium: add a src_index[] array to draw's vertex_info for mapping ↵Brian
post-xform vertex attribs to hw vertex attribs
2008-01-20enable call to cell_emit_state()Brian
2008-01-12Cell: disable cell_emit_state() for nowBrian
2008-01-12Cell: first state object (depth/stencil/alpha) emitted to SPUsBrian
2008-01-10Cell: call draw_compute_vertex_size()Brian
2008-01-01Plug 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.