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