st/xa: Make sure we blit all yuv regions.

The code forgot to increment a pointer.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
Thomas 2011-06-16 16:22:59 +02:00
parent 7ba80e0c50
commit a18ffcd40d

View file

@ -167,6 +167,7 @@ xa_yuv_planar_blit(struct xa_context *r,
(float)src_x + scale_x * (x - dst_x),
(float)src_y + scale_y * (y - dst_y),
scale_x * w, scale_y * h, x, y, w, h, yuv);
box++;
}
r->pipe->flush(r->pipe, &r->last_fence);