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