summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_flow.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-04gallivm: use LLVM opaque pointers in lp_bld_flow.cMihai Preda1-2/+5
2020-05-06gallivm: add mask api to force maskDave Airlie1-0/+4
2019-09-04gallivm/flow: add counter reset for loopsDave Airlie1-0/+6
2016-08-17gallivm: add lp_build_alloca_undefNicolai Hähnle1-0/+5
2016-03-02gallium/auxilary: more __cplusplus exportsTim Rowley1-0/+7
2012-05-02gallivm: llvm c-style for loops, allows us to create loops with conditions on...James Benton1-0/+27
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-22/+19
2010-10-10gallivm: Use variables instead of Phis in loops.José Fonseca1-1/+2
2010-10-09gallivm: Cleanup the rest of the flow module.José Fonseca1-12/+16
2010-10-09gallivm: Simplify if/then/else implementation.José Fonseca1-2/+8
2010-10-09gallivm: Remove support for Phi generation.José Fonseca1-10/+0
2010-10-09gallivm: Don't generate Phis for execution mask.José Fonseca1-1/+4
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell1-0/+3
2010-04-27gallivm: Ensure all allocas are in the first block.José Fonseca1-0/+10
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin1-0/+7
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul1-1/+1
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul1-1/+1
2010-03-10gallivm: implement loopsZack Rusin1-1/+3
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin1-0/+151