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
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
Does Wayland supports full OpenGL API now?
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel
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
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
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