1 Waffle 1.2.0 - 15 Nov 2012
2 ==========================
4 Waffle 1.2.0 is now available.
7 https://waffle.freedesktop.org/files/release/waffle-1.2.0/waffle-1.2.0.tar.xz
10 95a3755980f2415f152f6238e952b5d4d817ae854b71e34f08830925bbc12d3c waffle-1.2.0.tar.xz
12 The manpages have finally been published online
13 at https://waffle.freedesktop.org/man/index.html.
15 Waffle is a cross-platform library that allows one to defer selection of GL
16 API and of window system until runtime. For example, on Linux, Waffle enables
17 an application to select X11/EGL with an OpenGL 3.3 core profile, Wayland with
18 OpenGL ES2, and other window system / API combinations.
20 The ABI of waffle 1.2 is backwards compatible with waffle 1.0.
23 Major New Features since 1.1
24 ----------------------------
26 - Support for EGL_KHR_create_context, which enables selecting the context
27 version and profile on EGL.
29 - Support for OpenGL ES3 on GLX and EGL platforms.
31 - Support for OpenGL ES1 on GLX.
34 Minor New Features since 1.1
35 ----------------------------
37 - html manpages: To build html manpages, set the new build option
38 -Dwaffle_build_htmldocs=1. (See README for build requirements).
40 - Added a CMake "find" module, FindWaffle.cmake, for use on platforms such as
41 Android that lack pkg-config.
47 Contributors to this release:
48 Adrian Marius Negreanu <adrian.m.negreanu@intel.com>
49 Chad Versace <chad.versace@linux.intel.com>
50 Juha-Pekka Heikkila <juha-pekka.heikkila@linux.intel.com>
51 Kenneth Graunke <kenneth@whitecape.org>