1Mesa 18.0.3 Release Notes / May 7, 2018 2======================================= 3 4Mesa 18.0.3 is a bug fix release which fixes bugs found since the 18.0.2 5release. 6 7Mesa 18.0.3 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 12because compatibility contexts are not supported. 13 14SHA256 checksums 15---------------- 16 17:: 18 19 58cc5c5b1ab2a44e6e47f18ef6c29836ad06f95450adce635ce3c317507a171b mesa-18.0.3.tar.gz 20 099d9667327a76a61741a533f95067d76ea71a656e66b91507b3c0caf1d49e30 mesa-18.0.3.tar.xz 21 22New features 23------------ 24 25None 26 27Bug fixes 28--------- 29 30- `Bug 105374 <https://bugs.freedesktop.org/show_bug.cgi?id=105374>`__ 31 - texture3d, a SaschaWillems demo, assert fails 32- `Bug 106147 <https://bugs.freedesktop.org/show_bug.cgi?id=106147>`__ 33 - SIGBUS in write_reloc() when Sacha Willems' "texture3d" Vulkan demo 34 starts 35 36Changes 37------- 38 39Andres Rodriguez (1): 40 41- radv/winsys: fix leaking resources from bo's imported by fd 42 43Boyuan Zhang (1): 44 45- radeon/vcn: fix mpeg4 msg buffer settings 46 47Eric Anholt (1): 48 49- gallium/util: Fix incorrect refcounting of separate stencil. 50 51Jason Ekstrand (1): 52 53- anv/allocator: Don't shrink either end of the block pool 54 55Juan A. Suarez Romero (3): 56 57- docs: add sha256 checksums for 18.0.2 58- cherry-ignore: add explicit 18.1 only nominations 59- Update version to 18.0.3 60 61Leo Liu (1): 62 63- st/omx/enc: fix blit setup for YUV LoadImage 64 65Marek Olšák (2): 66 67- util/u_queue: fix a deadlock in util_queue_finish 68- radeonsi/gfx9: workaround for INTERP with indirect indexing 69 70Nanley Chery (1): 71 72- i965/tex_image: Avoid the ASTC LDR workaround on gen9lp 73 74Samuel Pitoiset (1): 75 76- radv: compute the number of subpass attachments correctly 77