summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_logic.c
AgeCommit message (Expand)Author
2010-12-02gallivm/llvmpipe: remove lp_build_context::builderBrian Paul
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-10-09gallivm: prefer blendvb for integer argumentsKeith Whitwell
2010-10-08gallivm: Warn when doing inefficient integer comparisons.José Fonseca
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca
2010-09-11gallivm: Add a new debug flag to warn about performance issues.José Fonseca
2010-09-05gallivm: Pass condition masks as an unsigned bitmask.José Fonseca
2010-08-10gallivm: Fix bitwise operations for floats, division for integersnobled
2010-08-10gallivm: Even more type checkingnobled
2010-07-27gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca
2010-07-06gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca
2010-07-06gallivm: Fix 8bit comparisons.José Fonseca
2010-04-27gallivm: Ensure all allocas are in the first block.José Fonseca
2010-03-17gallivm: added lp_build_andc()Brian Paul
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul
2010-03-11gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul
2010-03-11gallivm: move declarations to silence unused var warningsBrian Paul
2010-03-11gallivm: Use bitmasks for scalar masks.José Fonseca
2010-03-10llvmpipe: Finally found a way to do vector comparisons without using intrinsics.José Fonseca
2010-03-09gallivm: checkpoint: nearest mipmap filteringBrian Paul
2010-03-04gallivm: commentsBrian Paul
2010-02-08llvmpipe: switch to using dynamic stack allocation instead of registersZack Rusin
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin