17ec681f3SmrgMesa 19.0.2 Release Notes / April 10, 2019
27ec681f3Smrg==========================================
37ec681f3Smrg
47ec681f3SmrgMesa 19.0.2 is a bug fix release which fixes bugs found since the 19.0.1
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 19.0.2 implements the OpenGL 4.5 API, but the version reported by
87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL
117ec681f3Smrg4.5. OpenGL 4.5 is **only** available if requested at context creation.
127ec681f3SmrgCompatibility contexts may report a lower version depending on each
137ec681f3Smrgdriver.
147ec681f3Smrg
157ec681f3SmrgSHA256 checksums
167ec681f3Smrg----------------
177ec681f3Smrg
187ec681f3Smrg::
197ec681f3Smrg
207ec681f3Smrg   SHA256: eb972fc11d4e1261d34ec0b91a701f158d4870c0428fb108353ae7eab64b1118  mesa-19.0.2.tar.gz
217ec681f3Smrg   SHA256: 1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802  mesa-19.0.2.tar.xz
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgBug fixes
277ec681f3Smrg---------
287ec681f3Smrg
297ec681f3Smrg-  `Bug 108766 <https://bugs.freedesktop.org/show_bug.cgi?id=108766>`__
307ec681f3Smrg   - Mesa built with meson has RPATH entries
317ec681f3Smrg-  `Bug 109648 <https://bugs.freedesktop.org/show_bug.cgi?id=109648>`__
327ec681f3Smrg   - AMD Raven hang during va-api decoding
337ec681f3Smrg-  `Bug 110257 <https://bugs.freedesktop.org/show_bug.cgi?id=110257>`__
347ec681f3Smrg   - Major artifacts in mpeg2 vaapi hw decoding
357ec681f3Smrg-  `Bug 110259 <https://bugs.freedesktop.org/show_bug.cgi?id=110259>`__
367ec681f3Smrg   - radv: Sampling depth-stencil image in GENERAL layout returns
377ec681f3Smrg   nothing but zero (regression, bisected)
387ec681f3Smrg
397ec681f3SmrgChanges
407ec681f3Smrg-------
417ec681f3Smrg
427ec681f3SmrgBoyuan Zhang (1):
437ec681f3Smrg
447ec681f3Smrg-  st/va: reverse qt matrix back to its original order
457ec681f3Smrg
467ec681f3SmrgCaio Marcelo de Oliveira Filho (1):
477ec681f3Smrg
487ec681f3Smrg-  nir: Take if_uses into account when repairing SSA
497ec681f3Smrg
507ec681f3SmrgDylan Baker (2):
517ec681f3Smrg
527ec681f3Smrg-  docs: Add SHA256 sums for mesa 19.0.1
537ec681f3Smrg-  VERSION: bump version for 19.0.2
547ec681f3Smrg
557ec681f3SmrgEric Anholt (3):
567ec681f3Smrg
577ec681f3Smrg-  dri3: Return the current swap interval from glXGetSwapIntervalMESA().
587ec681f3Smrg-  v3d: Bump the maximum texture size to 4k for V3D 4.x.
597ec681f3Smrg-  v3d: Don't try to use the TFU blit path if a scissor is enabled.
607ec681f3Smrg
617ec681f3SmrgEric Engestrom (1):
627ec681f3Smrg
637ec681f3Smrg-  meson: strip rpath from megadrivers
647ec681f3Smrg
657ec681f3SmrgJason Ekstrand (1):
667ec681f3Smrg
677ec681f3Smrg-  Revert "anv/radv: release memory allocated by glsl types during
687ec681f3Smrg   spirv_to_nir"
697ec681f3Smrg
707ec681f3SmrgKarol Herbst (1):
717ec681f3Smrg
727ec681f3Smrg-  nir/print: fix printing the image_array intrinsic index
737ec681f3Smrg
747ec681f3SmrgLeo Liu (2):
757ec681f3Smrg
767ec681f3Smrg-  radeon/vcn: add H.264 constrained baseline support
777ec681f3Smrg-  radeon/vcn/vp9: search the render target from the whole list
787ec681f3Smrg
797ec681f3SmrgLionel Landwerlin (1):
807ec681f3Smrg
817ec681f3Smrg-  intel: add dependency on genxml generated files
827ec681f3Smrg
837ec681f3SmrgMarek Olšák (1):
847ec681f3Smrg
857ec681f3Smrg-  radeonsi: fix assertion failure by using the correct type
867ec681f3Smrg
877ec681f3SmrgSamuel Pitoiset (2):
887ec681f3Smrg
897ec681f3Smrg-  radv: skip updating depth/color metadata for conditional rendering
907ec681f3Smrg-  radv: do not always initialize HTILE in compressed state
91