summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: added some debug assertions, but disabledBrian Paul2010-11-041-0/+10
* llvmpipe: add a castBrian Paul2010-11-021-1/+1
* llvmpipe: assign context's frag shader pointer before using itBrian Paul2010-11-021-2/+2
* llvmpipe: guard against NULL task->query pointerKeith Whitwell2010-11-021-2/+5
* llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell2010-11-022-14/+35
* scons: Revamp how to specify targets to build.José Fonseca2010-11-012-61/+10
* gallivm: Remove the EMMS opcodes.José Fonseca2010-10-281-5/+0
* gallium: Avoid using __doc__ in python scripts.José Fonseca2010-10-281-2/+2
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
* llvmpipe: enable primitive restartBrian Paul2010-10-211-0/+2
* llvmpipe: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul2010-10-201-7/+1
* llvmpipe: Initialize variable.Vinson Lee2010-10-191-0/+1
* llvmpipe: Initialize state variable in debug_bin function.Vinson Lee2010-10-191-1/+1
* llvmpipe: Don't test rounding of x.5 numbers.José Fonseca2010-10-181-1/+4
* llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul2010-10-181-2/+0
* llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell2010-10-173-6/+3
* llvmpipe: remove unused fileKeith Whitwell2010-10-172-2/+0
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-1741-1242/+2086
|\
| * llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangleKeith Whitwell2010-10-171-4/+4
| * llvmpipe: Return non-zero exit code for lp_test_round failures.Vinson Lee2010-10-171-10/+9
| * llvmpipe: Initialize bld ctx via lp_build_context_init instead of ad-hoc and ...José Fonseca2010-10-172-8/+2
| * llvmpipe: Fix bad refactoring.José Fonseca2010-10-171-2/+1
| * llvmpipe: Ensure z_shift and z_width is initialized.José Fonseca2010-10-171-1/+1
| * llvmpipe: Fix depth-stencil regression.José Fonseca2010-10-171-21/+26
| * llvmpipe: Move makefile include to before targetsJakob Bornecrantz2010-10-151-2/+2
| * llvmpipe: validate color outputs against key->nr_cbufsKeith Whitwell2010-10-151-1/+2
| * llvmpipe: check shader outputs are non-null before usingKeith Whitwell2010-10-151-2/+2
| * llvmpipe: fix non-sse build after recent changesKeith Whitwell2010-10-151-2/+2
| * llvmpipe: use aligned loads/stores for plane valuesKeith Whitwell2010-10-152-9/+9
| * llvmpipe: do plane calculations with intrinsicsKeith Whitwell2010-10-151-57/+148
| * gallium: move some intrinsics helpers to u_sse.hKeith Whitwell2010-10-151-58/+0
| * llvmpipe: don't store plane.ei value in binned dataKeith Whitwell2010-10-155-26/+8
| * llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell2010-10-1512-292/+316
| * llvmpipe: don't pass frontfacing as a floatKeith Whitwell2010-10-159-13/+13
| * llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-159-46/+100
| * llvmpipe: code to dump bytecode to file (disabled)Brian Paul2010-10-141-0/+6
| * llvmpipe: don't try to emit non-existent color outputsKeith Whitwell2010-10-141-8/+9
| * llvmpipe: Generalize the x8z24 fast path to all depth formats.José Fonseca2010-10-131-111/+82
| * llvmpipe: Unbreak Z32_FLOAT.José Fonseca2010-10-133-64/+93
| * draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul2010-10-121-3/+3
| * llvmpipe: make sure intrinsics code is guarded with PIPE_ARCH_SSEKeith Whitwell2010-10-121-40/+42
| * llmvpipe: improve mm_mullo_epi32José Fonseca2010-10-121-4/+3
| * Revert "llvmpipe: try to keep plane c values small"Keith Whitwell2010-10-122-24/+17
| * gallium: move sse intrinsics debug helpers to u_sse.hKeith Whitwell2010-10-122-116/+0
| * llvmpipe: Fix MSVC build.José Fonseca2010-10-121-18/+18
| * llvmpipe: fix typo in last commitKeith Whitwell2010-10-121-2/+2
| * llvmpipe: try to keep plane c values smallKeith Whitwell2010-10-122-17/+24
| * llvmpipe: add debug helpers for epi32 etcKeith Whitwell2010-10-121-0/+115
| * llvmpipe: try to do more of rast_tri_3_16 with intrinsicsKeith Whitwell2010-10-122-9/+271