tree: update website references
[mesa-waffle.git] / doc / release-notes / waffle-1.1.0.txt
blob6171d6674ba2932e92792c7855ff2c5b53e1bbe1
1 Waffle 1.1.0 - 15 Oct 2012
2 ==========================
4 Waffle 1.1.0 is now available. Downloads and documentation are available at
5     https://waffle.freedesktop.org/releases.html#1.1.0
7 Waffle is a cross-platform library that allows one to defer selection of GL
8 API and of window system until runtime. For example, on Linux, Waffle enables
9 an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
10 OpenGL ES2, and other window system / API combinations.
12 The API and ABI of waffle 1.1 is backwards compatible with waffle 1.0.
15 New Features since 1.0
16 ----------------------
18 - Support for a new Linux platform, EGL with GBM. When using GBM, OpenGL applications
19   do not require a running display manager.
21 - Experimental support for Android.
23 - manpages. The entirety of waffle's public API is now documented in manpages.
24   To build and install them, run CMake with `-Dwaffle_build_manpages=1`. (See
25   the README for build requirements).
28 Acknowledgements
29 ----------------
31 Contributors to this release:
32     Chad Versace <chad.versace@linux.intel.com>
33     Jeff Bland <jksb@member.fsf.org>
34     Jordan Justen <jordan.l.justen@intel.com>