Re: [Mesa-dev] [PATCH] st/va: use proper temp pipe_video_buffer template

2016-06-08 Thread Christian König
Am 02.06.2016 um 16:03 schrieb Julien Isorce: Instead of changing the format on the existing template which makes error handling not nice and confuses coverity. CoverityID: 1337953 Signed-off-by: Julien Isorce Reviewed-by: Christian König --- src/gallium/state_trackers/va/image.c | 8 ++

[Mesa-dev] [PATCH] st/va: use proper temp pipe_video_buffer template

2016-06-02 Thread Julien Isorce
Instead of changing the format on the existing template which makes error handling not nice and confuses coverity. CoverityID: 1337953 Signed-off-by: Julien Isorce --- src/gallium/state_trackers/va/image.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/s