aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_fs_sse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-1/+1
|\
| * gallium: replace // comments with /* */Brian Paul2009-10-021-1/+1
* | softpipe: reduce textual differences between exec and sse shader pathsKeith Whitwell2009-08-111-7/+43
* | softpipe: setup quad outputs from with fs->runKeith Whitwell2009-07-301-1/+34
|/
* tgsi: initial texturing support on sse pathKeith Whitwell2009-07-161-0/+1
* tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell2009-07-161-18/+5
* softpipe: reformatting, comments, minor clean-upsBrian Paul2009-03-221-6/+19
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-1/+1
* 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: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian2008-11-091-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-1/+2
|\
| * gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul2008-11-051-1/+2
* | gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
|/
* 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: Replace XSTDCALL by PIPE_CDECL.José Fonseca2008-06-021-1/+1
* if x86_get_func() returns NULL, handle it properly instead of abortingBrian Paul2008-05-191-1/+5
* gallium: test for new PIPE_ARCH_X86Brian Paul2008-04-291-1/+1
* gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol2008-04-281-1/+1
* softpipe: fix const-related compiler warningsKeith Whitwell2008-04-181-7/+7
* gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul2008-04-111-2/+2
* gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul2008-04-111-3/+7
* [PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell2008-02-211-35/+0
* gallium: initialize the killmask register to zero before running shaderBrian2008-02-191-0/+3
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+1
* softpipe: rename some functions to disambiguateKeith Whitwell2008-02-151-6/+6
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-0/+192