summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell
Commit message (Expand)AuthorAgeFilesLines
* Cell: initial work for getting/putting Z tilesBrian2008-01-033-23/+39
* disable bbox code until glitches are fixedBrian2008-01-031-1/+1
* Cell: improve surface state code to replace some temporary code.Brian2008-01-037-25/+103
* asst changes in bbox code, dma tags, etcBrian2008-01-031-9/+23
* insert a temporary flush to fix missing triangles artifactBrian2008-01-031-0/+5
* pass surface format in cell_command_framebuffer structBrian2008-01-034-5/+8
* better debug codeBrian2008-01-031-2/+15
* make use of prim bounds box infoBrian2008-01-023-3/+47
* only fetch as much vertex data as neededBrian2008-01-023-5/+9
* remove previous triangle test codeBrian2008-01-025-94/+5
* Cell: basic triangle rendering works.Brian2008-01-0211-17/+232
* Plug in more infrastructure for actual rendering.Brian2008-01-0110-67/+675
* hack/fix pack_color() for correct ps3 formatBrian2008-01-011-2/+11
* 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-114-60/+120
* Collect some global vars in a single struct.Brian2007-12-117-76/+97
* Remove temporary cell_create_surface()Brian2007-12-112-29/+5
* SPU function prototypes, etc.Brian2007-12-111-0/+61
* Port to libspe2Ian Romanick2007-12-114-49/+58
* use ALIGN16_ATTRIB from p_compiler.hBrian2007-12-115-15/+15
* 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-106-57/+932
* Cell driver state-setter functions, basic tile get/put, glClear.Brian2007-12-1021-39/+2076
* remove ~ backup filesBrian2007-12-101-1/+1
* Add dependency checking for Cell driver sources.Brian2007-12-052-4/+38
* Initial Cell driver infrastructure.Brian2007-12-0210-0/+279