summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Add a new debug flag to warn about performance issues.José Fonseca2010-09-111-0/+14
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-291-2/+2
* gallivm: Always use floating-point operators for floating-point typesnobled2010-08-091-2/+2
* gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca2010-07-021-7/+100
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-82/+134
* gallivm: Move gather functions to its own module.José Fonseca2010-07-021-0/+1
* gallivm: Code generate YUV format unpacking.José Fonseca2010-07-021-0/+22
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-62/+156
* gallivm: Use func_to_pointer().José Fonseca2010-06-141-16/+1
* gallivm: silence casting warningBrian Paul2010-05-131-1/+17
* gallivm: additional commentsBrian Paul2010-05-121-4/+26
* gallivm: s/bool/booleanBrian Paul2010-05-121-3/+3
* gallivm: Don't hardcode number of args twice.José Fonseca2010-05-081-1/+1
* gallivm: Ensure all allocas are in the first block.José Fonseca2010-04-271-5/+2
* gallivm: Remove unused variable.Vinson Lee2010-04-221-3/+0
* gallivm: Remove unnecessary headers.Vinson Lee2010-04-201-2/+0
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-201-2/+77
* gallivm: Cleanups and bugfixes to aos format translation.José Fonseca2010-04-201-120/+36
* gallivm: New function to fetch a pixel into a 4xfloat AoS vector.José Fonseca2010-04-201-0/+32
* gallivm: Bring aos format back to life.José Fonseca2010-04-201-0/+380
* llvmpipe: Drop the aos format conversion.José Fonseca2010-03-311-383/+0
* gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+3
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-0/+383