1Mesa 12.0.1 Release Notes / July 8, 2016
2========================================
3
4Mesa 12.0.1 is a bug fix release which fixes bugs found since the 12.0.1
5release.
6
7Mesa 12.0.1 implements the OpenGL 4.3 API, but the version reported by
8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
10used. Some drivers don't support all the features required in OpenGL
114.3. OpenGL 4.3 is **only** available if requested at context creation
12because compatibility contexts are not supported.
13
14SHA256 checksums
15----------------
16
17::
18
19   28dff9c045f4305c96a875a487b9f06c7e88d910511cd6016dbddcd1f53ade0d  mesa-12.0.1.tar.gz
20   bab24fb79f78c876073527f515ed871fc9c81d816f66c8a0b051d8d653896389  mesa-12.0.1.tar.xz
21
22New features
23------------
24
25None
26
27Bug fixes
28---------
29
30-  `Bug 96864 <https://bugs.freedesktop.org/show_bug.cgi?id=96864>`__ -
31   Mesa 12.0 radeon build broken
32
33Changes
34-------
35
36Emil Velikov (4):
37
38-  docs: add sha256 checksums for 12.0.0
39-  radeon: reference the correct cdw/max_dw
40-  Update version to 12.0.1
41-  docs: add release notes for 12.0.1
42