gitlab-ci: fix testing whether a variable with a given name is set or not
[mesa.git] / docs / relnotes / 19.3.1.rst
1 Mesa 19.3.1 Release Notes / 2019-12-18
2 ======================================
3
4 Mesa 19.3.1 is a bug fix release which fixes bugs found since the 19.3.0
5 release.
6
7 Mesa 19.3.1 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation.
12 Compatibility contexts may report a lower version depending on each
13 driver.
14
15 Mesa 19.3.1 implements the Vulkan 1.1 API, but the version reported by
16 the apiVersion property of the VkPhysicalDeviceProperties struct depends
17 on the particular driver being used.
18
19 SHA256 checksum
20 ---------------
21
22 ::
23
24 cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59 mesa-19.3.1.tar.xz
25
26 New features
27 ------------
28
29 - None
30
31 Bug fixes
32 ---------
33
34 - i965/iris: assert when destroy GL context with active query
35 - Visuals without alpha bits are not sRGB-capable
36 - radv secure compile feature breaks compilation of RADV on armhf EABI
37 (19.3-rc1)
38
39 Changes
40 -------
41
42 Bas Nieuwenhuizen (2):
43
44 - amd/common: Fix tcCompatible degradation on Stoney.
45 - amd/common: Always use addrlib for HTILE tc-compat.
46
47 Dylan Baker (3):
48
49 - docs/19.3.0: Add SHA256 sums
50 - cherry-ignore: update for the 19.3.1 cycle
51 - docs: remove new_features.txt from stable branch
52
53 Gert Wollny (1):
54
55 - virgl: Increase the shader transfer buffer by doubling the size
56
57 Iván Briano (1):
58
59 - anv: Export filter_minmax support only when it's really supported
60
61 Kenneth Graunke (1):
62
63 - iris: Default to X-tiling for scanout buffers without modifiers
64
65 Lionel Landwerlin (2):
66
67 - anv: fix fence underlying primitive checks
68 - mesa: avoid triggering assert in implementation
69
70 Luis Mendes (1):
71
72 - radv: fix radv secure compile feature breaks compilation on armhf
73 EABI and aarch64
74
75 Tapani Pälli (2):
76
77 - dri: add \__DRI_IMAGE_FORMAT_SXRGB8
78 - i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual