summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_fs.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-14gallium: begin converting drivers to pipe_resourceKeith Whitwell1-3/+3
2010-03-13heaps of wipKeith Whitwell1-1/+1
2010-03-13wip2Keith Whitwell1-1/+1
2010-03-04softpipe: fix constant buffer tracking after reworkKeith Whitwell1-4/+2
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell1-5/+15
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri1-0/+8
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol1-1/+1
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol1-2/+2
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger1-3/+2
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger1-1/+1
2009-12-26softpipe: Flush draw module when fragment pipeline state changes.José Fonseca1-1/+10
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin1-0/+4
2009-12-25softpipe/gs: don't crash with null shaderZack Rusin1-1/+2
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-0/+59
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger1-3/+2
2009-11-20Fix memory leak.Alan Hourihane1-0/+1
2009-08-21softpipe: remove unused #includes, white-space clean-upBrian Paul1-5/+2
2009-08-21softpipe: remove unneeded const qualifierBrian Paul1-1/+1
2009-08-21softpipe: rework texture sampling codeKeith Whitwell1-0/+3
2009-08-11softpipe: remove gallivm fragment shadersKeith Whitwell1-5/+2
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