summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29gallium/cell: Remove the driver.Kai Wasserbäch1-190/+0
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-14/+0
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák1-0/+6
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+2
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-8/+8
2010-05-21cell: fix breakage from earlier draw module changesBrian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-14/+3
2010-03-11cell: adapt to context texture transfers (untested)gallium-context-transfers-2Roland Scheidegger1-0/+1
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell1-1/+1
2010-03-04gallium: remove redundant includesKeith Whitwell1-1/+0
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-2/+3
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+25
2009-04-04cell: update clear() code to catch up to gallium changesBrian Paul1-1/+1
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-06cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES queryJonathan Adamczewski1-1/+1
2008-10-22cell: implement fencing for texture buffersBrian Paul1-0/+6
2008-10-17cell: add new debug flag (cache) to report texture cache stats on exitBrian Paul1-0/+1
2008-10-16cell: CELL_NUM_SPUS env varBrian Paul1-0/+4
2008-10-15cell: query # cells tooBrian Paul1-2/+4
2008-10-15cell: query number SPUs with spe_cpu_info_get()Brian Paul1-3/+4
2008-10-15cell: simplify spu debug codeBrian Paul1-0/+1
2008-10-14cell: remove old code, clean-ups, etc.Brian Paul1-1/+0
2008-10-10cell: call cell_flush_int() at end of cell_create_context()Brian Paul1-0/+3
2008-10-07cell: use new keymap to save/re-use fragment ops codeBrian Paul1-0/+6
2008-09-17CELL: fleshing out the blending fragment opsRobert Ellison1-0/+2
2008-09-15cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul1-0/+1
2008-09-12cell: fix non-debug build errorBrian Paul1-2/+0
2008-09-04cell: move batch buffer init codeBrian Paul1-16/+4
2008-09-04cell: more cell_init_*_functions()Brian Paul1-9/+2
2008-09-04cell: implement CELL_DEBUG env/options varBrian Paul1-0/+13
2008-08-25cell: asst fixes to get driver building/running again.Brian1-0/+4
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-2/+2
2008-02-28cell: convert all points/lines to tris for the time beingBrian1-0/+4
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-23/+0
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-29/+0
2008-02-27Cell: implement pipe_screen for cell driverBrian1-56/+12
2008-02-26cell: insert a (disabled) call to spe_cpu_info_get()Brian1-0/+3
2008-02-20cell: init shader-related functions in cell_init_shader_functions()Brian1-10/+1
2008-02-20cell: put most simple state-setter functions in new cell_pipe_state.c fileBrian1-32/+3
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+1
2008-02-15Code reorganization: update build.José Fonseca1-3/+3
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+287