summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/common.h
Commit message (Expand)AuthorAgeFilesLines
* Cell: basic batch buffer workingBrian2008-01-111-11/+3
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-111-0/+22
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-111-12/+2
* Cell: Remove the pre-vbuf rendering codeBrian2008-01-111-12/+1
* Cell: checkpoint: draw_vbuf code in place and works, but not enabled by defau...Brian2008-01-101-0/+15
* bump CELL_MAX_VERTS to 240Brian2008-01-101-1/+1
* Cell: implemement basic Z testingBrian2008-01-091-8/+9
* Cell: improve surface state code to replace some temporary code.Brian2008-01-031-2/+2
* pass surface format in cell_command_framebuffer structBrian2008-01-031-1/+2
* only fetch as much vertex data as neededBrian2008-01-021-1/+1
* remove previous triangle test codeBrian2008-01-021-9/+0
* Cell: basic triangle rendering works.Brian2008-01-021-0/+21
* Cell: draw smooth-shaded triangleBrian2007-12-111-4/+2
* Collect some global vars in a single struct.Brian2007-12-111-0/+1
* use ALIGN16_ATTRIB from p_compiler.hBrian2007-12-111-7/+7
* Cell: first triangle.Brian2007-12-101-1/+11
* Cell driver state-setter functions, basic tile get/put, glClear.Brian2007-12-101-4/+85
* Initial Cell driver infrastructure.Brian2007-12-021-0/+13