gitlab-ci: fix testing whether a variable with a given name is set or not
[mesa.git] / docs / relnotes / 19.0.2.rst
1 Mesa 19.0.2 Release Notes / April 10, 2019
2 ==========================================
3
4 Mesa 19.0.2 is a bug fix release which fixes bugs found since the 19.0.1
5 release.
6
7 Mesa 19.0.2 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 SHA256: eb972fc11d4e1261d34ec0b91a701f158d4870c0428fb108353ae7eab64b1118 mesa-19.0.2.tar.gz
21 SHA256: 1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802 mesa-19.0.2.tar.xz
22
23 New features
24 ------------
25
26 Bug fixes
27 ---------
28
29 - `Bug 108766 <https://bugs.freedesktop.org/show_bug.cgi?id=108766>`__
30 - Mesa built with meson has RPATH entries
31 - `Bug 109648 <https://bugs.freedesktop.org/show_bug.cgi?id=109648>`__
32 - AMD Raven hang during va-api decoding
33 - `Bug 110257 <https://bugs.freedesktop.org/show_bug.cgi?id=110257>`__
34 - Major artifacts in mpeg2 vaapi hw decoding
35 - `Bug 110259 <https://bugs.freedesktop.org/show_bug.cgi?id=110259>`__
36 - radv: Sampling depth-stencil image in GENERAL layout returns
37 nothing but zero (regression, bisected)
38
39 Changes
40 -------
41
42 Boyuan Zhang (1):
43
44 - st/va: reverse qt matrix back to its original order
45
46 Caio Marcelo de Oliveira Filho (1):
47
48 - nir: Take if_uses into account when repairing SSA
49
50 Dylan Baker (2):
51
52 - docs: Add SHA256 sums for mesa 19.0.1
53 - VERSION: bump version for 19.0.2
54
55 Eric Anholt (3):
56
57 - dri3: Return the current swap interval from glXGetSwapIntervalMESA().
58 - v3d: Bump the maximum texture size to 4k for V3D 4.x.
59 - v3d: Don't try to use the TFU blit path if a scissor is enabled.
60
61 Eric Engestrom (1):
62
63 - meson: strip rpath from megadrivers
64
65 Jason Ekstrand (1):
66
67 - Revert "anv/radv: release memory allocated by glsl types during
68 spirv_to_nir"
69
70 Karol Herbst (1):
71
72 - nir/print: fix printing the image_array intrinsic index
73
74 Leo Liu (2):
75
76 - radeon/vcn: add H.264 constrained baseline support
77 - radeon/vcn/vp9: search the render target from the whole list
78
79 Lionel Landwerlin (1):
80
81 - intel: add dependency on genxml generated files
82
83 Marek Olšák (1):
84
85 - radeonsi: fix assertion failure by using the correct type
86
87 Samuel Pitoiset (2):
88
89 - radv: skip updating depth/color metadata for conditional rendering
90 - radv: do not always initialize HTILE in compressed state