Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-14 Thread Liu, Leo
On 2019-05-14 5:29 a.m., Michel Dänzer wrote: > [CAUTION: External Email] > > On 2019-05-09 8:10 p.m., Liu, Leo wrote: >> Since the using output optimization is only for back buffer case >> >> Signed-off-by: Leo Liu >> --- >> src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + >> 1 file changed,

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-14 Thread Michel Dänzer
On 2019-05-09 8:10 p.m., Liu, Leo wrote: > Since the using output optimization is only for back buffer case > > Signed-off-by: Leo Liu > --- > src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c >

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-13 Thread Alex Deucher
Acked-by: Alex Deucher On Mon, May 13, 2019 at 4:01 PM Liu, Leo wrote: > > Ping... > > On 5/9/19 2:10 PM, Liu, Leo wrote: > > Since the using output optimization is only for back buffer case > > > > Signed-off-by: Leo Liu > > --- > > src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + > > 1

Re: [Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-13 Thread Liu, Leo
Ping... On 5/9/19 2:10 PM, Liu, Leo wrote: > Since the using output optimization is only for back buffer case > > Signed-off-by: Leo Liu > --- > src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c >

[Mesa-dev] [PATCH] vl/dri3: set back buffer from output to NULL with front buffer case

2019-05-09 Thread Liu, Leo
Since the using output optimization is only for back buffer case Signed-off-by: Leo Liu --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/auxiliary/vl/vl_winsys_dri3.c b/src/gallium/auxiliary/vl/vl_winsys_dri3.c index