sna/gen3: Remove stray setting of vertex_start
It is always done at the beginning of vertex emission. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
7f76f100e8
commit
3ca503dac2
|
|
@ -2921,7 +2921,6 @@ gen3_render_composite(struct sna *sna,
|
|||
|
||||
tmp->need_magic_ca_pass = true;
|
||||
tmp->op = PictOpOutReverse;
|
||||
sna->render.vertex_start = sna->render.vertex_index;
|
||||
}
|
||||
} else {
|
||||
if (tmp->mask.is_opaque) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue