sna: Reset BLT state after copy-boxes

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-08-10 23:07:07 +01:00
parent 50bfc172f1
commit 5d6d9231cd
1 changed files with 1 additions and 0 deletions

View File

@ -2223,6 +2223,7 @@ bool sna_blt_copy_boxes(struct sna *sna, uint8_t alu,
kgem->nbatch += 3;
}
sna->blt_state.fill_bo = 0;
return true;
}