aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Fix trivial sign warningsJan Vesely2016-06-131-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-23/+23
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca2014-05-141-14/+4
* gallivm: Workaround http://llvm.org/PR18600José Fonseca2014-01-281-2/+4
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-22/+58
* gallivm: Fix format manipulation for big-endianAdhemerval Zanella2012-11-291-0/+20
* gallivm: Altivec vector add/sub intrisicsAdhemerval Zanella2012-11-291-1/+1
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-7/+130
* gallivm: Updated lp_build_const_mask_aos to input number of channels.James Benton2012-11-281-1/+1
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-4/+5
* gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32Brian Paul2012-10-261-4/+3
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-23/+141
* gallivm: Refactor lp_build_broadcast(_scalar) to share code.José Fonseca2012-06-281-36/+28
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-021-18/+21
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-32/+35
* gallivm: Help for combined extraction and broadcasting.José Fonseca2010-10-081-0/+77
* gallivm: move i32_vec_type inside the #ifdefBrian Paul2010-09-161-1/+2
* gallivm: fix incorrect vector shuffle datatypeBrian Paul2010-09-161-1/+5
* gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca2010-09-111-4/+7
* gallivm: Pass condition masks as an unsigned bitmask.José Fonseca2010-09-051-8/+7
* gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca2010-07-011-15/+161
* llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2010-07-011-49/+0
* Conditionally revert "gallivm: Use a more compact approach for lp_build_broad...José Fonseca2010-05-131-0/+10
* gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca2010-05-121-8/+10
* gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca2010-05-081-0/+2
* gallivm: Centralize SoA swizzling into a single place.José Fonseca2010-05-081-0/+78
* gallivm/llvmpipe: rename some constant building functionsBrian Paul2010-03-151-2/+2
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+239