summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_fs_sse.c
AgeCommit message (Expand)Author
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
2010-03-10softpipe: fix memcpy params to avoid static analysis warningsBrian Paul
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-08-11softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul
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-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-11-09gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-05gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol
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-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-05-19if x86_get_func() returns NULL, handle it properly instead of abortingBrian Paul
2008-04-29gallium: test for new PIPE_ARCH_X86Brian Paul
2008-04-28gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol
2008-04-18softpipe: fix const-related compiler warningsKeith Whitwell
2008-04-11gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul
2008-04-11gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul
2008-02-21[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell
2008-02-19gallium: initialize the killmask register to zero before running shaderBrian
2008-02-19Use gallium's rtasm module.José Fonseca
2008-02-15softpipe: rename some functions to disambiguateKeith Whitwell
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell