summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_fs_exec.c
AgeCommit message (Collapse)Author
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
this adds the capability + a stencil semantic id, + tgsi scan support. Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul
See fd.o bug 26970. Also added sanity check assertions.
2009-12-01softpipe: setup machine->Face without a conditionalBrian Paul
2009-11-23softpipe: Initialise TGSI machine's Face.Michal Krol
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol
2009-08-11softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell
Unshare one function (setup_pos_vector) as we want to push this code into the generated shader in the SSE case.
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
This header describes the quad-related datatypes afterall.
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs.
2008-10-21gallium: remove unused varBrian Paul
2008-10-15gallium: fix the shader-rebind test in softpipe, as was done for the draw ↵Brian Paul
module.
2008-10-15gallium: temporariliy revert softpipe shader optimizationBrian Paul
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output ↵Michal Krol
parts.
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
The caller can then free the token array immediately.
2008-02-23Bring in several forgotten MSVC fixes.José Fonseca
2008-02-21[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
Conflicts: src/gallium/drivers/softpipe/sp_quad_fs.c src/gallium/drivers/softpipe/sp_state.h src/gallium/drivers/softpipe/sp_state_fs.c