Re: [Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-04-17 Thread James Jones
On 04/17/2015 04:08 PM, James Jones wrote: On 03/03/2015 11:05 AM, Daniel Stone wrote: Hi, On 3 March 2015 at 18:56, Jason Ekstrand wrote: On Tue, Mar 3, 2015 at 10:07 AM, Chad Versace wrote: On 02/23/2015 06:32 AM, Jonny Lamb wrote: + static const EGLint argb_attrs[] = { + EGL_TRA

Re: [Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-04-17 Thread James Jones
On 03/03/2015 11:05 AM, Daniel Stone wrote: Hi, On 3 March 2015 at 18:56, Jason Ekstrand wrote: On Tue, Mar 3, 2015 at 10:07 AM, Chad Versace wrote: On 02/23/2015 06:32 AM, Jonny Lamb wrote: + static const EGLint argb_attrs[] = { + EGL_TRANSPARENT_TYPE, EGL_TRANSPARENT_ALPHA_MESA, +

Re: [Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-03-03 Thread Daniel Stone
Hi, On 3 March 2015 at 18:56, Jason Ekstrand wrote: > On Tue, Mar 3, 2015 at 10:07 AM, Chad Versace > wrote: >> On 02/23/2015 06:32 AM, Jonny Lamb wrote: >> > + static const EGLint argb_attrs[] = { >> > + EGL_TRANSPARENT_TYPE, EGL_TRANSPARENT_ALPHA_MESA, >> > + EGL_NONE >> > + };

Re: [Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-03-03 Thread Jason Ekstrand
On Tue, Mar 3, 2015 at 10:07 AM, Chad Versace wrote: > On 02/23/2015 06:32 AM, Jonny Lamb wrote: > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67676 > > --- > > include/EGL/eglmesaext.h| 5 + > > src/egl/drivers/dri2/platform_wayland.c | 9 +++-- > > src/eg

Re: [Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-03-03 Thread Chad Versace
On 02/23/2015 06:32 AM, Jonny Lamb wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67676 > --- > include/EGL/eglmesaext.h| 5 + > src/egl/drivers/dri2/platform_wayland.c | 9 +++-- > src/egl/drivers/dri2/platform_x11.c | 22 +- > sr

[Mesa-dev] [PATCH 2/2] egl: implement EGL_MESA_transparent_alpha for x11 and wayland

2015-02-23 Thread Jonny Lamb
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67676 --- include/EGL/eglmesaext.h| 5 + src/egl/drivers/dri2/platform_wayland.c | 9 +++-- src/egl/drivers/dri2/platform_x11.c | 22 +- src/egl/main/eglapi.c | 13 +++