Re: [Mesa-dev] [Demos] EGLUT Wayland patch

2013-09-12 Thread Tarnyko
Hi Armin, Thank you very much ! My patch lacked the "configure_callback" part. I can now use EGLUT with no trouble. BTW, it would be nice to merge this upstream, as using git still fetches the deprecated code now. Regards, Tarnyko Armin K. writes: On 09/11/2013 10:46 AM, Tarnyko wro

Re: [Mesa-dev] [Demos] EGLUT Wayland patch

2013-09-11 Thread Armin K.
On 09/11/2013 10:46 AM, Tarnyko wrote: > Hi folks, > Could someone review the following patch ? > https://bugs.freedesktop.org/show_bug.cgi?id=69135 > As of today, the Wayland EGL demo doesn't compile anymore, because of > some API breakage between 1.0 and 1.2. > Patch solves this ; some improvemen

[Mesa-dev] [Demos] EGLUT Wayland patch

2013-09-11 Thread Tarnyko
Hi folks, Could someone review the following patch ? https://bugs.freedesktop.org/show_bug.cgi?id=69135 As of today, the Wayland EGL demo doesn't compile anymore, because of some API breakage between 1.0 and 1.2. Patch solves this ; some improvement-insight is welcome though. Regards,