aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: adapt util code to interface changesRoland Scheidegger2010-05-178-143/+145
* Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-0431-782/+843
|\
| * gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-044-68/+96
| * gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
| * gallivm: Implement TXD.José Fonseca2010-05-044-37/+58
| * gallium: move surface utility functions into u_surface.cBrian Paul2010-05-036-179/+175
| * gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2010-05-042-13/+69
| * gallicm: Newton-Raphson step to improve precision.José Fonseca2010-05-041-2/+27
| * cso: use framebuffer utility functionsBrian Paul2010-05-031-41/+7
| * gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-036-84/+162
| * util: add util_format_short_nameMarek Olšák2010-05-031-0/+13
| * util: add util_format_is_plainMarek Olšák2010-05-031-0/+15
| * Reorder LLVM passes, running mem2reg earlier.Török Edwin2010-05-031-2/+2
| * gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca2010-05-031-0/+8
| * translate: Make translate_generic truly generic.José Fonseca2010-05-031-301/+90
| * draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca2010-05-031-12/+0
| * tgsi: Parse and dump predicates.José Fonseca2010-05-032-1/+63
| * gallium: Remove loop register file.José Fonseca2010-05-037-40/+2
| * gallivm: Replace predicate assertion failure with warning message.José Fonseca2010-05-031-8/+6
| * draw: Disable rtasm compilation when using LLVM.José Fonseca2010-05-031-6/+10
| * gallivm: fix nested break and continue statementsZack Rusin2010-05-021-16/+6
| * gallium/util: print \n after DXTn printfLuca Barbieri2010-05-031-2/+2
| * llvmpipe: fix out-of-bounds texture samplingBrian Paul2010-04-301-0/+12
| * llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul2010-04-301-7/+29
| * draw: Fix memory leaks in llvm code.José Fonseca2010-04-302-0/+26
| * util: Add missing break statement in u_caps.cJakob Bornecrantz2010-04-301-0/+1
* | Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-3035-362/+725
|\|
| * util: Update caps after helpfull inputJakob Bornecrantz2010-04-292-19/+61
| * util: Add small caps checker helperJakob Bornecrantz2010-04-294-0/+271
| * util: Format error format string as the rest of the pipe formatsJakob Bornecrantz2010-04-291-1/+1
| * draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin2010-04-291-2/+16
| * cso: remove commented-out code, update function docsBrian Paul2010-04-291-1/+4
| * gallivm: add some assertions in special-case sampler codeBrian Paul2010-04-291-0/+5
| * gallium/draw: Fix PPC compiler warning.Michel Dänzer2010-04-291-1/+1
| * gallium/draw: Fix PPC build failure.Michel Dänzer2010-04-291-1/+1
| * draw: remove extra semicolonsBrian Paul2010-04-282-4/+4
| * draw: use a cast wrapperBrian Paul2010-04-281-4/+11
| * draw: put 'create' in the vs varient create function namesBrian Paul2010-04-285-12/+16
| * draw: add missing function parameterBrian Paul2010-04-281-1/+2
| * gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
| * gallium/util: convert //-style commentsBrian Paul2010-04-281-2/+2
| * tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-277-161/+4
| * gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-16/+0
| * util: fix assorted problems in the image packing functionsBrian Paul2010-04-271-84/+70
| * gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.José Fonseca2010-04-271-0/+18
| * gallivm: Ensure all allocas are in the first block.José Fonseca2010-04-276-41/+97
| * draw/llvm: implement fetch elts pathsZack Rusin2010-04-263-31/+160
* | gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-1/+1
* | gallium: interface changes for multisamplingRoland Scheidegger2010-04-262-0/+13
|/
* gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane2010-04-261-10/+2