Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-12 | llvmpipe: fix warning: ‘t0’ may be used uninitialized in this function | Marek Olšák | |
2010-12-01 | llvmpipe: Fix build errors on x86. | Chia-I Wu | |
The errors were introduced by efc82aef35a2aac5d2ed9774f6d28f2626796416. | |||
2010-11-30 | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul | |
This branch defines a gallivm_state structure which contains the LLVMBuilderRef, LLVMContextRef, etc. All data structures built with this object can be periodically freed during a "garbage collection" operation. The gallivm_state object has to be passed to most of the builder functions where LLVMBuilderRef used to be used. Conflicts: src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c src/gallium/drivers/llvmpipe/lp_state_setup.c | |||
2010-11-22 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2010-11-19 | llvmpipe: twoside for specular color also | Keith Whitwell | |
2010-11-19 | llvmpipe: fix up twoside after recent changes | Keith Whitwell | |
Fix my slot/attr confusion. | |||
2010-11-19 | llvmpipe: fix such that offset/twoside function only does in-place modification | Hui Qi Tay | |
2010-11-15 | llvmpipe: clean up polygon offset function in lp setup code | Hui Qi Tay | |
2010-11-04 | llvmpipe: added llvm offset setup code | Hui Qi Tay | |
2010-11-01 | llvmpipe: Moved draw pipeline twoside function to llvm setup code | Hui Qi Tay | |
2010-10-17 | llvmpipe: remove unused arg from jit_setup_tri function | Keith Whitwell | |
2010-10-17 | Merge remote branch 'origin/master' into lp-setup-llvm | Keith Whitwell | |
Conflicts: src/gallium/drivers/llvmpipe/lp_setup_coef.c src/gallium/drivers/llvmpipe/lp_setup_coef.h src/gallium/drivers/llvmpipe/lp_setup_coef_intrin.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_setup_tri.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.h | |||
2010-10-17 | llvmpipe: remove setup fallback path | Keith Whitwell | |
2010-09-27 | llvmpipe: minor changes in llvm coefficient calcs | Hui Qi Tay | |
2010-09-18 | llvmpipe: use llvm for attribute interpolant calculation | Keith Whitwell | |
Basically no change relative to hard-coded version, but this will be useful for other changes later. |