1 Waffle 1.4.0 Release Notes (draft)
2 ==================================
4 Backwards compatibility notes
5 -----------------------------
6 Waffle 1.4.0 is backwards-compatible with Waffle 1.3.0, in ABI and API.
15 The new 'wflinfo' utility reports information about the system's OpenGL
16 capabilities, similar to 'glxinfo'. See the documentation at
17 [man:wflinfo.1] or [http://www.waffle-gl.org/man/wflinfo.1.html].
19 (Implemented by Jordan Justen. Chad Versace fixed some bugs and corner
24 * GBM backend gains support for DRM render nodes.
26 Waffle's GBM backend will now use render nodes (/dev/dri/render*) if
27 available. Otherwise, it falls back to 1.3.0 behavior and will use a DRI
28 card device (/dev/dri/card*). Render nodes require a recent kernel; you
29 may need to add drm.rnodes=1 to the kernel cmdline.
31 (Implemented by Jordan Justen).
33 * Debian packaging support.
35 Waffle now contains a toplevel 'debian' directory that supports creation
36 of Debian packages. Waffle packages are already available in Debian
37 Unstable ("sid") as 'libwaffle-1.0', 'libwaffle-dev', 'libwaffle-doc',
40 (Debian packages are maintained by Jordan Justen).
43 Contributors since Waffle 1.3.0
44 -------------------------------
45 Sorted by number of commits.
47 93 Chad Versace <chad.versace@linux.intel.com>
48 36 Jordan Justen <jordan.l.justen@intel.com>
49 24 Emil Velikov <emil.l.velikov@gmail.com>
50 2 Arun Sl <arun.sl@tcs.com>
51 2 Rob Bradford <rob@linux.intel.com>
52 1 Arthur She <arthur.she@linaro.org>
53 1 Brian Paul <brianp@vmware.com>
54 1 Juha-Pekka Heikkila <juha-pekka.heikkila@linux.intel.com>
55 1 Marek Olšák <marek.olsak@amd.com>
56 1 Matt Turner <mattst88@gmail.com>
57 1 Paul Berry <stereotype441@gmail.com>