summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-132-6/+6
* rbug: Update and add READMEsJakob Bornecrantz2010-05-121-1/+1
* 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
* util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2010-05-122-0/+30
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-121-0/+4
* 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
* tgsi: also count instructions in tgsi_scan_shader()Brian Paul2010-05-122-4/+4
* softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca2010-05-121-4/+5
* mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2010-05-112-0/+10
* gallivm/llvmpipe: move an old comment to a better locationBrian Paul2010-05-101-0/+11
* gallivm: Silent warning.José Fonseca2010-05-101-1/+1
* gallivm: Add missing lvalue.José Fonseca2010-05-101-1/+1
* gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca2010-05-101-2/+3
* gallivm: cosf/sinf are macros on MSVC.José Fonseca2010-05-101-2/+12
* gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca2010-05-086-7/+111
* gallivm: Fix mipfiltering with negative lod bias.José Fonseca2010-05-081-2/+4
* gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca2010-05-083-166/+34
* gallivm: Import the code to compute the minimax polynomials.José Fonseca2010-05-081-0/+85
* gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca2010-05-081-14/+41
* gallivm: Don't hardcode number of args twice.José Fonseca2010-05-081-1/+1
* gallivm: The the JIT engine to use our sinf()/cosf() on Windows.José Fonseca2010-05-081-18/+79
* gallivm: Fix BREAK/CONT translation.José Fonseca2010-05-081-44/+63
* gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca2010-05-081-3/+10
* gallivm: Centralize SoA swizzling into a single place.José Fonseca2010-05-085-70/+128
* gallivm: Support predicates.José Fonseca2010-05-082-8/+101
* gallium/draw: additional comments in the clipping codeBrian Paul2010-05-071-5/+10
* tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul2010-05-071-4/+11
* gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin2010-05-061-1/+8
* tgsi: make SSE ADD instruction SOA-safeBrian Paul2010-05-061-5/+13
* tgsi: code refactoringBrian Paul2010-05-061-16/+34
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-062-0/+18
* tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul2010-05-061-1/+20
* gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul2010-05-062-22/+0
* util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz2010-05-061-0/+4
* gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca2010-05-064-6123/+2
* Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"José Fonseca2010-05-061-2/+0
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* gallium: still more provoking vertex fixesBrian Paul2010-05-052-11/+22
* gallium: added edge flag print/debug code (disabled)Brian Paul2010-05-051-0/+20
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-055-24/+24
* gallium: rework provoking vertex codeBrian Paul2010-05-055-49/+123