summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/ppu/cell_context.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPUs for vertex shader processingIan Romanick2008-01-301-0/+2
* Cell: move CELL_MAX_SPUSBrian2008-01-301-3/+0
* Cell: basic texture mappingBrian2008-01-281-1/+4
* Cell: generalize the batch buffer code for vertex buffers...Brian2008-01-281-4/+6
* Cell: batch_buffer_size should be uint, not ubyteBrian2008-01-251-1/+1
* Cell: asst. updates to sync up with today's earlier gallium changesBrian2008-01-231-1/+1
* Cell: Add initial texture functionsBrian2008-01-211-1/+1
* Cell: improve "finished copying batch buffer" signalling.Brian2008-01-191-0/+7
* Cell: update surface map code to match recent changes in pipe_surface structBrian2008-01-141-0/+2
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-111-0/+5
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-111-2/+0
* Cell: initial implementation of vbuf code.Brian2008-01-101-0/+6
* Cell: basic triangle rendering works.Brian2008-01-021-1/+2
* Plug in more infrastructure for actual rendering.Brian2008-01-011-1/+26
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-2/+1
* Remove obsolete clear_color, tex sampler stateBrian2007-12-111-2/+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-2/+47
* Initial Cell driver infrastructure.Brian2007-12-021-0/+46