aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_pipe_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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