summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.c
AgeCommit message (Expand)Author
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