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