Re: [Mesa-dev] [PATCH 16/20] st/va: relocate surface when stack field false

2017-08-16 Thread Christian König
Am 15.08.2017 um 22:08 schrieb Leo Liu: Signed-off-by: Leo Liu The subject line should probably read "reallocate" instead of "relocate". Additional to that the term "stacked field" isn't really used outside AMD, better use interlaced layout. Apart from that the patch

[Mesa-dev] [PATCH 16/20] st/va: relocate surface when stack field false

2017-08-15 Thread Leo Liu
Signed-off-by: Leo Liu --- src/gallium/state_trackers/va/picture.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/gallium/state_trackers/va/picture.c b/src/gallium/state_trackers/va/picture.c index 59594829dd..3af387ea5b 100644 ---