Re: [Mesa-dev] [PATCH v2] st/va: flush the context before calling flush_frontbuffer(v2)

2016-09-19 Thread Michel Dänzer
On 16/09/16 07:33 PM, Nayan Deshmukh wrote: > so that the texture is rendered to back buffer before calling > flush_frontbuffer and can be copied to a different buffer in > the function > > v2: change comment style > > Signed-off-by: Nayan Deshmukh > --- > src/gallium/state_trackers/va/surface.

[Mesa-dev] [PATCH v2] st/va: flush the context before calling flush_frontbuffer(v2)

2016-09-16 Thread Nayan Deshmukh
so that the texture is rendered to back buffer before calling flush_frontbuffer and can be copied to a different buffer in the function v2: change comment style Signed-off-by: Nayan Deshmukh --- src/gallium/state_trackers/va/surface.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)