summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz
2010-05-12gallivm: additional commentsBrian Paul
2010-05-12gallivm: s/bool/booleanBrian Paul
2010-05-12gallivm: rename vars, update comments, etcBrian Paul
2010-05-12gallivm: comment out LLVMUnionTypeKind caseBrian Paul
2010-05-12gallivm: rename texel result paramBrian Paul
2010-05-12gallivm: add a few commentsBrian Paul
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul
2010-05-12gallivm: added lp_typekind_name() util functionBrian Paul
2010-05-12tgsi: also count instructions in tgsi_scan_shader()Brian Paul
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul
2010-05-10gallivm: Silent warning.José Fonseca
2010-05-10gallivm: Add missing lvalue.José Fonseca
2010-05-10gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca
2010-05-10gallivm: cosf/sinf are macros on MSVC.José Fonseca
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-08gallivm: Fix mipfiltering with negative lod bias.José Fonseca
2010-05-08gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca
2010-05-08gallivm: Import the code to compute the minimax polynomials.José Fonseca
2010-05-08gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca
2010-05-08gallivm: Don't hardcode number of args twice.José Fonseca
2010-05-08gallivm: The the JIT engine to use our sinf()/cosf() on Windows.José Fonseca
2010-05-08gallivm: Fix BREAK/CONT translation.José Fonseca
2010-05-08gallivm: Fix segfaul when inserting allocas in an empty function.José Fonseca
2010-05-08gallivm: Centralize SoA swizzling into a single place.José Fonseca
2010-05-08gallivm: Support predicates.José Fonseca
2010-05-07gallium/draw: additional comments in the clipping codeBrian Paul
2010-05-07tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-05-06tgsi: make SSE ADD instruction SOA-safeBrian Paul
2010-05-06tgsi: code refactoringBrian Paul
2010-05-06tgsi: added tgsi_get_processor_name()Brian Paul
2010-05-06tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul
2010-05-06gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul
2010-05-06util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca
2010-05-06Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"José Fonseca
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry
2010-05-05gallium: still more provoking vertex fixesBrian Paul
2010-05-05gallium: added edge flag print/debug code (disabled)Brian Paul
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-05-05tgsi: make dumping work on non-debug buildsMarek Olšák
2010-05-04draw: Remove unnecessary header.Vinson Lee
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-05-05draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca
2010-05-05draw: Adjust wideline vertex coords for D3D.Brian Paul