summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup_line.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-0/+6
* llvmpipe: clamp scissors to be between 0 and maxZack Rusin2013-05-251-1/+1
* llvmpipe: implement support for multiple viewportsZack Rusin2013-05-251-3/+9
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-11/+0
* llvmpipe: avoid generating tri_16 for tris which extend past tile boundsKeith Whitwell2010-11-021-5/+10
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-89/+98
|\
| * llvmpipe: don't store plane.ei value in binned dataKeith Whitwell2010-10-151-8/+0
| * llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell2010-10-151-75/+79
| * llvmpipe: don't pass frontfacing as a floatKeith Whitwell2010-10-151-1/+1
| * llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell2010-10-151-1/+0
| * Revert "llvmpipe: try to keep plane c values small"Keith Whitwell2010-10-121-1/+2
| * llvmpipe: try to keep plane c values smallKeith Whitwell2010-10-121-2/+1
| * llvmpipe: fix rasterization of vertical lines on pixel boundariesZack Rusin2010-10-091-2/+2
| * llvmpipe: fail gracefully on oom in scene creationKeith Whitwell2010-10-081-2/+3
| * llvmpipe: handle FACING interpolants in line and point setupKeith Whitwell2010-09-251-0/+6
| * llvmpipe: fix flatshading in new line codeKeith Whitwell2010-09-211-6/+13
* | llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-181-8/+12
|/
* llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell2010-09-071-1/+3
* llvmpipe: enforce fixed memory limit on scenesKeith Whitwell2010-09-071-7/+21
* llvmpipe: use util_iround in place of roundKeith Whitwell2010-08-271-1/+1
* llvmpipe: eliminate tri->dx, tri->dy valuesKeith Whitwell2010-08-271-37/+39
* llvmpipe: update line rasterization code to current masterKeith Whitwell2010-08-271-335/+196
* llvmpipe: native line rasterization with correct pixel rasterizationHui Qi Tay2010-08-271-29/+213
* llvmpipe: native rasterization for linesHui Qi Tay2010-08-271-6/+611
* llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-131-2/+2
* llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell2009-10-091-0/+47