summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_fs_exec.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-5/+4
2012-12-19softpipe: fix up FS variant unbinding / deletionBrian Paul1-1/+6
2012-12-19softpipe: fix unreliable FS variant binding bugBrian Paul1-7/+4
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-19/+17
2011-07-21softpipe: remove obsolete commentBrian Paul1-4/+0
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie1-2/+10
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul1-1/+6
2009-12-01softpipe: setup machine->Face without a conditionalBrian Paul1-5/+2
2009-11-23softpipe: Initialise TGSI machine's Face.Michal Krol1-1/+7
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol1-1/+1
2009-08-11softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell1-25/+26
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell1-1/+33
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul1-9/+8
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian1-1/+1
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-1/+1
2008-10-21gallium: remove unused varBrian Paul1-3/+0
2008-10-15gallium: fix the shader-rebind test in softpipe, as was done for the draw mod...Brian Paul1-4/+1
2008-10-15gallium: temporariliy revert softpipe shader optimizationBrian Paul1-1/+2
2008-09-19softpipe: Obey const qualifier.José Fonseca1-2/+2
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul1-5/+24
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol1-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-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul1-1/+4
2008-02-23Bring in several forgotten MSVC fixes.José Fonseca1-2/+2
2008-02-21[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell1-0/+35
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell1-0/+112