Re: [Mesa-dev] [PATCH] virgl/vtest-winsys: Use virgl version of bind flags

2018-11-08 Thread Emil Velikov
On Fri, 2 Nov 2018 at 15:23, Emil Velikov wrote: > > On Thu, 1 Nov 2018 at 09:50, Gert Wollny wrote: > > > > From: Gert Wollny > > > > The bind flags defined by mesa/gallium might not always be in sync > > with the ones copied to virglrenderer/gallium. Therefore, use the > > flags defined in vir

Re: [Mesa-dev] [PATCH] virgl/vtest-winsys: Use virgl version of bind flags

2018-11-02 Thread Emil Velikov
On Thu, 1 Nov 2018 at 09:50, Gert Wollny wrote: > > From: Gert Wollny > > The bind flags defined by mesa/gallium might not always be in sync > with the ones copied to virglrenderer/gallium. Therefore, use the > flags defined in virgl like it is done for all the other calls to > create resources.

Re: [Mesa-dev] [PATCH] virgl/vtest-winsys: Use virgl version of bind flags

2018-11-01 Thread Dave Airlie
On Thu, 1 Nov 2018 at 19:50, Gert Wollny wrote: > > From: Gert Wollny > > The bind flags defined by mesa/gallium might not always be in sync > with the ones copied to virglrenderer/gallium. Therefore, use the > flags defined in virgl like it is done for all the other calls to > create resources.

[Mesa-dev] [PATCH] virgl/vtest-winsys: Use virgl version of bind flags

2018-11-01 Thread Gert Wollny
From: Gert Wollny The bind flags defined by mesa/gallium might not always be in sync with the ones copied to virglrenderer/gallium. Therefore, use the flags defined in virgl like it is done for all the other calls to create resources. Signed-off-by: Gert Wollny --- src/gallium/winsys/virgl/vte