sna/trapezoids: Fix typo in construction of polygon lines
Fixes regression from a missed replacement in:
commit 191c6b6ca7 [2.99.917]
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date: Sun Oct 5 09:05:20 2014 +0100
sna/trapezoids: Improve sample locations for imprecise rasterisation
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
7b7f71a7d5
commit
9bbbcc2f42
|
|
@ -3874,7 +3874,7 @@ imprecise_tristrip_span_converter(struct sna *sna,
|
|||
break;
|
||||
} while (1);
|
||||
polygon_add_line(tor.polygon,
|
||||
&points[cw], &points[2+ccw],
|
||||
&points[cw], &points[ccw],
|
||||
dx, dy);
|
||||
assert(tor.polygon->num_edges <= 2*count);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue