Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |