summaryrefslogtreecommitdiff
path: root/doc/release-notes.txt
blob: 2dde1a8637905984fdc102105813b20022c589fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Version 0.2 - 11 Apr 2012
=========================

New Features
------------
- Support for GLX.
- Support for Wayland.

Changes
-------
- Changed value of WAFFLE_DONT_CARE to -1, to match EGL_DONT_CARE and
  GLX_DONT_CARE.

Bug Fixes
---------
- Set environment variable EGL_PLATFORM during initialization in order to
  avoid problems when Mesa's libEGL is built with support for multiple
  platforms.
- Fix creation of X windows. Provide a colormap to xcb_window_create.


Version 0.1 - 9 Apr 2012
========================

New Features
-------------
- Initial release.
- Support for X11/EGL.
- Support for choosing GL API at waffle initialization.
- Support for creating GL contexts and windows.