summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_fs_exec.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: accept a starting PC value for exec machine.Dave Airlie2016-04-271-1/+1
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-2/+3
* tgsi: add support for buffer/atomic operations to tgsi_exec.Dave Airlie2016-04-121-2/+2
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-2/+4
* tgsi: add support for image operations to tgsi_exec. (v2.1)Dave Airlie2016-03-311-2/+2
* softpipe: add support for explicit early depth testingDave Airlie2016-03-311-6/+10
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* softpipe: fix stencil write to use an integer valueDave Airlie2015-04-231-1/+1
* softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul2014-10-311-2/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-5/+4
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-191-1/+6
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-191-7/+4
* softpipe: implement fragment shader variantsBrian Paul2011-07-211-19/+17
* softpipe: remove obsolete commentBrian Paul2011-07-211-4/+0
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-2/+10
* softpipe: fix memcpy params to avoid static analysis warningsBrian Paul2010-03-101-1/+6
* softpipe: setup machine->Face without a conditionalBrian Paul2009-12-011-5/+2
* softpipe: Initialise TGSI machine's Face.Michal Krol2009-11-231-1/+7
* softpipe: Grab fs output z from the correct file.Michal Krol2009-09-251-1/+1
* softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell2009-08-111-25/+26
* softpipe: setup quad outputs from with fs->runKeith Whitwell2009-07-301-1/+33
* softpipe: reformatting, comments, minor clean-upsBrian Paul2009-03-221-9/+8
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-1/+1
* gallium: remove unused varBrian Paul2008-10-211-3/+0
* gallium: fix the shader-rebind test in softpipe, as was done for the draw mod...Brian Paul2008-10-151-4/+1
* gallium: temporariliy revert softpipe shader optimizationBrian Paul2008-10-151-1/+2
* softpipe: Obey const qualifier.José Fonseca2008-09-191-2/+2
* cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-5/+24
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-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
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-1/+4
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-2/+2
* [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2008-02-211-0/+35
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-0/+112