Re: [Mesa-dev] st/va: Return correct status from vlVaQuerySurfaceStatus

2019-01-08 Thread Das, Indrajit-kumar
From: Indrajit Das Date: Thu, 3 Jan 2019 14:36:33 +0530 Subject: [PATCH] st/va: Return correct status from vlVaQuerySurfaceStatus This ensures that during encoding, applications can get the correct status of the surface before submitting more operations on the same. Reviewed-by: Leo Liu

Re: [Mesa-dev] st/va: Return correct status from vlVaQuerySurfaceStatus

2019-01-04 Thread Liu, Leo
Please add some commit messages. With that, the patch is Reviewed-by: Leo Liu On 1/3/19 5:20 AM, Das, Indrajit-kumar wrote: > From: Indrajit Das > Date: Thu, 3 Jan 2019 14:36:33 +0530 > Subject: [PATCH] st/va: Return correct status from vlVaQuerySurfaceStatus > > Signed-off-by: Indrajit Das >

[Mesa-dev] st/va: Return correct status from vlVaQuerySurfaceStatus

2019-01-03 Thread Das, Indrajit-kumar
From: Indrajit Das Date: Thu, 3 Jan 2019 14:36:33 +0530 Subject: [PATCH] st/va: Return correct status from vlVaQuerySurfaceStatus Signed-off-by: Indrajit Das --- src/gallium/state_trackers/va/surface.c | 31 + 1 file changed, 31 insertions(+) diff --git