summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure1-0/+1
2013-08-14llvmpipe: fix pipeline statistics with a null psZack Rusin1-0/+4
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger1-0/+1
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger1-2/+15
2012-11-29llvmpipe: Eliminate color buffer swizzling.José Fonseca1-3/+0
2012-11-28llvmpipe: Unswizzled rendering.James Benton1-0/+3
2012-07-17gallivm,draw,llvmpipe: Support wider native registers.José Fonseca1-0/+6
2011-12-08llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca1-0/+3
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul1-0/+7
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1-1/+4
2010-10-11llvmpipe: Use lp_tgsi_info.José Fonseca1-1/+2
2010-09-20llvmpipe: maintain fragment shader state for draw moduleBrian Paul1-0/+2
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-0/+4
2010-09-11llvmpipe: Don't store display the alpha ref value in the key.José Fonseca1-1/+5
2010-09-07llvmpipe: put fs variant dumping in a functionKeith Whitwell1-0/+4
2010-09-05llvmpipe: Relax the colormask constraint on opaque.José Fonseca1-1/+4
2010-08-22llvmpipe: reduce size of fragment shader variant keyKeith Whitwell1-0/+2
2010-08-22llvmpipe: remove unused member from lp_fragment_shader_variant_keyKeith Whitwell1-4/+0
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell1-1/+0
2010-06-21llvmpipe: s/lpfs/shader/José Fonseca1-1/+1
2010-06-18llvmpipe: limit the number of fragment shader variants kept aroundRoland Scheidegger1-3/+10
2010-06-03llvmpipe: Number shaders/variants for more reproducible function names in the...José Fonseca1-0/+7
2010-05-30llvmpipe: Pass the fs variant to the rasterizer.José Fonseca1-0/+93