17ec681f3SmrgMesa 19.3.1 Release Notes / 2019-12-18 27ec681f3Smrg====================================== 37ec681f3Smrg 47ec681f3SmrgMesa 19.3.1 is a bug fix release which fixes bugs found since the 19.3.0 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 19.3.1 implements the OpenGL 4.6 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.6. OpenGL 4.6 is **only** available if requested at context creation. 127ec681f3SmrgCompatibility contexts may report a lower version depending on each 137ec681f3Smrgdriver. 147ec681f3Smrg 157ec681f3SmrgMesa 19.3.1 implements the Vulkan 1.1 API, but the version reported by 167ec681f3Smrgthe apiVersion property of the VkPhysicalDeviceProperties struct depends 177ec681f3Smrgon the particular driver being used. 187ec681f3Smrg 197ec681f3SmrgSHA256 checksum 207ec681f3Smrg--------------- 217ec681f3Smrg 227ec681f3Smrg:: 237ec681f3Smrg 247ec681f3Smrg cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59 mesa-19.3.1.tar.xz 257ec681f3Smrg 267ec681f3SmrgNew features 277ec681f3Smrg------------ 287ec681f3Smrg 297ec681f3Smrg- None 307ec681f3Smrg 317ec681f3SmrgBug fixes 327ec681f3Smrg--------- 337ec681f3Smrg 347ec681f3Smrg- i965/iris: assert when destroy GL context with active query 357ec681f3Smrg- Visuals without alpha bits are not sRGB-capable 367ec681f3Smrg- radv secure compile feature breaks compilation of RADV on armhf EABI 377ec681f3Smrg (19.3-rc1) 387ec681f3Smrg 397ec681f3SmrgChanges 407ec681f3Smrg------- 417ec681f3Smrg 427ec681f3SmrgBas Nieuwenhuizen (2): 437ec681f3Smrg 447ec681f3Smrg- amd/common: Fix tcCompatible degradation on Stoney. 457ec681f3Smrg- amd/common: Always use addrlib for HTILE tc-compat. 467ec681f3Smrg 477ec681f3SmrgDylan Baker (3): 487ec681f3Smrg 497ec681f3Smrg- docs/19.3.0: Add SHA256 sums 507ec681f3Smrg- cherry-ignore: update for the 19.3.1 cycle 517ec681f3Smrg- docs: remove new_features.txt from stable branch 527ec681f3Smrg 537ec681f3SmrgGert Wollny (1): 547ec681f3Smrg 557ec681f3Smrg- virgl: Increase the shader transfer buffer by doubling the size 567ec681f3Smrg 577ec681f3SmrgIván Briano (1): 587ec681f3Smrg 597ec681f3Smrg- anv: Export filter_minmax support only when it's really supported 607ec681f3Smrg 617ec681f3SmrgKenneth Graunke (1): 627ec681f3Smrg 637ec681f3Smrg- iris: Default to X-tiling for scanout buffers without modifiers 647ec681f3Smrg 657ec681f3SmrgLionel Landwerlin (2): 667ec681f3Smrg 677ec681f3Smrg- anv: fix fence underlying primitive checks 687ec681f3Smrg- mesa: avoid triggering assert in implementation 697ec681f3Smrg 707ec681f3SmrgLuis Mendes (1): 717ec681f3Smrg 727ec681f3Smrg- radv: fix radv secure compile feature breaks compilation on armhf 737ec681f3Smrg EABI and aarch64 747ec681f3Smrg 757ec681f3SmrgTapani Pälli (2): 767ec681f3Smrg 777ec681f3Smrg- dri: add \__DRI_IMAGE_FORMAT_SXRGB8 787ec681f3Smrg- i965: expose MESA_FORMAT_B8G8R8X8_SRGB visual 79