Re: [Mesa-dev] [PATCH 1/8] st/va: fix post process dirty area handling

2015-11-23 Thread Julien Isorce
Make sense it was a copy past I did from vlVdpPresentationQueueDisplay. I tested this change and works fine. Thx for catching this. (feel free to set "clear_dirty" param of vl_compositor_render to false even if it will be ignored anyway) Reviewed-by: Julien Isorce On 23 November 2015 at 14:37,

[Mesa-dev] [PATCH 1/8] st/va: fix post process dirty area handling

2015-11-23 Thread Christian König
From: Christian König The dirty area in this call isn't related to the screen at all. Signed-off-by: Christian König --- src/gallium/state_trackers/va/picture.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/va/picture.c b/src/gallium/state_