summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
AgeCommit message (Expand)Author
2010-10-15llvmpipe: don't store plane.ei value in binned dataKeith Whitwell
2010-10-15llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell
2010-10-08llvmpipe: fix off-by-one in tri_16Keith Whitwell
2010-10-08llvmpipe: add rast_tri_4_16 for small lines and pointsKeith Whitwell
2010-09-15llvmpipe: remove duplicate codeKeith Whitwell
2010-09-12llvmpipe: pass linear masks to fragment shaderKeith Whitwell
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell
2010-08-31llvmpipe: combine linear mask calculationKeith Whitwell
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-08-25llvmpipe: more rasterization countersKeith Whitwell
2010-08-15llvmpipe: consolidate several loops in lp_rast_triangleKeith Whitwell
2010-08-15llvmpipe: eliminate last usage of step array in rast_tmp.hKeith Whitwell
2010-08-15llvmpipe: don't refer to plane->step when dcdx or dcdy would doKeith Whitwell
2010-08-15llvmpipe: also use build_mask at 16, 64 pixel levelsKeith Whitwell
2010-08-15llvmpipe: version of block4 which doesn't need the full step arrayKeith Whitwell
2010-08-15llvmpipe: reorganize block4 loop, nice speedupKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell