1Mesa 19.0.2 Release Notes / April 10, 2019 2========================================== 3 4Mesa 19.0.2 is a bug fix release which fixes bugs found since the 19.0.1 5release. 6 7Mesa 19.0.2 implements the OpenGL 4.5 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 114.5. OpenGL 4.5 is **only** available if requested at context creation. 12Compatibility contexts may report a lower version depending on each 13driver. 14 15SHA256 checksums 16---------------- 17 18:: 19 20 SHA256: eb972fc11d4e1261d34ec0b91a701f158d4870c0428fb108353ae7eab64b1118 mesa-19.0.2.tar.gz 21 SHA256: 1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802 mesa-19.0.2.tar.xz 22 23New features 24------------ 25 26Bug 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 39Changes 40------- 41 42Boyuan Zhang (1): 43 44- st/va: reverse qt matrix back to its original order 45 46Caio Marcelo de Oliveira Filho (1): 47 48- nir: Take if_uses into account when repairing SSA 49 50Dylan Baker (2): 51 52- docs: Add SHA256 sums for mesa 19.0.1 53- VERSION: bump version for 19.0.2 54 55Eric 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 61Eric Engestrom (1): 62 63- meson: strip rpath from megadrivers 64 65Jason Ekstrand (1): 66 67- Revert "anv/radv: release memory allocated by glsl types during 68 spirv_to_nir" 69 70Karol Herbst (1): 71 72- nir/print: fix printing the image_array intrinsic index 73 74Leo 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 79Lionel Landwerlin (1): 80 81- intel: add dependency on genxml generated files 82 83Marek Olšák (1): 84 85- radeonsi: fix assertion failure by using the correct type 86 87Samuel Pitoiset (2): 88 89- radv: skip updating depth/color metadata for conditional rendering 90- radv: do not always initialize HTILE in compressed state 91