summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_fs.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell1-7/+19
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-3/+1
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin1-2/+2
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin1-1/+0
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
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-2/+2
2008-07-05softpipe: Prevent NULL ptr derreference on takedown.José Fonseca1-2/+2
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul1-4/+1
2008-05-01softpipe: fix warningKeith Whitwell1-2/+1
2008-04-22Revert "softpipe: squash warning"Keith Whitwell1-0/+1
2008-04-22softpipe: squash warningKeith Whitwell1-1/+0
2008-04-17gallium: assert that we're not deleting the currently bound shaderBrian Paul1-0/+3
2008-03-11gallium: rework CSO-related code in state trackerBrian1-1/+2
2008-02-27gallium: remove uses_kill field from softpipe_shaderBrian1-3/+0
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian1-6/+10
2008-02-23gallium: disable early Z test if fragment shader contains KIL instruction.Brian1-9/+13
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell1-0/+156
2008-02-15Code reorganization: update build.José Fonseca1-4/+4
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+179