summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/ppu/cell_context.c
Commit message (Expand)AuthorAgeFilesLines
* Cell: set GALLIUM_CELL_VS env var to enable SPU-based vertex transformationBrian2008-01-311-2/+6
* Use SPUs for vertex shader processingIan Romanick2008-01-301-1/+11
* Cell: generalize the batch buffer code for vertex buffers...Brian2008-01-281-2/+3
* Cell: fix asst. warningsBrian2008-01-241-1/+1
* Cell: remove old test codeBrian2008-01-231-11/+0
* Cell: s/cell_init_surface_funcs/cell_init_surface_functions/Brian2008-01-211-1/+1
* Cell: Added cell_surface.[ch] filesBrian2008-01-211-1/+3
* Cell: rename cell_surface.[ch] cell_clear.[ch]Brian2008-01-211-1/+1
* Cell: Add initial texture functionsBrian2008-01-211-4/+8
* Cell: improve "finished copying batch buffer" signalling.Brian2008-01-191-3/+20
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-111-1/+6
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-111-5/+0
* Cell: Remove the pre-vbuf rendering codeBrian2008-01-111-7/+1
* Cell: enable vbuf path by defaultBrian2008-01-101-1/+1
* Cell: initial implementation of vbuf code.Brian2008-01-101-1/+7
* Cell: s/free/align_free/Brian2008-01-101-1/+1
* Cell: clean-up cell_spu_exit() codeBrian2008-01-101-2/+0
* make use of prim bounds box infoBrian2008-01-021-0/+5
* Cell: basic triangle rendering works.Brian2008-01-021-1/+4
* Plug in more infrastructure for actual rendering.Brian2008-01-011-3/+6
* updates for depth/stencil/alpha stateBrian2007-12-171-3/+3
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-4/+0
* PIPE_SCREEN_SURFACE no longer neededBrian2007-12-121-2/+0
* Remove obsolete clear_color, tex sampler state functionsBrian2007-12-111-5/+0
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-1/+0
* Cell driver state-setter functions, basic tile get/put, glClear.Brian2007-12-101-25/+212
* Initial Cell driver infrastructure.Brian2007-12-021-0/+76