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