summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/exec
Commit message (Expand)AuthorAgeFilesLines
* gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca2008-06-021-29/+9
* tgsi: SWZ no longer aliases to MOV.Michal Krol2008-06-022-2/+2
* tgsi: Fix build after TGSI declaration interface changes.Michal Krol2008-05-312-10/+6
* gallium: MSVC warning fixes.José Fonseca2008-05-291-1/+1
* gallium: remove ^M (CR) charsBrian Paul2008-05-021-23/+23
* tgsi: Enable fast high precision rsqrt.Michal Krol2008-05-021-22/+0
* tgsi: Implement fast rsqrtf. Not tested, inactive.Keith Whitwell2008-05-023-19/+40
* gallium: temporarily disable broken SSE2 code for ARL opcodeBrian2008-05-011-0/+5
* gallium: implement TGSI_OPCODE_EXPBrian2008-05-011-14/+15
* gallium: implement TGSI_OPCODE_LOGBrian2008-05-011-14/+16
* tgsi: remove some bogus win vs. linux crudKeith Whitwell2008-05-011-72/+46
* rtasm: fix labels after (not so) recent change to allow dynamic fn growthKeith Whitwell2008-05-011-2/+2
* tgsi: restore HIGH_PRECISION settingKeith Whitwell2008-05-011-1/+1
* tgsi: use EBX everywhere, be sure to push/pop itKeith Whitwell2008-05-011-8/+10
* tgsi: use x86_fn_arg instead of get_argument() -- it knows about push/pops to...Keith Whitwell2008-05-011-29/+34
* tgsi: use ESI instead of EBX on non-win32 platformsKeith Whitwell2008-05-011-7/+7
* tgsi: make loop structure clearer, use x86_lea for incrementsKeith Whitwell2008-04-281-66/+68
* tsgi: add a makefileKeith Whitwell2008-04-281-0/+2
* gallium: Generate SSE code to swizzle and unswizzle vs inputs and outputs.Michal Krol2008-04-282-4/+142
* 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
* 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