aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/exec
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol2008-04-282-4/+142
| | | | Change SSE_SWIZZLES #define to 0 to disable it.
* gallium: fix broken SGT, SLEBrian2008-04-251-2/+16
|
* use PIPE_ARCH_X86Brian2008-04-251-2/+2
|
* tgsi: fix compile when HIGH_PRECISION not definedKeith Whitwell2008-04-251-1/+1
|
* tgsi: use new float math funcs, drop local disassembly codeKeith Whitwell2008-04-212-501/+178
|
* gallium: a few commentsBrian Paul2008-04-181-0/+5
|
* gallium: implement recip sqrt() with C code for now.Brian Paul2008-04-181-0/+30
| | | | Some conformance lighting tests fail with the SSE rsqrt instruction.
* tgsi: add const qualifier to tokens on sse emitKeith Whitwell2008-04-182-2/+2
|
* tsgi: make Consts constKeith Whitwell2008-04-171-1/+1
|
* gallium: merge the tgsi_emit_sse2() and tgsi_emit_sse2_fs() functions.Brian Paul2008-04-112-130/+78
| | | | | 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-112-5/+22
|
* gallium: implement immediates (aka literals) for SSE fragment shadersBrian Paul2008-04-112-5/+81
|
* gallium: commentsBrian Paul2008-04-111-0/+31
|
* gallium: fix SCS codegen (sin scalar src comes from X, not Y)Brian Paul2008-04-111-1/+1
|
* tgsi: Use debug_printf().Michal Krol2008-03-141-2/+2
|
* gallium: print warning rather than assert(0) for LOG/EXP opcodesBrian Paul2008-03-141-2/+32
| | | | Glean vertProg1 runs all the way through, rather than aborting.
* tgsi: replace erroneous use of FETCH with emit_tempfKeith Whitwell2008-03-131-3/+15
|
* tgsi: Remove ExtDivide field from existence. Implement OPCODE_TXP.Michal Krol2008-03-121-31/+15
|
* gallium: better debug messagesBrian2008-02-271-4/+4
|
* gallium: Replace // comments.José Fonseca2008-02-272-5/+5
|
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-231-1/+1
|
* tgsi: print debug messages on failure to codegenerateKeith Whitwell2008-02-211-0/+6
|
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+1
|
* Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-3/+0
| | | | | | | In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.
* tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell2008-02-151-4/+6
| | | | | In particular, will fallback to interpreted execution for shaders with TEX instructions.
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-153-62/+56
|
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-155-0/+5131
"aux" is a reserved name on Windows (X_X)