1Mesa 19.0.8 Release Notes / June 26, 2019
2=========================================
3
4Mesa 19.0.8 is an emergency bug fix release which fixes a critical bug
5found in the 19.0.7 release.
6
7Mesa 19.0.8 implements the OpenGL 4.5 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.5. OpenGL 4.5 is **only** available if requested at context creation.
12Compatibility contexts may report a lower version depending on each
13driver.
14
15SHA256 checksums
16----------------
17
18::
19
20   1a3dc3f2af853c76aadb4a1e03c9ba420361c04a742d457a702b781671a96a57  mesa-19.0.8.tar.gz
21   d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862  mesa-19.0.8.tar.xz
22
23New features
24------------
25
26N/A
27
28Bug fixes
29---------
30
31None
32
33Changes
34-------
35
36Dylan Baker (2):
37
38-  docs: Add SHA256 sums for 19.0.7
39-  version: bump to 19.0.8
40
41Kenneth Graunke (1):
42
43-  egl/x11: calloc dri2_surf so it's properly zeroed
44