1Mesa 18.2.5 Release Notes / November 15, 2018 2============================================= 3 4Mesa 18.2.5 is a bug fix release which fixes bugs found since the 18.2.4 5release. 6 7Mesa 18.2.5 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 15SHA256 checksums 16---------------- 17 18:: 19 20 dddc28928b6f4083a0d5120b58c1c8e2dc189ab5c14299c08a386607fdbbdce7 mesa-18.2.5.tar.gz 21 b12c32872832e5353155e1e8026e1f1ab75bba9dc5b178d712045684d26c2b73 mesa-18.2.5.tar.xz 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31- `Bug 105731 <https://bugs.freedesktop.org/show_bug.cgi?id=105731>`__ 32 - linker error "fragment shader input ... has no matching output in 33 the previous stage" when previous stage's output declaration in a 34 separate shader object 35- `Bug 107511 <https://bugs.freedesktop.org/show_bug.cgi?id=107511>`__ 36 - KHR/khrplatform.h not always installed when needed 37- `Bug 107626 <https://bugs.freedesktop.org/show_bug.cgi?id=107626>`__ 38 - [SNB] The graphical corruption and GPU hang occur sometimes on the 39 piglit test "arb_texture_multisample-large-float-texture" with 40 parameter --fp16 41- `Bug 108082 <https://bugs.freedesktop.org/show_bug.cgi?id=108082>`__ 42 - warning: unknown warning option '-Wno-format-truncation' 43 [-Wunknown-warning-option] 44- `Bug 108560 <https://bugs.freedesktop.org/show_bug.cgi?id=108560>`__ 45 - Mesa 32 is built without sse 46 47Changes 48------- 49 50Andre Heider (1): 51 52- st/nine: fix stack corruption due to ABI mismatch 53 54Andrii Simiklit (1): 55 56- i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch' 57 58Dylan Baker (2): 59 60- meson: link gallium nine with pthreads 61- meson: fix libatomic tests 62 63Emil Velikov (2): 64 65- egl/glvnd: correctly report errors when vendor cannot be found 66- m4: add Werror when checking for compiler flags 67 68Eric Engestrom (6): 69 70- svga: add missing meson build dependency 71- clover: add missing meson build dependency 72- wsi/wayland: use proper VkResult type 73- wsi/wayland: only finish() a successfully init()ed display 74- configure: install KHR/khrplatform.h when needed 75- meson: install KHR/khrplatform.h when needed 76 77Gert Wollny (1): 78 79- virgl/vtest-winsys: Use virgl version of bind flags 80 81Jonathan Gray (1): 82 83- intel/tools: include stdarg.h in error2aub 84 85Juan A. Suarez Romero (4): 86 87- docs: add sha256 checksums for 18.2.4 88- cherry-ignore: add explicit 18.3 only nominations 89- cherry-ignore: i965/batch: avoid reverting batch buffer if saved 90 state is an empty 91- Update version to 18.2.5 92 93Lionel Landwerlin (1): 94 95- anv/android: mark gralloc allocated BOs as external 96 97Marek Olšák (3): 98 99- ac: fix ac_build_fdiv for f64 100- st/va: fix incorrect use of resource_destroy 101- include: update GL & GLES headers (v2) 102 103Matt Turner (2): 104 105- util/ralloc: Switch from DEBUG to NDEBUG 106- util/ralloc: Make sizeof(linear_header) a multiple of 8 107 108Olivier Fourdan (1): 109 110- wayland/egl: Resize EGL surface on update buffer for swrast 111 112Rhys Perry (1): 113 114- glsl_to_tgsi: don't create 64-bit integer MAD/FMA 115 116Samuel Pitoiset (2): 117 118- radv: disable conditional rendering for vkCmdCopyQueryPoolResults() 119- radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+ 120 121Sergii Romantsov (1): 122 123- autotools: library-dependency when no sse and 32-bit 124 125Timothy Arceri (4): 126 127- st/mesa: calculate buffer size correctly for packed uniforms 128- st/glsl_to_nir: fix next_stage gathering 129- nir: add glsl_type_is_integer() helper 130- nir: don't pack varyings ints with floats unless flat 131 132Vadym Shovkoplias (1): 133 134- glsl/linker: Fix out variables linking during single stage 135 136Vinson Lee (1): 137 138- r600/sb: Fix constant logical operand in assert. 139