Re: [Mesa-dev] [PATCH] st/xa: Fix regression in xa_yuv_planar_blit()

2014-09-29 Thread Sinclair Yeh
Looks good. Reviewed-by: Sinclair Yeh On Mon, Sep 29, 2014 at 08:13:46AM +0200, Thomas Hellstrom wrote: > 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 Hellstr

[Mesa-dev] [PATCH] st/xa: Fix regression in xa_yuv_planar_blit()

2014-09-28 Thread Thomas Hellstrom
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 Cc: Rob Clark Cc: "10.2 10.3" --- src/gallium/state_trackers/xa/xa_renderer.c | 11 +++ src/gallium/