summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
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
2010-05-04gallium/util: added is_format_compressed()Brian Paul
2010-05-04u_blitter: fix creating fragment shadersWiktor Janas
2010-05-04gallivm: Proper implementation of TXL opcode.José Fonseca
2010-05-04gallivm: Fix several glitches introduced in the prev commit.José Fonseca
2010-05-04gallivm: Implement TXD.José Fonseca
2010-05-03gallium: move surface utility functions into u_surface.cBrian Paul
2010-05-04gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca
2010-05-04gallicm: Newton-Raphson step to improve precision.José Fonseca
2010-05-03cso: use framebuffer utility functionsBrian Paul
2010-05-03gallium: move framebuffer utility functions into a new fileBrian Paul
2010-05-03util: add util_format_short_nameMarek Olšák
2010-05-03util: add util_format_is_plainMarek Olšák
2010-05-03Reorder LLVM passes, running mem2reg earlier.Török Edwin
2010-05-03gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca
2010-05-03translate: Make translate_generic truly generic.José Fonseca
2010-05-03draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca
2010-05-03tgsi: Parse and dump predicates.José Fonseca
2010-05-03gallium: Remove loop register file.José Fonseca
2010-05-03gallivm: Replace predicate assertion failure with warning message.José Fonseca
2010-05-03draw: Disable rtasm compilation when using LLVM.José Fonseca
2010-05-02gallivm: fix nested break and continue statementsZack Rusin
2010-05-03gallium/util: print \n after DXTn printfLuca Barbieri
2010-04-30llvmpipe: fix out-of-bounds texture samplingBrian Paul
2010-04-30llvmpipe: added lp_build_sample_nop() for debuggingBrian Paul
2010-04-30draw: Fix memory leaks in llvm code.José Fonseca
2010-04-30util: Add missing break statement in u_caps.cJakob Bornecrantz
2010-04-29util: Update caps after helpfull inputJakob Bornecrantz
2010-04-29util: Add small caps checker helperJakob Bornecrantz
2010-04-29util: Format error format string as the rest of the pipe formatsJakob Bornecrantz