summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup_line.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: add a few const qualifiersBrian Paul2016-02-191-1/+1
* llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger2016-02-031-9/+9
* llvmpipe: drop scissor planes early if the tri is fully inside themRoland Scheidegger2016-02-021-30/+51
* llvmpipe: scale up bounding box planes to subpixel precisionRoland Scheidegger2016-01-131-10/+10
* llvmpipe: do 64bit plane calculations in the sse pathRoland Scheidegger2016-01-081-5/+11
* llvmpipe: use provoking vertex for layer/viewportRoland Scheidegger2015-12-041-9/+16
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...José Fonseca2014-01-081-1/+1
* llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure2013-12-091-5/+6
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-251-1/+1
* llvmpipe: fix pipeline statistics with a null psZack Rusin2013-08-141-1/+2
* draw: fix slot detectionZack Rusin2013-08-061-1/+0
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-2/+12
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-2/+2
* llvmpipe: handle more queriesRoland Scheidegger2013-06-191-5/+8
* 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