summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-111-0/+1
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-0/+4
* llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger2013-06-051-0/+1
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-2/+15
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-3/+0
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-0/+3
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-0/+6
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-081-0/+3
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-0/+7
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-1/+4
|\
| * llvmpipe: Use lp_tgsi_info.José Fonseca2010-10-111-1/+2
| * llvmpipe: maintain fragment shader state for draw moduleBrian Paul2010-09-201-0/+2
* | llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-0/+4
|/
* llvmpipe: Don't store display the alpha ref value in the key.José Fonseca2010-09-111-1/+5
* llvmpipe: put fs variant dumping in a functionKeith Whitwell2010-09-071-0/+4
* llvmpipe: Relax the colormask constraint on opaque.José Fonseca2010-09-051-1/+4
* llvmpipe: reduce size of fragment shader variant keyKeith Whitwell2010-08-221-0/+2
* llvmpipe: remove unused member from lp_fragment_shader_variant_keyKeith Whitwell2010-08-221-4/+0
* llvmpipe: pass mask into fragment shaderKeith Whitwell2010-07-131-1/+0
* llvmpipe: s/lpfs/shader/José Fonseca2010-06-211-1/+1
* llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger2010-06-181-3/+10
* llvmpipe: Number shaders/variants for more reproducible function names in the...José Fonseca2010-06-031-0/+7
* llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-301-0/+93