summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2010-07-07gallivm: restore const qualifierBrian Paul
2010-07-07gallivm: fix cube map LOD computationBrian Paul
2010-07-06gallivm: Remove unnecessary header.Vinson Lee
2010-07-06gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul
2010-07-06gallivm: finish implementation of lp_build_iceil()Brian Paul
2010-07-06gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca
2010-07-06gallivm: Fix 8bit comparisons.José Fonseca
2010-07-03gallivm: Remove unnecessary headers.Vinson Lee
2010-07-02gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.José Fonseca
2010-07-02gallivm: Use util_format_description::fetch_rgba_8unorm() when available.José Fonseca
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca
2010-07-02gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.cJosé Fonseca
2010-07-02gallivm: Move gather functions to its own module.José Fonseca
2010-07-02gallivm: Check inputs/outputs in lp_build_conv()José Fonseca
2010-07-02gallivm: Code generate YUV format unpacking.José Fonseca
2010-07-02gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca
2010-07-01gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca
2010-07-01gallivm: Allow to conversions to/from registers of different sizes.José Fonseca
2010-07-01gallivm: Support extended swizzles in lp_build_swizzle1_aos().José Fonseca
2010-07-01gallivm: Setup a global optimization pass.José Fonseca
2010-07-01llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca
2010-06-14gallivm: Omit references to NoFramePointerElimNonLeafJosé Fonseca
2010-06-14gallivm: Override some of the default target options.José Fonseca
2010-06-14gallivm: Use func_to_pointer().José Fonseca
2010-06-07gallivm: eliminate tgsi_exec.h includeKeith Whitwell
2010-06-03gallivm: Register the JIT engine with oprofile on debug/profile builds.José Fonseca
2010-06-03gallivm: Factor out the quad derivative code into a single place. Fix ddy.José Fonseca
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-06-02gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLESBrian Paul
2010-06-02gallivm: Add a lp_build_const_elem().José Fonseca
2010-06-02llvmpipe: Store often used LLVM types in the lp_build_context.José Fonseca
2010-06-02gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...José Fonseca
2010-06-02gallivm: Make lp_build_sample_wrap_int usage more accurate.José Fonseca
2010-06-02gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().José Fonseca
2010-06-02gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().José Fonseca
2010-06-02gallivm: Don't use lp_build_sample_wrap_nearest()José Fonseca
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul
2010-05-26gallivm: Remove unnecessary headers.Vinson Lee
2010-05-25gallivm: Choose an appropriate code generation optimization level.José Fonseca
2010-05-24gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li
2010-05-20gallivm: rename a var: s/val/array_size/Brian Paul
2010-05-20gallivm: fix spelling in commentBrian Paul
2010-05-20gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul
2010-05-17gallivm: Tweak ret_mask handling.José Fonseca
2010-05-17gallivm: implement function calls by inliningZack Rusin
2010-05-15gallivm: Centralize some of the LLVM debugging options.José Fonseca
2010-05-15gallivm: Temporarily remove function call supportJosé Fonseca
2010-05-15gallivm: use our util_snprintfZack Rusin
2010-05-15gallivm: implement function callsZack Rusin
2010-05-14gallivm: added some vector length sanity checksBrian Paul