summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_line.c
AgeCommit message (Expand)Author
2010-11-02llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
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-15llvmpipe: don't pass frontfacing as a floatKeith Whitwell
2010-10-15llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell
2010-10-12Revert "llvmpipe: try to keep plane c values small"Keith Whitwell
2010-10-12llvmpipe: try to keep plane c values smallKeith Whitwell
2010-10-09llvmpipe: fix rasterization of vertical lines on pixel boundariesZack Rusin
2010-10-08llvmpipe: fail gracefully on oom in scene creationKeith Whitwell
2010-09-25llvmpipe: handle FACING interpolants in line and point setupKeith Whitwell
2010-09-21llvmpipe: fix flatshading in new line codeKeith Whitwell
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith 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-27llvmpipe: use util_iround in place of roundKeith Whitwell
2010-08-27llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell
2010-08-27llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca
2009-10-09llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell