mesa/docs/relnotes/19.0.8.rst
Erik Faye-Lund 4d066836e3 docs: convert articles to reructuredtext
This uses the previously added scripts to convert the documentation to
reStructuredText, which is both easier to read offline, and can be used
to generate modern HTML for online documentation.

No modification to the generated results have been done.

Acked-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
2020-06-13 10:42:00 +00:00

44 lines
1.0 KiB
ReStructuredText

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
----------------
::
1a3dc3f2af853c76aadb4a1e03c9ba420361c04a742d457a702b781671a96a57 mesa-19.0.8.tar.gz
d017eb53a810c32dabeedf6ca2238ae1e897ce9090e470e9ce1d6c9e3f1b0862 mesa-19.0.8.tar.xz
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