[PATCH wayland] client: Don't cancel a roundtrip when any event is received

2012-11-26 Thread Jonas Ã…dahl
Since wl_display_dispatch() returns the number of processed events or -1 on error, only cancel the roundtrip if an -1 is returned. This also fixes a potential memory corruption bug happening when wl_display_roundtrip() does an early return and the callback later writes to the then out of scope sta

Re: Full OpenGL support

2012-11-26 Thread David Herrmann
Hi Selva On Mon, Nov 26, 2012 at 7:40 PM, Selva kumar wrote: > Does Wayland supports full OpenGL API now? I think I answered this in the other thread already: yes Also see here: http://cgit.freedesktop.org/wayland/weston/tree/clients/window.c#n3781 The wayland examples even use full GL if not c

Full OpenGL support

2012-11-26 Thread Selva kumar
Does Wayland supports full OpenGL API now? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Support for complete OpenGL

2012-11-26 Thread darxus
On 11/26, Selva kumar wrote: > I am interested in contributing to wayland to support full OpenGL not > just OpenGLES. where do I start. I have experimented with openGL > libraries a bit. I am a complete newb to wayland. and I know X creates > lots of interdependencies which are not necessary for a

Re: Support for complete OpenGL

2012-11-26 Thread David Herrmann
Hi On Mon, Nov 26, 2012 at 3:53 PM, Selva kumar wrote: > I am interested in contributing to wayland to support full OpenGL not > just OpenGLES. where do I start. I have experimented with openGL > libraries a bit. I am a complete newb to wayland. and I know X creates > lots of interdependencies wh

Support for complete OpenGL

2012-11-26 Thread Selva kumar
I am interested in contributing to wayland to support full OpenGL not just OpenGLES. where do I start. I have experimented with openGL libraries a bit. I am a complete newb to wayland. and I know X creates lots of interdependencies which are not necessary for a single PC(not networked I mean). Who