summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_shader.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-03-09cell: fix up assorted compilation problemsBrian Paul1-2/+2
2010-03-09cell: attempt conversion to sw_winsysKeith Whitwell1-0/+13
2010-03-04gallium: remove redundant includesKeith Whitwell1-1/+0
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-2/+2
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul1-3/+1
2009-02-07cell: remove unused varBrian Paul1-1/+0
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul1-1/+0
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-3/+3
2008-10-15cell: need to flush draw module when constants changeBrian Paul1-0/+2
2008-10-07cell: add support for fragment shader constant buffersBrian Paul1-1/+4
2008-09-11cell: initial support for fragment shader code generation.Brian Paul1-2/+6
2008-09-04cell: assorted comments, clean-ups, etc.Brian Paul1-1/+23
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-08-25cell: asst fixes to get driver building/running again.Brian1-2/+2
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca1-1/+1
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul1-31/+53
2008-03-13cell: Fix to work with commit fa9e7e9a8debb68611909ac2ffab527c6c39a3e5Ian Romanick1-21/+2
2008-03-11cell: check for NULL shader pointer in cell_bind_vs_state()Brian1-1/+2
2008-02-20cell: rename cell_state_fs.c -> cell_state_shader.cBrian1-0/+186