summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_shader.c
AgeCommit message (Expand)Author
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell
2010-03-04gallium: remove redundant includesKeith Whitwell
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul
2009-02-07cell: remove unused varBrian Paul
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2008-10-15cell: need to flush draw module when constants changeBrian Paul
2008-10-07cell: add support for fragment shader constant buffersBrian Paul
2008-09-11cell: initial support for fragment shader code generation.Brian Paul
2008-09-04cell: assorted comments, clean-ups, etc.Brian Paul
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
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-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-03-13cell: Fix to work with commit fa9e7e9a8debb68611909ac2ffab527c6c39a3e5Ian Romanick
2008-03-11cell: check for NULL shader pointer in cell_bind_vs_state()Brian
2008-02-20cell: rename cell_state_fs.c -> cell_state_shader.cBrian