Re: [Mesa-dev] Mesa (master): gallium-egl: Implement eglQueryWaylandBufferWL

2012-07-20 Thread Jose Fonseca
- Original Message - > On Thu, Jul 19, 2012 at 3:26 PM, Kristian Høgsberg > wrote: > > On Thu, Jul 19, 2012 at 2:44 PM, Jose Fonseca > > wrote: > >> > >> > >> - Original Message - > >>> This commit is causing build failures in several platforms > >>> because > >>> EGL_WL_bind_wa

Re: [Mesa-dev] Mesa (master): gallium-egl: Implement eglQueryWaylandBufferWL

2012-07-19 Thread Kristian Høgsberg
On Thu, Jul 19, 2012 at 3:26 PM, Kristian Høgsberg wrote: > On Thu, Jul 19, 2012 at 2:44 PM, Jose Fonseca wrote: >> >> >> - Original Message - >>> This commit is causing build failures in several platforms because >>> EGL_WL_bind_wayland_display is defined everywhere (including >>> window

Re: [Mesa-dev] Mesa (master): gallium-egl: Implement eglQueryWaylandBufferWL

2012-07-19 Thread Kristian Høgsberg
On Thu, Jul 19, 2012 at 2:44 PM, Jose Fonseca wrote: > > > - Original Message - >> This commit is causing build failures in several platforms because >> EGL_WL_bind_wayland_display is defined everywhere (including >> windows), and not just on platforms where wayland-drm.h exists. Yes, I s

Re: [Mesa-dev] Mesa (master): gallium-egl: Implement eglQueryWaylandBufferWL

2012-07-19 Thread Jose Fonseca
- Original Message - > This commit is causing build failures in several platforms because > EGL_WL_bind_wayland_display is defined everywhere (including > windows), and not just on platforms where wayland-drm.h exists. Actually it is more subtle. On scons + cross mingw it fails as: Co

Re: [Mesa-dev] Mesa (master): gallium-egl: Implement eglQueryWaylandBufferWL

2012-07-19 Thread Jose Fonseca
This commit is causing build failures in several platforms because EGL_WL_bind_wayland_display is defined everywhere (including windows), and not just on platforms where wayland-drm.h exists. Don't know why it was not failing before though. I'm not very familiar with the st/egl code, but should