summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)AuthorFilesLines
2010-05-27gallivm: add assertions to check type of phi variablesBrian Paul1-0/+2
2010-05-26gallivm: Remove unnecessary headers.Vinson Lee1-2/+0
2010-05-25gallivm: Choose an appropriate code generation optimization level.José Fonseca1-1/+33
2010-05-24gallivm: Efficient implementation of sin/cos.Qicheng Christopher Li1-105/+429
2010-05-20gallivm: rename a var: s/val/array_size/Brian Paul1-3/+3
2010-05-20gallivm: fix spelling in commentBrian Paul1-1/+1
2010-05-20gallivm: handle pointer types in lp_dump_llvmtype()Brian Paul1-0/+5
2010-05-17gallivm: Tweak ret_mask handling.José Fonseca1-24/+15
2010-05-17gallivm: implement function calls by inliningZack Rusin1-11/+134
2010-05-15gallivm: Centralize some of the LLVM debugging options.José Fonseca2-0/+31
2010-05-15gallivm: Temporarily remove function call supportJosé Fonseca1-438/+53
2010-05-15gallivm: use our util_snprintfZack Rusin1-1/+2
2010-05-15gallivm: implement function callsZack Rusin1-53/+437
2010-05-14gallivm: added some vector length sanity checksBrian Paul1-0/+2
2010-05-14gallivm: added lp_sizeof_llvm_type()Brian Paul2-0/+41
2010-05-14gallivm: comments, const qualifiersBrian Paul1-4/+11
2010-05-14tgsi: clean up in emit_fetch()Brian Paul1-43/+41
2010-05-13gallivm: silence uninitialized var warningBrian Paul1-1/+1
2010-05-13gallivm: silence casting warningBrian Paul1-1/+17
2010-05-13gallivm: silence uninitialized var warningBrian Paul1-1/+1
2010-05-13llvmpipe: silence uninitialized var warningsBrian Paul1-1/+2
2010-05-13gallivm: added lp_dump_llvmtype() debug helperBrian Paul2-0/+40
2010-05-13llvmpipe: additional commentsBrian Paul1-3/+5
2010-05-13gallivm: rename a varBrian Paul1-3/+4
2010-05-13Conditionally revert "gallivm: Use a more compact approach for lp_build_broad...José Fonseca1-0/+10
2010-05-12gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca1-0/+1
2010-05-12gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca1-8/+10
2010-05-12gallivm: additional commentsBrian Paul2-6/+39
2010-05-12gallivm: s/bool/booleanBrian Paul1-3/+3
2010-05-12gallivm: rename vars, update comments, etcBrian Paul2-21/+23
2010-05-12gallivm: comment out LLVMUnionTypeKind caseBrian Paul1-0/+2
2010-05-12gallivm: rename texel result paramBrian Paul2-17/+22
2010-05-12gallivm: add a few commentsBrian Paul1-3/+3
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul3-11/+11
2010-05-12gallivm: added lp_typekind_name() util functionBrian Paul2-0/+49
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul1-0/+11
2010-05-10gallivm: Silent warning.José Fonseca1-1/+1
2010-05-10gallivm: Add missing lvalue.José Fonseca1-1/+1
2010-05-10gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca1-2/+3
2010-05-10gallivm: cosf/sinf are macros on MSVC.José Fonseca1-2/+12
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca3-1/+103
2010-05-08gallivm: Fix mipfiltering with negative lod bias.José Fonseca1-2/+4
2010-05-08gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca3-166/+34
2010-05-08gallivm: Import the code to compute the minimax polynomials.José Fonseca1-0/+85
2010-05-08gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca1-14/+41
2010-05-08gallivm: Don't hardcode number of args twice.José Fonseca1-1/+1
2010-05-08gallivm: The the JIT engine to use our sinf()/cosf() on Windows.José Fonseca1-18/+79
2010-05-08gallivm: Fix BREAK/CONT translation.José Fonseca1-44/+63
2010-05-08gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca1-3/+10
2010-05-08gallivm: Centralize SoA swizzling into a single place.José Fonseca5-70/+128