1Mesa 22.1.6 Release Notes / 2022-09-22 2====================================== 3 4Mesa 22.1.6 is a bug fix release which fixes bugs found since the 22.1.5 release. 5 6Mesa 22.1.6 implements the OpenGL 4.6 API, but the version reported by 7glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 8glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 9Some drivers don't support all the features required in OpenGL 4.6. OpenGL 104.6 is **only** available if requested at context creation. 11Compatibility contexts may report a lower version depending on each driver. 12 13Mesa 22.1.6 implements the Vulkan 1.2 API, but the version reported by 14the apiVersion property of the VkPhysicalDeviceProperties struct 15depends on the particular driver being used. 16 17SHA256 checksum 18--------------- 19 20:: 21 22 TBD. 23 24 25New features 26------------ 27 28- None 29 30 31Bug fixes 32--------- 33 34- anv: sampleLocationsEnable ignored in VkPipelineSampleLocationsStateCreateInfoEXT 35 36 37Changes 38------- 39 40Dave Airlie (2): 41 42- llvmpipe: make last_fence a screen/rast object not a context one. 43- llvmpipe: keep context list and use to track resource usage. 44 45Dylan Baker (3): 46 47- docs: Add sha256 sum for 22.1.5 48- docs: Add sha256 sum for 22.1.4 49- docs: add release notes for 22.1.6 50 51Eric Engestrom (1): 52 53- Revert "pan/bi: Require ATEST coverage mask input in R60" 54 55Mark Janes (1): 56 57- intel/dev: drop warning for unhandled hwconfig keys 58 59Mykhailo Skorokhodov (1): 60 61- anv: Use sampleLocationsEnable for sample locations 62