summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/ppu
Commit message (Expand)AuthorAgeFilesLines
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-117-11/+150
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-112-7/+0
* Cell: debug code, commentsBrian2008-01-111-2/+15
* Cell: reformatttingBrian2008-01-111-8/+6
* Cell: Remove the pre-vbuf rendering codeBrian2008-01-113-10/+3
* Cell: compute bounding box in cell_vbuf_draw()Brian2008-01-101-11/+20
* Cell: enable vbuf path by defaultBrian2008-01-102-5/+2
* Cell: checkpoint: draw_vbuf code in place and works, but not enabled by defau...Brian2008-01-101-8/+51
* Cell: initial implementation of vbuf code.Brian2008-01-105-1/+188
* Cell: call draw_compute_vertex_size()Brian2008-01-101-1/+2
* Cell: s/free/align_free/Brian2008-01-101-1/+1
* Cell: clean-up cell_spu_exit() codeBrian2008-01-103-22/+8
* Cell: remove some debug printfs, predicate others with Debug booleanBrian2008-01-093-7/+0
* Cell: implemement basic Z testingBrian2008-01-092-24/+26
* Cell: improve surface state code to replace some temporary code.Brian2008-01-033-13/+86
* insert a temporary flush to fix missing triangles artifactBrian2008-01-031-0/+5
* better debug codeBrian2008-01-031-2/+15
* make use of prim bounds box infoBrian2008-01-022-0/+10
* only fetch as much vertex data as neededBrian2008-01-021-0/+1
* remove previous triangle test codeBrian2008-01-021-33/+0
* Cell: basic triangle rendering works.Brian2008-01-026-3/+92
* Plug in more infrastructure for actual rendering.Brian2008-01-0110-67/+675
* updates for depth/stencil/alpha stateBrian2007-12-173-11/+11
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-174-49/+7
* PIPE_SCREEN_SURFACE no longer neededBrian2007-12-121-2/+0
* Cell: draw smooth-shaded triangleBrian2007-12-111-9/+20
* Collect some global vars in a single struct.Brian2007-12-114-69/+84
* Remove temporary cell_create_surface()Brian2007-12-112-29/+5
* Port to libspe2Ian Romanick2007-12-114-49/+58
* use ALIGN16_ATTRIB from p_compiler.hBrian2007-12-112-5/+5
* Remove obsolete clear_color, tex sampler stateBrian2007-12-111-2/+0
* Remove obsolete clear_color, tex sampler state functionsBrian2007-12-114-41/+0
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-114-20/+5
* Cell: first triangle.Brian2007-12-102-22/+21
* Cell driver state-setter functions, basic tile get/put, glClear.Brian2007-12-1019-30/+1753
* Add dependency checking for Cell driver sources.Brian2007-12-051-2/+20
* Initial Cell driver infrastructure.Brian2007-12-024-0/+170