1Mesa 19.2.4 Release Notes / 2019-11-13 2====================================== 3 4Mesa 19.2.4 is an emergency bug fix release to fix on ciritcal bug in 519.2.3. 6 7Mesa 19.2.4 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 15Mesa 19.2.4 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 09000a0f7dbbd82e193b81a8f1bf0c118eab7ca975c0329181968596e548e30f mesa-19.2.4.tar.xz 25 26New features 27------------ 28 29- None 30 31Bug fixes 32--------- 33 34- Dirt Rally: Menu system doesn't show up with Mesa 19.2.3 35 36Changes 37------- 38 39Lionel Landwerlin (1): 40 41- mesa: check framebuffer completeness only after state update 42