17ec681f3SmrgMesa 19.0.5 Release Notes / May 21, 2019 27ec681f3Smrg======================================== 37ec681f3Smrg 47ec681f3SmrgMesa 19.0.5 is a bug fix release which fixes bugs found since the 19.0.4 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 19.0.5 implements the OpenGL 4.5 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg4.5. OpenGL 4.5 is **only** available if requested at context creation. 127ec681f3SmrgCompatibility contexts may report a lower version depending on each 137ec681f3Smrgdriver. 147ec681f3Smrg 157ec681f3SmrgSHA256 checksums 167ec681f3Smrg---------------- 177ec681f3Smrg 187ec681f3Smrg:: 197ec681f3Smrg 207ec681f3Smrg b6e6b78c23bec15d1e7887c78b7ad00ce395ea1b20ad8aab6ce441f55f724e70 mesa-19.0.5.tar.gz 217ec681f3Smrg 6aecb7f67c136768692fb3c33a54196186c6c4fcafab7973516a355e1a54f831 mesa-19.0.5.tar.xz 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgN/A 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3Smrg- `Bug 109659 <https://bugs.freedesktop.org/show_bug.cgi?id=109659>`__ 327ec681f3Smrg - Missing OpenGL symbols in OSMesa Gallium when building with meson 337ec681f3Smrg- `Bug 110134 <https://bugs.freedesktop.org/show_bug.cgi?id=110134>`__ 347ec681f3Smrg - SIGSEGV while playing large hevc video in mpv 357ec681f3Smrg- `Bug 110648 <https://bugs.freedesktop.org/show_bug.cgi?id=110648>`__ 367ec681f3Smrg - Dota2 will not open using vulkan since 19.0 series 377ec681f3Smrg 387ec681f3SmrgChanges 397ec681f3Smrg------- 407ec681f3Smrg 417ec681f3SmrgCaio Marcelo de Oliveira Filho (2): 427ec681f3Smrg 437ec681f3Smrg- nir: Fix nir_opt_idiv_const when negatives are involved 447ec681f3Smrg- nir: Fix clone of nir_variable state slots 457ec681f3Smrg 467ec681f3SmrgCharmaine Lee (2): 477ec681f3Smrg 487ec681f3Smrg- st/mesa: purge framebuffers with current context after unbinding 497ec681f3Smrg winsys buffers 507ec681f3Smrg- mesa: unreference current winsys buffers when unbinding winsys 517ec681f3Smrg buffers 527ec681f3Smrg 537ec681f3SmrgDylan Baker (4): 547ec681f3Smrg 557ec681f3Smrg- docs: Add SHA256 sums for mesa 19.0.4 567ec681f3Smrg- cherry-ignore: add patches for panfrost 577ec681f3Smrg- cherry-ignore: Add more 19.1 patches 587ec681f3Smrg- bump version to 19.0.5 597ec681f3Smrg 607ec681f3SmrgEric Engestrom (1): 617ec681f3Smrg 627ec681f3Smrg- meson: expose glapi through osmesa 637ec681f3Smrg 647ec681f3SmrgGert Wollny (2): 657ec681f3Smrg 667ec681f3Smrg- softpipe/buffer: load only as many components as the the buffer 677ec681f3Smrg resource type provides 687ec681f3Smrg- Revert "softpipe/buffer: load only as many components as the the 697ec681f3Smrg buffer resource type provides" 707ec681f3Smrg 717ec681f3SmrgIan Romanick (1): 727ec681f3Smrg 737ec681f3Smrg- Revert "nir: add late opt to turn inot/b2f combos back to bcsel" 747ec681f3Smrg 757ec681f3SmrgJason Ekstrand (3): 767ec681f3Smrg 777ec681f3Smrg- intel/fs/ra: Only add dest interference to sources that exist 787ec681f3Smrg- intel/fs/ra: Stop adding RA interference to too many SENDS nodes 797ec681f3Smrg- anv: Only consider minSampleShading when sampleShadingEnable is set 807ec681f3Smrg 817ec681f3SmrgJózef Kucia (1): 827ec681f3Smrg 837ec681f3Smrg- radv: clear vertex bindings while resetting command buffer 847ec681f3Smrg 857ec681f3SmrgKenneth Graunke (1): 867ec681f3Smrg 877ec681f3Smrg- i965: Fix memory leaks in brw_upload_cs_work_groups_surface(). 887ec681f3Smrg 897ec681f3SmrgLeo Liu (1): 907ec681f3Smrg 917ec681f3Smrg- winsys/amdgpu: add VCN JPEG to no user fence group 927ec681f3Smrg 937ec681f3SmrgLionel Landwerlin (1): 947ec681f3Smrg 957ec681f3Smrg- anv: Use corresponding type from the vector allocation 967ec681f3Smrg 977ec681f3SmrgMarek Olšák (1): 987ec681f3Smrg 997ec681f3Smrg- st/mesa: fix 2 crashes in st_tgsi_lower_yuv 1007ec681f3Smrg 1017ec681f3SmrgNanley Chery (1): 1027ec681f3Smrg 1037ec681f3Smrg- anv: Fix some depth buffer sampling cases on ICL+ 1047ec681f3Smrg 1057ec681f3SmrgSamuel Pitoiset (1): 1067ec681f3Smrg 1077ec681f3Smrg- radv: add a workaround for Monster Hunter World and LLVM 7&8 108