summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: make dumping work on non-debug buildsMarek Olšák2010-05-051-1/+1
* draw: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* util: Remove unnecessary headers.Vinson Lee2010-05-043-3/+0
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-052-23/+31
* draw: Adjust wideline vertex coords for D3D.Brian Paul2010-05-051-27/+34
* gallium/util: added is_format_compressed()Brian Paul2010-05-041-0/+20
* u_blitter: fix creating fragment shadersWiktor Janas2010-05-041-7/+6
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-044-68/+96
* gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
* gallivm: Implement TXD.José Fonseca2010-05-044-37/+58
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-036-179/+175
* gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2010-05-042-13/+69
* gallicm: Newton-Raphson step to improve precision.José Fonseca2010-05-041-2/+27
* cso: use framebuffer utility functionsBrian Paul2010-05-031-41/+7
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-036-84/+162
* util: add util_format_short_nameMarek Olšák2010-05-031-0/+13
* util: add util_format_is_plainMarek Olšák2010-05-031-0/+15
* Reorder LLVM passes, running mem2reg earlier.Török Edwin2010-05-031-2/+2
* gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca2010-05-031-0/+8
* translate: Make translate_generic truly generic.José Fonseca2010-05-031-301/+90
* draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca2010-05-031-12/+0
* tgsi: Parse and dump predicates.José Fonseca2010-05-032-1/+63
* gallium: Remove loop register file.José Fonseca2010-05-037-40/+2
* gallivm: Replace predicate assertion failure with warning message.José Fonseca2010-05-031-8/+6
* draw: Disable rtasm compilation when using LLVM.José Fonseca2010-05-031-6/+10
* gallivm: fix nested break and continue statementsZack Rusin2010-05-021-16/+6
* gallium/util: print \n after DXTn printfLuca Barbieri2010-05-031-2/+2
* llvmpipe: fix out-of-bounds texture samplingBrian Paul2010-04-301-0/+12
* llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul2010-04-301-7/+29
* draw: Fix memory leaks in llvm code.José Fonseca2010-04-302-0/+26
* util: Add missing break statement in u_caps.cJakob Bornecrantz2010-04-301-0/+1
* util: Update caps after helpfull inputJakob Bornecrantz2010-04-292-19/+61
* util: Add small caps checker helperJakob Bornecrantz2010-04-294-0/+271
* util: Format error format string as the rest of the pipe formatsJakob Bornecrantz2010-04-291-1/+1
* draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin2010-04-291-2/+16