aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes/waffle-1.4.0.txt
blob: 074256c3201a2f0c46dbfd7dbfcadc2b3cc817ff (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Waffle 1.4.0 Release Notes
==========================

Backwards compatibility notes
-----------------------------
Waffle 1.4.0 is backwards-compatible with Waffle 1.3.0, in ABI and API.


New Features
------------
* All platforms

    * wflinfo

      The new 'wflinfo' utility reports information about the system's OpenGL
      capabilities, similar to 'glxinfo'.  See the documentation at
      [man:wflinfo.1] or [https://waffle.freedesktop.org/man/wflinfo.1.html].

      (Implemented by Jordan Justen. Chad Versace fixed some bugs and corner
      cases).

* Linux

    * GBM backend gains support for DRM render nodes.

      Waffle's GBM backend will now use render nodes (/dev/dri/render*) if
      available. Otherwise, it falls back to 1.3.0 behavior and will use a DRI
      card device (/dev/dri/card*). Render nodes require a recent kernel; you
      may need to add drm.rnodes=1 to the kernel cmdline.

      (Implemented by Jordan Justen).

    * Debian packaging support.

      Waffle now contains a toplevel 'debian' directory that supports creation
      of Debian packages.  Waffle packages are already available in Debian
      Unstable ("sid") as 'libwaffle-1.0', 'libwaffle-dev', 'libwaffle-doc',
      and 'waffle-utils'.

      (Debian packages are maintained by Jordan Justen).


Contributors since Waffle 1.3.0
-------------------------------
Sorted by number of commits.

    97	Chad Versace <chad.versace@linux.intel.com>
    38	Jordan Justen <jordan.l.justen@intel.com>
    28	Emil Velikov <emil.l.velikov@gmail.com>
     2	Arun Sl <arun.sl@tcs.com>
     2	Rob Bradford <rob@linux.intel.com>
     1	Arthur She <arthur.she@linaro.org>
     1	Brian Paul <brianp@vmware.com>
     1	Juha-Pekka Heikkila <juha-pekka.heikkila@linux.intel.com>
     1	Marek Olšák <marek.olsak@amd.com>
     1	Matt Turner <mattst88@gmail.com>
     1	Paul Berry <stereotype441@gmail.com>