aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_flow.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: add lp_build_alloca_undefNicolai Hähnle2016-08-171-0/+19
* gallivm: add create_builder_at_entry helper functionNicolai Hähnle2016-08-171-23/+22
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+9
* gallivm: llvm c-style for loops, allows us to create loops with conditions on...James Benton2012-05-021-0/+67
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-54/+69
* gallivm: Comment lp_build_insert_new_block().José Fonseca2010-10-171-0/+8
* gallivm: Use variables instead of Phis in loops.José Fonseca2010-10-101-41/+21
* gallivm: Fix a long standing bug with nested if-then-else emission.José Fonseca2010-10-101-17/+6
* gallivm: Cleanup the rest of the flow module.José Fonseca2010-10-091-189/+21
* gallivm: Simplify if/then/else implementation.José Fonseca2010-10-091-59/+20
* gallivm: Remove support for Phi generation.José Fonseca2010-10-091-211/+0
* gallivm: Don't generate Phis for execution mask.José Fonseca2010-10-091-7/+21
* llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell2010-10-091-5/+1
* llvmpipe: store zero into all alloca'd valuesKeith Whitwell2010-10-091-0/+1
* gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul2010-06-021-1/+1
* gallivm: add assertions to check type of phi variablesBrian Paul2010-05-271-0/+2
* gallivm: fix spelling in commentBrian Paul2010-05-201-1/+1
* gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca2010-05-081-3/+10
* gallivm: Ensure all allocas are in the first block.José Fonseca2010-04-271-0/+75
* draw llvm: fix loop iteration and vertex header offsetsZack Rusin2010-04-061-0/+29
* gallivm: fix bugs in nested if/then/else codegenBrian Paul2010-03-121-9/+17
* gallivm: implement loopsZack Rusin2010-03-101-1/+1
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+757