summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_fs.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: rename sp_state_fs.c -> sp_state_shader.cBrian Paul2010-09-251-281/+0
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-171-1/+14
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-0/+2
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+3
* softpipe: remove assert on setting constbufs greater than zeroKeith Whitwell2010-06-071-1/+0
* softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-061-1/+10
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* softpipe: Map GS constants, too.Michal Krol2010-03-291-3/+2
* softpipe: fix constant buffer tracking after reworkKeith Whitwell2010-03-041-4/+2
* softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-5/+15
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* softpipe: support all TGSI fragment coord conventions (v4)Luca Barbieri2010-01-291-0/+8
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-2/+2
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+2
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-3/+2
* | softpipe: Flush draw module when fragment pipeline state changes.José Fonseca2009-12-261-1/+10
* | softpipe: make it possible to dump geometry shader from the softpipeZack Rusin2009-12-251-0/+4
* | softpipe/gs: don't crash with null shaderZack Rusin2009-12-251-1/+2
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+59
|/
* Fix memory leak.Alan Hourihane2009-11-201-0/+1
* softpipe: remove unused #includes, white-space clean-upBrian Paul2009-08-211-5/+2
* softpipe: remove unneeded const qualifierBrian Paul2009-08-211-1/+1
* softpipe: rework texture sampling codeKeith Whitwell2009-08-211-0/+3
* softpipe: remove gallivm fragment shadersKeith Whitwell2009-08-111-5/+2
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-7/+19
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+1
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* gallium: give the screen priority when it comes to buffer allocationsZack Rusin2009-01-291-2/+2
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+0
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* softpipe: Prevent NULL ptr derreference on takedown.José Fonseca2008-07-051-2/+2
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-4/+1
* softpipe: fix warningKeith Whitwell2008-05-011-2/+1
* Revert "softpipe: squash warning"Keith Whitwell2008-04-221-0/+1
* softpipe: squash warningKeith Whitwell2008-04-221-1/+0
* gallium: assert that we're not deleting the currently bound shaderBrian Paul2008-04-171-0/+3
* gallium: rework CSO-related code in state trackerBrian2008-03-111-1/+2
* gallium: remove uses_kill field from softpipe_shaderBrian2008-02-271-3/+0
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-261-6/+10
* gallium: disable early Z test if fragment shader contains KIL instruction.Brian2008-02-231-9/+13
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-46/+23
* Code reorganization: update build.José Fonseca2008-02-151-4/+4
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+179