Re: [Mesa-dev] Add wayland EGL platform

2011-02-04 Thread Kristian Høgsberg
On Fri, Feb 4, 2011 at 11:31 AM, Benjamin Franzke wrote: > Hi Mesa List, > > This patch series add a egl wayland platform. > A helper library was needed in order to provide native types > for the egl routines. > The types are used to cache wayland events but also to > create an interface for the a

[Mesa-dev] Add wayland EGL platform

2011-02-04 Thread Benjamin Franzke
Hi Mesa List, This patch series add a egl wayland platform. A helper library was needed in order to provide native types for the egl routines. The types are used to cache wayland events but also to create an interface for the application, e.g. for resizing. The library header will be provided by