[Mesa-dev] [PATCH] virgl: Add support for glGetMultisample (v2)

2018-06-25 Thread Gert Wollny
Use caps to obtain the multisample sample positions for up to 16 positions and implement the according Gallium interface. v2: remove unrelated chunk (thanks Ilia Mirkin) Signed-off-by: Gert Wollny --- This patch requires another patch against virglrenderer to work. src/gallium/drivers/virgl/v

Re: [Mesa-dev] [PATCH] virgl: Add support for glGetMultisample

2018-06-25 Thread Ilia Mirkin
On Mon, Jun 25, 2018 at 10:55 AM, Gert Wollny wrote: > diff --git a/src/gallium/drivers/virgl/virgl_screen.c > b/src/gallium/drivers/virgl/virgl_screen.c > index c9d8b84062..e8d1c75177 100755 > --- a/src/gallium/drivers/virgl/virgl_screen.c > +++ b/src/gallium/drivers/virgl/virgl_screen.c > @@ -4

[Mesa-dev] [PATCH] virgl: Add support for glGetMultisample

2018-06-25 Thread Gert Wollny
Use caps to obtain the multisample sample positions for up to 16 positions and implement the according Gallium interface. Signed-off-by: Gert Wollny --- This patch requires another patch against virglrenderer to work. src/gallium/drivers/virgl/virgl_context.c | 48 +++ src/