From b591a94ec4e6b9af6e227f7e5ce8dfe24b50af10 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 22 Mar 2019 12:16:19 +0100 Subject: [PATCH] mesalib: Update version from 18.3.4 to 18.3.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From the [release notes][1]: > === Bug files > > > * Bug 104297 - [i965] Downward causes GPU hangs and misrendering on Haswell > * Bug 104602 - [apitrace] Graphical artifacts in Civilization VI on RX Vega > * Bug 107052 - [Regression][bisected]. Crookz - The Big Heist Demo can't be launched despite the "true" flag in "drirc" > * Bug 107563 - [RADV] Broken rendering in Unity demos > * Bug 108457 - [OpenGL CTS] KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails > * Bug 108999 - Calculating the scissors fields when the y is flipped (0 on top) can generate negative numbers that will cause assertion failure later on. > * Bug 109328 - [BSW BXT GLK] dEQP-VK.subgroups.arithmetic.subgroup regressions > * Bug 109443 - Build failure with MSVC when using Scons >= 3.0.2 > * Bug 109451 - [IVB,SNB] LINE_STRIPs following a TRIANGLE_FAN fail to use primitive restart > * Bug 109594 - totem assert failure: totem: src/intel/genxml/gen9_pack.h:72: __gen_uint: La declaración `v <= max' no se cumple. > * Bug 109597 - wreckfest issues with transparent objects & skybox > * Bug 109601 - [Regression] RuneLite GPU rendering broken on 18.3.x > * Bug 109698 - dri.pc contents invalid when built with meson > * Bug 109735 - [Regression] broken font with mesa_vulkan_overlay [1]: https://www.mesa3d.org/relnotes/18.3.5.html --- mesalib.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesalib.be0 b/mesalib.be0 index 8f5d7e777..9ac595fe1 100755 --- a/mesalib.be0 +++ b/mesalib.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION mesalib-18.3.4-0 +# BEE_VERSION mesalib-18.3.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)