Age | Commit message (Expand) | Author |
2010-05-08 | gallivm: Import the code to compute the minimax polynomials. | José Fonseca |
2010-05-08 | gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5]. | José Fonseca |
2010-05-08 | gallivm: Don't hardcode number of args twice. | José Fonseca |
2010-05-08 | gallivm: The the JIT engine to use our sinf()/cosf() on Windows. | José Fonseca |
2010-05-08 | gallivm: Fix BREAK/CONT translation. | José Fonseca |
2010-05-08 | gallivm: Fix segfaul when inserting allocas in an empty function. | José Fonseca |
2010-05-08 | gallivm: Centralize SoA swizzling into a single place. | José Fonseca |
2010-05-08 | gallivm: Support predicates. | José Fonseca |
2010-05-07 | gallium/draw: additional comments in the clipping code | Brian Paul |
2010-05-07 | tgis: fix SOA aliasing for MUL instruction in SSE codegen | Brian Paul |
2010-05-06 | gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960. | Török Edwin |
2010-05-06 | tgsi: make SSE ADD instruction SOA-safe | Brian Paul |
2010-05-06 | tgsi: code refactoring | Brian Paul |
2010-05-06 | tgsi: added tgsi_get_processor_name() | Brian Paul |
2010-05-06 | tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers | Brian Paul |
2010-05-06 | gallium/tgsi: remove unused tgsi_exec_labels code | Brian Paul |
2010-05-06 | util: Recognize FALSE and F in debug_get_bool_option | Jakob Bornecrantz |
2010-05-06 | gallium: untrack u_indices_gen.c and u_indices_gen.c | José Fonseca |
2010-05-06 | Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c" | José Fonseca |
2010-05-06 | gallium: untrack u_indices_gen.c and u_indices_gen.c | Xavier Chantry |
2010-05-06 | gallium: untrack u_indices_gen.c and u_indices_gen.c | Xavier Chantry |
2010-05-05 | gallium: still more provoking vertex fixes | Brian Paul |
2010-05-05 | gallium: added edge flag print/debug code (disabled) | Brian Paul |
2010-05-05 | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul |
2010-05-05 | gallium: rework provoking vertex code | Brian Paul |
2010-05-05 | tgsi: make dumping work on non-debug builds | Marek Olšák |
2010-05-04 | draw: Remove unnecessary header. | Vinson Lee |
2010-05-04 | util: Remove unnecessary headers. | Vinson Lee |
2010-05-05 | draw: Preserve the provoking vertex both when decomposing and clipping. | José Fonseca |
2010-05-05 | draw: Adjust wideline vertex coords for D3D. | Brian Paul |
2010-05-04 | gallium/util: added is_format_compressed() | Brian Paul |
2010-05-04 | u_blitter: fix creating fragment shaders | Wiktor Janas |
2010-05-04 | gallivm: Proper implementation of TXL opcode. | José Fonseca |
2010-05-04 | gallivm: Fix several glitches introduced in the prev commit. | José Fonseca |
2010-05-04 | gallivm: Implement TXD. | José Fonseca |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-04 | gallivm: Increase the TGSI translation limits and centralize them in a header. | José Fonseca |
2010-05-04 | gallicm: Newton-Raphson step to improve precision. | José Fonseca |
2010-05-03 | cso: use framebuffer utility functions | Brian Paul |
2010-05-03 | gallium: move framebuffer utility functions into a new file | Brian Paul |
2010-05-03 | util: add util_format_short_name | Marek Olšák |
2010-05-03 | util: add util_format_is_plain | Marek Olšák |
2010-05-03 | Reorder LLVM passes, running mem2reg earlier. | Török Edwin |
2010-05-03 | gallivm: Display message instead of crashing when sampler generator was not s... | José Fonseca |
2010-05-03 | translate: Make translate_generic truly generic. | José Fonseca |
2010-05-03 | draw: Remove draw_pt_fetch_prepare call from llvm middle end. | José Fonseca |
2010-05-03 | tgsi: Parse and dump predicates. | José Fonseca |
2010-05-03 | gallium: Remove loop register file. | José Fonseca |
2010-05-03 | gallivm: Replace predicate assertion failure with warning message. | José Fonseca |
2010-05-03 | draw: Disable rtasm compilation when using LLVM. | José Fonseca |