summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/exec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* tgsi: pass through failure to sse-codegenerate for fragment programs too.Keith Whitwell2008-02-151-4/+6
* 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