summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2010-05-14util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell1-2/+2
2010-05-13rtasm: fix void * / func * casting warningsBrian Paul2-4/+24
2010-05-13draw: silence casting warningsBrian Paul1-5/+38
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-13util: Fix ptr -> int conversion.José Fonseca1-1/+1
2010-05-13Conditionally revert "gallivm: Use a more compact approach for lp_build_broad...José Fonseca1-0/+10
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee2-6/+6
2010-05-12rbug: Update and add READMEsJakob Bornecrantz1-1/+1
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-12util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2-0/+30
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz1-0/+4
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-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul2-4/+4
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca1-4/+5
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2-0/+10
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é Fonseca6-7/+111
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
2010-05-08gallivm: Support predicates.José Fonseca2-8/+101
2010-05-07gallium/draw: additional comments in the clipping codeBrian Paul1-5/+10
2010-05-07tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul1-4/+11
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin1-1/+8
2010-05-06tgsi: make SSE ADD instruction SOA-safeBrian Paul1-5/+13
2010-05-06tgsi: code refactoringBrian Paul1-16/+34