aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/ppu/cell_context.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+25
* cell: update clear() code to catch up to gallium changesBrian Paul2009-04-041-1/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES queryJonathan Adamczewski2009-01-061-1/+1
* cell: implement fencing for texture buffersBrian Paul2008-10-221-0/+6
* cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul2008-10-171-0/+1
* cell: CELL_NUM_SPUS env varBrian Paul2008-10-161-0/+4
* cell: query # cells tooBrian Paul2008-10-151-2/+4
* cell: query number SPUs with spe_cpu_info_get()Brian Paul2008-10-151-3/+4
* cell: simplify spu debug codeBrian Paul2008-10-151-0/+1
* cell: remove old code, clean-ups, etc.Brian Paul2008-10-141-1/+0
* cell: call cell_flush_int() at end of cell_create_context()Brian Paul2008-10-101-0/+3
* cell: use new keymap to save/re-use fragment ops codeBrian Paul2008-10-071-0/+6
* CELL: fleshing out the blending fragment opsRobert Ellison2008-09-171-0/+2
* cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul2008-09-151-0/+1
* cell: fix non-debug build errorBrian Paul2008-09-121-2/+0
* cell: move batch buffer init codeBrian Paul2008-09-041-16/+4
* cell: more cell_init_*_functions()Brian Paul2008-09-041-9/+2
* cell: implement CELL_DEBUG env/options varBrian Paul2008-09-041-0/+13
* cell: asst fixes to get driver building/running again.Brian2008-08-251-0/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-2/+2
* cell: convert all points/lines to tris for the time beingBrian2008-02-281-0/+4
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-23/+0
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-29/+0
* Cell: implement pipe_screen for cell driverBrian2008-02-271-56/+12
* cell: insert a (disabled) call to spe_cpu_info_get()Brian2008-02-261-0/+3
* cell: init shader-related functions in cell_init_shader_functions()Brian2008-02-201-10/+1
* cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian2008-02-201-32/+3
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+1
* Code reorganization: update build.José Fonseca2008-02-151-3/+3
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+287