aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_setup.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca2011-12-081-1/+7
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-4/+5
* llvmpipe: Use -1 instead of ~0 for "no slot".José Fonseca2011-11-011-5/+11
* llvmpipe: silence a pointer type warningBrian Paul2011-09-201-1/+1
* llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* llvmpipe: Fix build errors on x86.Chia-I Wu2010-12-011-3/+4
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-114/+133
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-11-221-2/+0
* llvmpipe: twoside for specular color alsoKeith Whitwell2010-11-191-7/+13
* 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-041-45/+134
* llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay2010-11-011-3/+82
* llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell2010-10-171-2/+1
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-1/+1
* llvmpipe: remove setup fallback pathKeith Whitwell2010-10-171-11/+2
* llvmpipe: minor changes in llvm coefficient calcsHui Qi Tay2010-09-271-2/+3
* llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-0/+768