Mesa 19.0.8 Release Notes / June 26, 2019
Mesa 19.0.8 is an emergency bug fix release which fixes a critical bug found in the 19.0.7 release.
Mesa 19.0.8 implements the OpenGL 4.5 API, but the version reported by glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 4.5. OpenGL 4.5 is only available if requested at context creation. Compatibility contexts may report a lower version depending on each driver.
SHA256 checksums
TBD
New features
N/A
Bug fixes
None
Changes
Dylan Baker (2):
- docs: Add SHA256 sums for 19.0.7
- version: bump to 19.0.8
Kenneth Graunke (1):
- egl/x11: calloc dri2_surf so it's properly zeroed