aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_gather.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIANDave Airlie2017-01-191-1/+1
* gallivm: (trivial) fix copy/paste bug with big endian codeRoland Scheidegger2017-01-181-2/+4
* gallivm: optimize gather a bit, by using supplied destination typeRoland Scheidegger2016-12-211-63/+296
* gallivm: optimize 16bit->32bit gather path a bitRoland Scheidegger2016-12-061-3/+39
* gallivm: Use AVX2 gather instrinsics.Jose Fonseca2016-10-041-0/+95
* gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.Jose Fonseca2016-04-031-1/+1
* gallivm: fix alignment issue for vertex data fetchRoland Scheidegger2014-11-181-2/+26
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-6/+19
* gallivm: Fix format manipulation for big-endianAdhemerval Zanella2012-11-291-2/+8
* gallivm: Add function lp_bld_gather_values()Tom Stellard2012-01-301-0/+17
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-20/+21
* gallivm: Move gather functions to its own module.José Fonseca2010-07-021-0/+148