summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_format.h
Commit message (Expand)AuthorAgeFilesLines
* gallivm: fix alignment issue for vertex data fetchRoland Scheidegger2014-11-181-0/+1
* llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2014-03-211-0/+1
* llvmpipe: support sRGB framebuffersRoland Scheidegger2013-07-161-3/+4
* gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger2013-07-131-0/+11
* gallivm: consolidate code for float-to-half and float-to-packed conversion.Roland Scheidegger2013-04-021-0/+9
* gallivm: consolidate some half-to-float and r11g11b10-to-float codeRoland Scheidegger2013-03-291-0/+9
* gallivm: move code for dealing with rgb9e5 and r11g11b10 formats to own fileRoland Scheidegger2013-03-241-0/+18
* gallivm: more integer texture format fetch fixesRoland Scheidegger2013-01-101-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+7
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-6/+7
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-7/+9
* gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca2010-07-021-0/+5
* gallivm: Code generate YUV format unpacking.José Fonseca2010-07-021-0/+12
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-4/+5
* gallivm: rename vars, update comments, etcBrian Paul2010-05-121-3/+3
* gallivm: Centralize SoA swizzling into a single place.José Fonseca2010-05-081-1/+2
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-201-1/+3
* gallivm: Cleanups and bugfixes to aos format translation.José Fonseca2010-04-201-8/+0
* gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca2010-04-201-10/+18
* gallivm: Fallback to calling util_format_description::fetch_float for any for...José Fonseca2010-04-061-0/+11
* gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-1/+1
* gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-111-1/+1
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+83