st/xa: Fix regression in xa_yuv_planar_blit()
authorThomas Hellstrom <thellstrom@vmware.com>
Sun, 28 Sep 2014 15:17:22 +0000 (17:17 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 30 Sep 2014 06:31:33 +0000 (08:31 +0200)
commit46537f1d03ba6de83be70ac574f633bb4342a327
tree9d92d8f6a9df88dff3b26d09285c4f6f1918c7ad
parent68627235f2a0589a1fd0dddad78f705387cea8d3
st/xa: Fix regression in xa_yuv_planar_blit()

Commit "st/xa: scissor to help tilers" broke xa_yuv_planar_blit() and vmwgfx
textured video. Fix this by implementing scissors also in the yuv draw path.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Cc: Rob Clark <robclark@freedesktop.org>
Cc: "10.2 10.3" <mesa-stable@lists.freedesktop.org>
src/gallium/state_trackers/xa/xa_renderer.c
src/gallium/state_trackers/xa/xa_yuv.c