summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: is_texture/buffer_referenced helper.gallium-0.1José Fonseca2009-10-132-0/+22
* softpipe: Backport is_texture/buffer_reference implementation.José Fonseca2009-10-121-0/+42
* gallium: Backport is_texture/buffer_referenced.José Fonseca2009-10-122-0/+35
* pipebuffer: Fix alignment assertion.José Fonseca2009-09-281-2/+2
* scons: Don't require -liberty on MinGW.José Fonseca2009-09-241-1/+1
* tgsi/sse: implement SEQ, SGT, SLE, SNEBrian Paul2009-09-241-4/+4
* tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2009-09-112-13/+43
* tgsi: Move stack assertions to bottom of tgsi_exec_machine_run.José Fonseca2009-09-081-5/+9
* tgsi: Don't use integer comparison for IF.José Fonseca2009-09-081-4/+4
* tgsi: Fix ureg_ENDLOOP prototype.José Fonseca2009-09-081-1/+1
* tgsi: Disable ureg debug output.José Fonseca2009-09-071-1/+1
* tgsi: TGSI_OPCODE_LOGP maps to TGSI_OPCODE_LOG.Michal Krol2009-09-041-1/+1
* tgsi: Fix match_or_expand_immediate's swizzle initialization.José Fonseca2009-09-031-1/+3
* tgsi: Implement old LOOP/ENDLOOP (new BGNFOR/ENDFOR) according to spec.José Fonseca2009-09-022-1/+57
* tgsi: Keep the LOOP labels in a stack, instead of relying on ENDLOOP's labels.José Fonseca2009-09-022-1/+10
* tgsi: More complete implementation of ureg address.José Fonseca2009-09-022-14/+60
* tgsi: Fix unsigned/signed comparison.José Fonseca2009-09-021-1/+1
* tgsi: Fix ureg absolute emission.José Fonseca2009-09-021-1/+3
* tgsi: Increase the maximum register number when sanity checking.José Fonseca2009-09-021-22/+30
* tgsi: Indent dumped instructions in respect to grammatical opcodes (e.g. LOOP).José Fonseca2009-09-023-125/+137
* tgsi: Ensure number of srcs/dsts match the expected.José Fonseca2009-09-021-0/+12
* ureg: allow all register files to be converted between src and dst regsKeith Whitwell2009-09-011-2/+0
* tgsi: Use consistent naming for ureg indirect modifiers.José Fonseca2009-09-011-2/+2
* tgsi: Implement ureg_indirect modifiers.José Fonseca2009-09-011-0/+16
* draw: Pre-declare referred structures.José Fonseca2009-09-011-0/+1
* tgsi: Pre-declare referred structures.José Fonseca2009-09-011-0/+4
* scons: Allow to use only the WINDDK headers.José Fonseca2009-09-011-15/+30
* scons: Allow to use MS's DXSDK headers with MinGW.José Fonseca2009-09-011-3/+12
* scons: Require DDK 3790.1830 for now.José Fonseca2009-09-011-2/+6
* util: Define ffs for MinGW.José Fonseca2009-08-311-0/+4
* scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.José Fonseca2009-08-311-1/+1
* scons: Request the stabs debug info format for Mingw.José Fonseca2009-08-311-0/+4
* scons: Use --enable-stdcall-fixup only when building DLLs.José Fonseca2009-08-311-1/+2
* scons: Use .a suffix for MinGW.José Fonseca2009-08-311-6/+4
* scons: Don't use C specific options with g++José Fonseca2009-08-312-43/+58
* scons: Support winddk 6001.18002.José Fonseca2009-08-312-80/+77
* scons: Indent abbreviated command line strings, so command messages stand out.Michel Dänzer2009-08-311-11/+12
* scons: Output nice summary messages instead of long command lines.José Fonseca2009-08-312-5/+10
* scons: Use parallel builds by default.José Fonseca2009-08-312-0/+47
* scons: Unbreak mingw builds.José Fonseca2009-08-312-2/+2
* scons: Use -Wdeclaration-after-statementJosé Fonseca2009-08-312-0/+2
* scons: Build DLLs/EXEs with more memory debugger friendlier settings.José Fonseca2009-08-312-2/+14
* scons: Don't raise an exception when DXSDK is not found.José Fonseca2009-08-311-5/+3
* scons: Tool to build with DirectX SDK.José Fonseca2009-08-311-0/+66
* tgsi: Localise SCS code.Michal Krol2009-08-281-8/+8
* tgsi: Untabify.Michal Krol2009-08-281-31/+31
* tgsi: Remove redundant micro_ge() -- use micro_le().Michal Krol2009-08-281-15/+1
* tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-08-281-5/+13
* tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul2009-08-281-0/+29
* tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell2009-08-281-2/+6