summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-2/+8
* llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee2011-01-041-0/+2
* llvmpipe: Include p_compiler.h in lp_perf.h.Vinson Lee2011-01-041-0/+1
* llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee2011-01-041-0/+4
* llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee2011-01-041-0/+2
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-12-222-3/+0
* llvmpipe: Plug fence leaks.José Fonseca2010-12-092-0/+3
* mesa: consolidate some compiler -D flagsBrian Paul2010-12-031-2/+0
* llvmpipe: fix broken stencil writemaskBrian Paul2010-12-031-1/+1
* gallivm/llvmpipe: remove lp_build_context::builderBrian Paul2010-12-022-15/+20
* gallium: support for array textures and related changesRoland Scheidegger2010-12-029-109/+102
* llvmpipe: Fix build errors on x86.Chia-I Wu2010-12-012-4/+5
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-3032-655/+692
* llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell2010-11-301-1/+1
* llvmpipe: remove misleading debug stringKeith Whitwell2010-11-301-1/+0
* llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell2010-11-301-0/+5
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-11-221-2/+0
* Merge branch 'lp-offset-twoside'Keith Whitwell2010-11-226-69/+306
|\
| * llvmpipe: twoside for specular color alsoKeith Whitwell2010-11-194-20/+42
| * llvmpipe: fix up twoside after recent changesKeith Whitwell2010-11-191-8/+7
| * llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay2010-11-191-155/+159
| * llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay2010-11-151-44/+16
| * llvmpipe: added llvm offset setup codeHui Qi Tay2010-11-044-46/+143
| * llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay2010-11-014-5/+103
| * llvmpipe: turn off draw offset/twoside when we can handle itKeith Whitwell2010-10-221-27/+72
* | 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