aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallivm: rename a var: s/val/array_size/Brian Paul2010-05-201-3/+3
* gallivm: fix spelling in commentBrian Paul2010-05-201-1/+1
* gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul2010-05-201-0/+5
* gallivm: Tweak ret_mask handling.José Fonseca2010-05-171-24/+15
* gallivm: implement function calls by inliningZack Rusin2010-05-171-11/+134
* gallivm: Centralize some of the LLVM debugging options.José Fonseca2010-05-152-0/+31
* gallivm: Temporarily remove function call supportJosé Fonseca2010-05-151-438/+53
* gallivm: use our util_snprintfZack Rusin2010-05-151-1/+2
* gallivm: implement function callsZack Rusin2010-05-151-53/+437
* gallivm: added some vector length sanity checksBrian Paul2010-05-141-0/+2
* gallivm: added lp_sizeof_llvm_type()Brian Paul2010-05-142-0/+41
* gallivm: comments, const qualifiersBrian Paul2010-05-141-4/+11
* tgsi: clean up in emit_fetch()Brian Paul2010-05-141-43/+41
* gallivm: silence uninitialized var warningBrian Paul2010-05-131-1/+1
* gallivm: silence casting warningBrian Paul2010-05-131-1/+17
* gallivm: silence uninitialized var warningBrian Paul2010-05-131-1/+1
* llvmpipe: silence uninitialized var warningsBrian Paul2010-05-131-1/+2
* gallivm: added lp_dump_llvmtype() debug helperBrian Paul2010-05-132-0/+40
* llvmpipe: additional commentsBrian Paul2010-05-131-3/+5
* gallivm: rename a varBrian Paul2010-05-131-3/+4
* Conditionally revert "gallivm: Use a more compact approach for lp_build_broad...José Fonseca2010-05-131-0/+10
* gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca2010-05-121-0/+1
* gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca2010-05-121-8/+10
* gallivm: additional commentsBrian Paul2010-05-122-6/+39
* gallivm: s/bool/booleanBrian Paul2010-05-121-3/+3
* gallivm: rename vars, update comments, etcBrian Paul2010-05-122-21/+23
* gallivm: comment out LLVMUnionTypeKind caseBrian Paul2010-05-121-0/+2
* gallivm: rename texel result paramBrian Paul2010-05-122-17/+22
* gallivm: add a few commentsBrian Paul2010-05-121-3/+3
* gallivm/llvmpipe: add const qualifiersBrian Paul2010-05-123-11/+11
* gallivm: added lp_typekind_name() util functionBrian Paul2010-05-122-0/+49