Re: [Mesa-dev] [PATCH v2] vl/dri3: handle the case of different GPU

2016-09-09 Thread Leo Liu
Hi Nayan, Besides Emil's comments, here is some others in lines. On 09/09/2016 09:17 AM, Nayan Deshmukh wrote: use a linear buffer in case of back buffer v2: Use a seprate linear buffer for each back buffer Signed-off-by: Nayan Deshmukh --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 82 ++

Re: [Mesa-dev] [PATCH v2] vl/dri3: handle the case of different GPU

2016-09-09 Thread Nayan Deshmukh
On Fri, Sep 9, 2016 at 7:03 PM, Emil Velikov wrote: > Hi Nayan, > > Just a couple of fly-by comments. As always don't read too much into them. > > On 9 September 2016 at 14:17, Nayan Deshmukh > wrote: > > use a linear buffer in case of back buffer > > > You might want to mention a bit more about

Re: [Mesa-dev] [PATCH v2] vl/dri3: handle the case of different GPU

2016-09-09 Thread Emil Velikov
Hi Nayan, Just a couple of fly-by comments. As always don't read too much into them. On 9 September 2016 at 14:17, Nayan Deshmukh wrote: > use a linear buffer in case of back buffer > You might want to mention a bit more about the implementation and/or why doing things like X won't work/is bad i

[Mesa-dev] [PATCH v2] vl/dri3: handle the case of different GPU

2016-09-09 Thread Nayan Deshmukh
use a linear buffer in case of back buffer v2: Use a seprate linear buffer for each back buffer Signed-off-by: Nayan Deshmukh --- src/gallium/auxiliary/vl/vl_winsys_dri3.c | 82 --- 1 file changed, 63 insertions(+), 19 deletions(-) diff --git a/src/gallium/auxiliary