aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol2008-04-281-2/+2
| | | | Change SSE_SWIZZLES #define to 0 to disable it.
* tgsi: add const qualifier to tokens on sse emitKeith Whitwell2008-04-181-1/+1
|
* gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul2008-04-111-7/+0
| | | | | The two functions were mostly the same. We can look at the shader header info to determine if it's a vertex or fragment shader.
* gallium: handle TGSI immediates in SSE code for vertex shadersBrian Paul2008-04-111-1/+3
|
* gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul2008-04-111-1/+3
|
* gallium: Replace // comments.José Fonseca2008-02-271-4/+4
|
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+26
"aux" is a reserved name on Windows (X_X)