summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_fs.c
AgeCommit message (Expand)Author
2010-09-25softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul
2010-09-17gallium: rework handling of sprite_coord_enable stateBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-06-11gallium/softpipe/draw: support samplers in geometry shadersZack Rusin
2010-06-07softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-29softpipe: Map GS constants, too.Michal Krol
2010-03-04softpipe: fix constant buffer tracking after reworkKeith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-29softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2009-12-26softpipe: Flush draw module when fragment pipeline state changes.José Fonseca
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin
2009-12-25softpipe/gs: don't crash with null shaderZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-11-20Fix memory leak.Alan Hourihane
2009-08-21softpipe: remove unused #includes, white-space clean-upBrian Paul
2009-08-21softpipe: remove unneeded const qualifierBrian Paul
2009-08-21softpipe: rework texture sampling codeKeith Whitwell
2009-08-11softpipe: remove gallivm fragment shadersKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
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-07-05softpipe: Prevent NULL ptr derreference on takedown.José Fonseca
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
2008-05-01softpipe: fix warningKeith Whitwell
2008-04-22Revert "softpipe: squash warning"Keith Whitwell
2008-04-22softpipe: squash warningKeith Whitwell
2008-04-17gallium: assert that we're not deleting the currently bound shaderBrian Paul
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-27gallium: remove uses_kill field from softpipe_shaderBrian
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian
2008-02-23gallium: disable early Z test if fragment shader contains KIL instruction.Brian
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca