diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index a66e717..668b405 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Feb 19 08:34:39 UTC 2019 - sndirsch@suse.com + +- Update to 18.3.4 + * A fix in the XvMC state-tracker, which was causing some video attributes to + not take affect. On the video front the VAAPI state tracker has seen + improvements with VP9 streams while the amdgpu driver advertises all available + profiles. + * On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and + Ice Lake parts. In the Broadcom drivers a couple of memory leaks were + addressed and the NEON assembly should compile properly on armhf. + * Other drivers such as radeonsi, nouveau and freedreno have also seen some + love. The RADV driver has seen addressed to compile correctly with GCC9 + amongst other changes. + * The Xlib based libGL have been addressed to work with X servers, which lacks + the MIT-SHM extension such as XMing. + * To top it up we have a few fixes to the meson build system. + ------------------------------------------------------------------- Mon Feb 4 17:49:03 UTC 2019 - sndirsch@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index e6f5dc5..4b06723 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.3.3 +%define _version 18.3.4 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -112,7 +112,7 @@ %endif Name: Mesa-drivers -Version: 18.3.3 +Version: 18.3.4 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index a66e717..668b405 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Feb 19 08:34:39 UTC 2019 - sndirsch@suse.com + +- Update to 18.3.4 + * A fix in the XvMC state-tracker, which was causing some video attributes to + not take affect. On the video front the VAAPI state tracker has seen + improvements with VP9 streams while the amdgpu driver advertises all available + profiles. + * On Intel side we have compiler fixes and extra PCI IDs for Coffee Lake and + Ice Lake parts. In the Broadcom drivers a couple of memory leaks were + addressed and the NEON assembly should compile properly on armhf. + * Other drivers such as radeonsi, nouveau and freedreno have also seen some + love. The RADV driver has seen addressed to compile correctly with GCC9 + amongst other changes. + * The Xlib based libGL have been addressed to work with X servers, which lacks + the MIT-SHM extension such as XMing. + * To top it up we have a few fixes to the meson build system. + ------------------------------------------------------------------- Mon Feb 4 17:49:03 UTC 2019 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 88429a9..fa33560 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.3.3 +%define _version 18.3.4 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -111,7 +111,7 @@ %endif Name: Mesa -Version: 18.3.3 +Version: 18.3.4 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-18.3.3.tar.xz b/mesa-18.3.3.tar.xz deleted file mode 100644 index a429a84..0000000 --- a/mesa-18.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab6886a6966c532ccbcc3b240925e681464b658244f0cbed752615af3936299 -size 11874468 diff --git a/mesa-18.3.3.tar.xz.sig b/mesa-18.3.3.tar.xz.sig deleted file mode 100644 index 3949464..0000000 Binary files a/mesa-18.3.3.tar.xz.sig and /dev/null differ diff --git a/mesa-18.3.4.tar.xz b/mesa-18.3.4.tar.xz new file mode 100644 index 0000000..a58df44 --- /dev/null +++ b/mesa-18.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32314da4365d37f80d84f599bd9625b00161c273c39600ba63b45002d500bb07 +size 11875224 diff --git a/mesa-18.3.4.tar.xz.sig b/mesa-18.3.4.tar.xz.sig new file mode 100644 index 0000000..36c5a6b Binary files /dev/null and b/mesa-18.3.4.tar.xz.sig differ