mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
draw: remove old assignment of edgeflag value
This commit is contained in:
parent
ef683014dd
commit
2926e59e4a
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
|
|||
out->clip[3] = out->data[0][3];
|
||||
|
||||
out->vertex_id = 0xffff;
|
||||
out->edgeflag = 1;
|
||||
out->clipmask = compute_clipmask_gl(out->clip,
|
||||
pvs->draw->plane,
|
||||
pvs->draw->nr_planes);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue