Age | Commit message (Expand) | Author |
2010-11-08 | os: Open file streams in binary mode. | Michal Krol |
2010-11-05 | scons: Remove old pipebuffer SConscript | Jakob Bornecrantz |
2010-11-05 | gallivm: add const qualifiers, fix comment string | Brian Paul |
2010-11-05 | gallivm: alloca() was called too often for temporary arrays | Brian Paul |
2010-11-04 | tgsi: remove unused function | Brian Paul |
2010-11-04 | gallivm: implement execution mask for scatter stores | Brian Paul |
2010-11-04 | gallivm: added lp_elem_type() | Brian Paul |
2010-11-04 | gallivm: add pixel offsets in scatter stores | Brian Paul |
2010-11-04 | gallivm: added debug code to dump temp registers | Brian Paul |
2010-11-04 | tgsi/build: Reduce interface clutter. | Michal Krol |
2010-11-04 | tgsi/exec: Get rid of obsolete condition codes. | Michal Krol |
2010-11-04 | tgsi/exec: Cleanup the remaining arithmetic instructions. | Michal Krol |
2010-11-03 | gallivm: add some LLVM var labels | Brian Paul |
2010-11-03 | gallivm: implement scatter stores into temp register file | Brian Paul |
2010-11-01 | scons: Revamp how to specify targets to build. | José Fonseca |
2010-10-28 | gallivm: Remove the EMMS opcodes. | José Fonseca |
2010-10-28 | gallivm: always enable LLVMAddInstructionCombiningPass() | José Fonseca |
2010-10-28 | gallium: Avoid using __doc__ in python scripts. | José Fonseca |
2010-10-27 | Fix build on systems where "python" is python 3. | Kenneth Graunke |
2010-10-25 | translate: remove unused prototypes | Brian Paul |
2010-10-25 | translate: use function typedefs, casts to silence warnings | Brian Paul |
2010-10-25 | rtasm: use pointer_to_func() to silence warning | Brian Paul |
2010-10-25 | util: use pointer_to_func() to silence warning | Brian Paul |
2010-10-21 | Merge branch 'primitive-restart-cleanup' | Brian Paul |
2010-10-21 | draw: implement primitive splitting for primitive restart | Brian Paul |
2010-10-21 | draw: fix typo in comment | Brian Paul |
2010-10-21 | gallivm: Silence uninitialized variable warning. | Vinson Lee |
2010-10-21 | gallivm: Silence uninitialized variable warnings. | Vinson Lee |
2010-10-21 | gallivm: Silence uninitialized variable warnings. | Vinson Lee |
2010-10-21 | draw: Remove unnecessary header. | Vinson Lee |
2010-10-20 | draw: use float version of LLVM Mul/Add instructions | Brian Paul |
2010-10-20 | llvmpipe/draw: always enable LLVMAddInstructionCombiningPass() | Brian Paul |
2010-10-19 | draw: Move loop variable declaration outside for loop. | Vinson Lee |
2010-10-19 | draw: make sure viewport gets updated in draw llvm shader | Keith Whitwell |
2010-10-19 | Merge branch 'llvm-cliptest-viewport' | Keith Whitwell |
2010-10-19 | draw: corrections to allow for different cliptest cases | Hui Qi Tay |
2010-10-19 | gallivm: fix incorrect type for zero vector in emit_kilp() | Brian Paul |
2010-10-18 | gallivm: Add a note about SSE4.1's nearest mode rounding. | José Fonseca |
2010-10-17 | gallivm: Comment lp_build_insert_new_block(). | José Fonseca |
2010-10-17 | llvmpipe: clean up fields in draw_llvm_variant_key | Keith Whitwell |
2010-10-17 | draw: corrections for w coordinate | Hui Qi Tay |
2010-10-17 | gallivm: Fix SoA cubemap derivative computation. | José Fonseca |
2010-10-15 | gallivm: use util_snprintf() | Brian Paul |
2010-10-15 | gallivm: added lp_build_load_volatile() | Brian Paul |
2010-10-15 | gallivm: added lp_build_print_vec4() | Brian Paul |
2010-10-15 | target-helpers: Remove per target software wrapper check | Jakob Bornecrantz |
2010-10-15 | wrapper: Add a way to dewrap a pipe screen without destroying it | Jakob Bornecrantz |
2010-10-15 | wrapper: Fix spelling | Jakob Bornecrantz |
2010-10-15 | gallium: move some intrinsics helpers to u_sse.h | Keith Whitwell |
2010-10-15 | tgsi: add scanner support for centroid inputs | Dave Airlie |