summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul2010-07-211-8/+17
* gallivm: refactor code into get_indirect_offsets() functionBrian Paul2010-07-211-23/+34
* gallivm: added commentBrian Paul2010-07-211-0/+6
* gallivm: remove extraneous bracesBrian Paul2010-07-211-20/+18
* gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul2010-07-211-20/+15
* gallivm: implement correct indirect addressing of temp registersBrian Paul2010-07-211-11/+29
* gallivm: re-org, comments for get_temp_ptr()Brian Paul2010-07-211-3/+13
* gallivm: rename a var to avoid compiler warningsBrian Paul2010-07-211-2/+2
* gallivm: fix indirect addressing of constant bufferBrian Paul2010-07-201-25/+83
* gallivm: added lp_build_const_int32() helperBrian Paul2010-07-201-0/+8
* gallivm: restore const qualifierBrian Paul2010-07-071-1/+1
* gallivm: fix cube map LOD computationBrian Paul2010-07-071-38/+54
* gallivm: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul2010-07-061-1/+1
* gallivm: finish implementation of lp_build_iceil()Brian Paul2010-07-061-19/+67
* gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca2010-07-061-0/+41
* gallivm: Fix 8bit comparisons.José Fonseca2010-07-061-5/+3
* gallivm: Remove unnecessary headers.Vinson Lee2010-07-032-2/+0
* gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca2010-07-023-52/+96
* 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-024-110/+198
* gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca2010-07-023-32/+40
* gallivm: Move gather functions to its own module.José Fonseca2010-07-028-61/+213
* gallivm: Check inputs/outputs in lp_build_conv()José Fonseca2010-07-021-2/+6
* gallivm: Code generate YUV format unpacking.José Fonseca2010-07-023-0/+429
* gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2010-07-022-7/+30
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-014-69/+210
* gallivm: Allow to conversions to/from registers of different sizes.José Fonseca2010-07-013-21/+125
* gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca2010-07-013-23/+169
* gallivm: Setup a global optimization pass.José Fonseca2010-07-012-0/+31
* llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2010-07-012-61/+0
* gallivm: Omit references to NoFramePointerElimNonLeafJosé Fonseca2010-06-141-3/+0
* gallivm: Override some of the default target options.José Fonseca2010-06-142-0/+31
* gallivm: Use func_to_pointer().José Fonseca2010-06-141-16/+1
* gallivm: eliminate tgsi_exec.h includeKeith Whitwell2010-06-071-1/+1
* gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca2010-06-032-1/+30
* gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca2010-06-033-52/+202
* gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-5/+5
* gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul2010-06-021-1/+1
* gallivm: Add a lp_build_const_elem().José Fonseca2010-06-022-14/+29
* llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca2010-06-022-2/+30
* gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca2010-06-021-3/+9
* gallivm: Make lp_build_sample_wrap_int usage more accurate.José Fonseca2010-06-021-11/+2
* gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().José Fonseca2010-06-021-51/+50
* gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().José Fonseca2010-06-021-78/+32
* gallivm: Don't use lp_build_sample_wrap_nearest()José Fonseca2010-06-021-42/+46
* gallivm: add assertions to check type of phi variablesBrian Paul2010-05-271-0/+2
* gallivm: Remove unnecessary headers.Vinson Lee2010-05-261-2/+0
* gallivm: Choose an appropriate code generation optimization level.José Fonseca2010-05-251-1/+33
* gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li2010-05-241-105/+429