1Mesa 19.1.7 Release Notes / September 17, 2019 2============================================== 3 4Mesa 19.1.7 is a bug fix release which fixes bugs found since the 19.1.6 5release. 6 7Mesa 19.1.7 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.1.7 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 checksums 20---------------- 21 22:: 23 24 e287920fdb38712a9fed448dc90b3ca95048c7face5db52e58361f8b6e0f3cd5 mesa-19.1.7.tar.xz 25 26New features 27------------ 28 29None 30 31Bug fixes 32--------- 33 34- `Bug 110814 <https://bugs.freedesktop.org/show_bug.cgi?id=110814>`__ 35 - KWin compositor crashes on launch 36- `Bug 111069 <https://bugs.freedesktop.org/show_bug.cgi?id=111069>`__ 37 - Assertion fails in nir_opt_remove_phis.c during compilation of 38 SPIR-V shader 39- `Bug 111271 <https://bugs.freedesktop.org/show_bug.cgi?id=111271>`__ 40 - Crash in eglMakeCurrent 41- `Bug 111401 <https://bugs.freedesktop.org/show_bug.cgi?id=111401>`__ 42 - Vulkan overlay layer - async compute not supported, making overlay 43 disappear in Doom 44- `Bug 111405 <https://bugs.freedesktop.org/show_bug.cgi?id=111405>`__ 45 - Some infinite 'do{}while' loops lead mesa to an infinite 46 compilation 47- `Bug 111467 <https://bugs.freedesktop.org/show_bug.cgi?id=111467>`__ 48 - WOLF RPG Editor + Gallium Nine Standalone: Rendering issue when 49 using Iris driver 50- `Bug 111552 <https://bugs.freedesktop.org/show_bug.cgi?id=111552>`__ 51 - Geekbench 5.0 Vulkan compute benchmark fails on Anvil 52 53Changes 54------- 55 56Caio Marcelo de Oliveira Filho (1): 57 58- glsl/nir: Avoid overflow when setting max_uniform_location 59 60Connor Abbott (1): 61 62- radv: Call nir_propagate_invariant() 63 64Danylo Piliaiev (1): 65 66- tgsi_to_nir: Translate TGSI_INTERPOLATE_COLOR as INTERP_MODE_NONE 67 68Eric Engestrom (10): 69 70- ttn: fix 64-bit shift on 32-bit \`1\` 71- egl: fix deadlock in malloc error path 72- util/os_file: fix double-close() 73- anv: fix format string in error message 74- nir: fix memleak in error path 75- anv: add support for driconf 76- wsi: add minImageCount override 77- anv: add support for vk_x11_override_min_image_count 78- amd: move adaptive sync to performance section, as it is defined in 79 xmlpool 80- radv: add support for vk_x11_override_min_image_count 81 82Erik Faye-Lund (2): 83 84- gallium/auxiliary/indices: consistently apply start only to input 85- util: fix SSE-version needed for double opcodes 86 87Hal Gentz (1): 88 89- glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX. 90 91Jason Ekstrand (7): 92 93- Revert "intel/fs: Move the scalar-region conversion to the 94 generator." 95- anv: Bump maxComputeWorkgroupSize 96- nir: Don't infinitely recurse in lower_ssa_defs_to_regs_block 97- nir: Add a block_is_unreachable helper 98- nir/repair_ssa: Repair dominance for unreachable blocks 99- nir/repair_ssa: Insert deref casts when needed 100- nir/dead_cf: Repair SSA if the pass makes progress 101 102Juan A. Suarez Romero (3): 103 104- docs: add sha256 checksums for 19.1.6 105- cherry-ignore: add explicit 19.2 only nominations 106- Update version to 19.1.7 107 108Kenneth Graunke (1): 109 110- gallium: Fix util_format_get_depth_only 111 112Lionel Landwerlin (1): 113 114- vulkan/overlay: bounce image back to present layout 115 116Mauro Rossi (3): 117 118- android: radv: fix necessary dependecies 119- android: amd/common: fix missing include path 120- android: anv: libmesa_vulkan_common: add libmesa_util static 121 dependency 122 123Samuel Pitoiset (1): 124 125- radv: fix allocating number of user sgprs if streamout is used 126 127Sergii Romantsov (1): 128 129- intel/dri: finish proper glthread 130