1Mesa 19.2.6 Release Notes / 2019-11-21 2====================================== 3 4Mesa 19.2.6 is a bug fix release which fixes bugs found since the 19.2.5 5release. 6 7Mesa 19.2.6 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.6 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 9d7b24fa60c82db34788196450042a55ce6cb2d70c7a8d5c31401619b6907797 mesa-19.2.6.tar.xz 25 26New features 27------------ 28 29- None 30 31Bug fixes 32--------- 33 34- glesv2.pc is not built since fafd20f67dec9f589 35- textureSize(samplerExternalOES, int) missing in desktop mesa 19.1.7 36 implementation 37- [19.2.5] lp_bld_misc: broken #if PIPE_ARCH_LITTLE_ENDIAN on ppc64l 38 39Changes 40------- 41 42Alejandro Piñeiro (1): 43 44- v3d: adds an extra MOV for any sig.ld\* 45 46Dave Airlie (1): 47 48- llvmpipe/ppc: fix if/ifdef confusion in backport. 49 50Dylan Baker (2): 51 52- docs/relnotes/19.2.5: Add SHA256 sum 53- meson: generate .pc files for gles and gles2 with old glvnd 54 55Eric Engestrom (1): 56 57- vulkan: delete typo'd header 58 59Hyunjun Ko (1): 60 61- freedreno/ir3: fix printing output registers of FS. 62 63Jose Maria Casanova Crespo (1): 64 65- v3d: Fix predication with atomic image operations 66 67Yevhenii Kolesnikov (1): 68 69- glsl: Enable textureSize for samplerExternalOES 70