diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-10 23:07:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-08-10 23:07:07 +0100 |
commit | 5d6d9231cd2003fda1c6f2dd3174014317a45704 (patch) | |
tree | 69b877f92b5eae398603552961ac8692bf89de2d /src | |
parent | 50bfc172f1f89c023bb3a47418b845e31eba7126 (diff) |
sna: Reset BLT state after copy-boxes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/sna/sna_blt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c index 4263bf79..6bf223ab 100644 --- a/src/sna/sna_blt.c +++ b/src/sna/sna_blt.c @@ -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; } |