1Mesa 19.0.5 Release Notes / May 21, 2019 2======================================== 3 4Mesa 19.0.5 is a bug fix release which fixes bugs found since the 19.0.4 5release. 6 7Mesa 19.0.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 b6e6b78c23bec15d1e7887c78b7ad00ce395ea1b20ad8aab6ce441f55f724e70 mesa-19.0.5.tar.gz 21 6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 mesa-19.0.5.tar.xz 22 23New features 24------------ 25 26N/A 27 28Bug fixes 29--------- 30 31- `Bug 109659 <https://bugs.freedesktop.org/show_bug.cgi?id=109659>`__ 32 - Missing OpenGL symbols in OSMesa Gallium when building with meson 33- `Bug 110134 <https://bugs.freedesktop.org/show_bug.cgi?id=110134>`__ 34 - SIGSEGV while playing large hevc video in mpv 35- `Bug 110648 <https://bugs.freedesktop.org/show_bug.cgi?id=110648>`__ 36 - Dota2 will not open using vulkan since 19.0 series 37 38Changes 39------- 40 41Caio Marcelo de Oliveira Filho (2): 42 43- nir: Fix nir_opt_idiv_const when negatives are involved 44- nir: Fix clone of nir_variable state slots 45 46Charmaine Lee (2): 47 48- st/mesa: purge framebuffers with current context after unbinding 49 winsys buffers 50- mesa: unreference current winsys buffers when unbinding winsys 51 buffers 52 53Dylan Baker (4): 54 55- docs: Add SHA256 sums for mesa 19.0.4 56- cherry-ignore: add patches for panfrost 57- cherry-ignore: Add more 19.1 patches 58- bump version to 19.0.5 59 60Eric Engestrom (1): 61 62- meson: expose glapi through osmesa 63 64Gert Wollny (2): 65 66- softpipe/buffer: load only as many components as the the buffer 67 resource type provides 68- Revert "softpipe/buffer: load only as many components as the the 69 buffer resource type provides" 70 71Ian Romanick (1): 72 73- Revert "nir: add late opt to turn inot/b2f combos back to bcsel" 74 75Jason Ekstrand (3): 76 77- intel/fs/ra: Only add dest interference to sources that exist 78- intel/fs/ra: Stop adding RA interference to too many SENDS nodes 79- anv: Only consider minSampleShading when sampleShadingEnable is set 80 81Józef Kucia (1): 82 83- radv: clear vertex bindings while resetting command buffer 84 85Kenneth Graunke (1): 86 87- i965: Fix memory leaks in brw_upload_cs_work_groups_surface(). 88 89Leo Liu (1): 90 91- winsys/amdgpu: add VCN JPEG to no user fence group 92 93Lionel Landwerlin (1): 94 95- anv: Use corresponding type from the vector allocation 96 97Marek Olšák (1): 98 99- st/mesa: fix 2 crashes in st_tgsi_lower_yuv 100 101Nanley Chery (1): 102 103- anv: Fix some depth buffer sampling cases on ICL+ 104 105Samuel Pitoiset (1): 106 107- radv: add a workaround for Monster Hunter World and LLVM 7&8 108