summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_const.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* llvmpipe: convert double to long long instead of unsigned long longOded Gabbay2015-09-041-1/+1
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-281-12/+17
* gallivm: Fix bug in lp_build_one which would incorrectly return a vector for ...James Benton2012-11-271-1/+1
* llvmpipe: remove unused variables to fix compile warningsMarek Olšák2012-10-091-2/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-18/+21
* gallivm: Fix lp_build_const_xxx for negative integers.José Fonseca2012-05-151-5/+6
* gallivm: Add a lp_build_const_func_pointer() helper.José Fonseca2012-05-021-0/+29
* gallivm: Cleanup/simplify lp_build_const_string_variable.José Fonseca2012-05-021-0/+18
* gallivm: Added lp_build_const_mask_aos_swizzledJames Benton2012-05-021-0/+19
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-20/+24
* gallivm: Pass condition masks as an unsigned bitmask.José Fonseca2010-09-051-4/+11
* gallivm: Add a lp_build_const_elem().José Fonseca2010-06-021-14/+25
* gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca2010-05-081-0/+6
* gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-4/+4
* gallivm: constant building for scalar zeroBrian Paul2010-03-101-2/+10
* gallivm: checkpoint: nearest mipmap filteringBrian Paul2010-03-091-1/+7
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+369