aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_fs_sse.c
Commit message (Expand)AuthorAgeFilesLines
* 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