mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
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:
parent
7ba80e0c50
commit
a18ffcd40d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue