aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_pipe_state.c
Commit message (Expand)AuthorAgeFilesLines
* cell: fix segfault when freeing samplersBrian Paul2010-07-261-1/+1
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+8
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-1/+8
* | cell: fix breakage from earlier draw module changesBrian Paul2010-05-211-1/+1
|/
* Squashed commit of the following:Keith Whitwell2010-04-101-10/+10
* gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-6/+16
|\
| * cell: fix up assorted compilation problemsBrian Paul2010-03-091-6/+16
* | cell: Fix after sampler view changes.Michal Krol2010-02-251-6/+39
|/
* cell: adapt to stencil ref changesRoland Scheidegger2010-02-111-0/+14
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* cell: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* cell: don't need tex transfer for drawing surfacesBrian Paul2009-02-241-30/+24
* cell: updates for new pipe_transfer changesBrian Paul2009-02-181-23/+78
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* cell: include cell_pipe_state.hBrian Paul2008-11-121-0/+1
* cell: set cell->num_texturesBrian Paul2008-10-221-0/+2
* cell: more efficient state emit for textures/samplersBrian Paul2008-10-171-18/+23
* cell: now do texture twiddling in the right way, at the right time.Brian Paul2008-10-141-2/+0
* cell: remove old code, clean-ups, etc.Brian Paul2008-10-141-1/+1
* cell: asst clean-up, var renamingBrian Paul2008-09-261-10/+9
* cell: remove unneeded blend/depth_stencil subclassesBrian Paul2008-09-261-35/+9
* cell: disable invalid spe_release_func() calls, fixes crash on exitBrian Paul2008-09-121-0/+4
* cell: disable calls to old gen codeBrian Paul2008-09-121-2/+4
* cell: more cell_init_*_functions()Brian Paul2008-09-041-2/+3
* cell: flush rendering to current surfaces before installing new onesBrian Paul2008-09-031-2/+16
* cell: asst fixes to get driver building/running again.Brian2008-08-251-2/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* cell: assert num samplers/textures <= CELL_MAX_SAMPLERSBrian2008-04-011-4/+6
* cell: set cell->num_textures in cell_set_sampler_textures()Brian2008-03-311-0/+1
* cell: Generate blend / depth test code when state atom is createdIan Romanick2008-03-211-21/+9
* cell: Change code-gen for CONST_COLOR blend factorIan Romanick2008-03-211-1/+1
* cell: Call the correct function to generate blending codeIan Romanick2008-03-201-1/+1
* cell: Use code-gen for alpha blendIan Romanick2008-03-201-3/+8
* cell: Don't segfault when unbinding alpha / stencil / depth test stateIan Romanick2008-03-171-1/+1
* cell: Initial code-gen for alpha / stencil / depth testingIan Romanick2008-03-171-7/+30
* cell: sync up with sampler/texture state-setting changesBrian2008-03-101-10/+22
* gallium: remove pipe parameter from pipe_texture_reference()Brian2008-02-261-2/+1
* cell: use pipe_texture_reference()Brian2008-02-201-1/+3
* cell: init shader-related functions in cell_init_shader_functions()Brian2008-02-201-1/+0
* cell: plug in cell_set_sampler_textureBrian2008-02-201-0/+2
* cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian2008-02-201-0/+323