diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 87320fb..7974ab1 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 30 10:04:10 UTC 2018 - sndirsch@suse.com + +- Update to 18.0.2 + * A couple of fixes for Meson that solves some problems regarding + building tests and installation. + * A couple of fixes in state tracker / DRI that was causing crashes + in QtCreator and Firefox, among other problems. + * A couple of fixes for GFX9, that solves a hang in the driver, and + a problem with buffer views. + * SVGA gets also a patch to fix incorrect advertizing of + EGL_KHR_gl_colorspace extension. + * Etnaviv gets a fix for swizzled texture formats. + * Intel drivers get also several patches. + * RADV gets a patch to solve a problem of lot of games complaining + about not having enough memory. + ------------------------------------------------------------------- Thu Apr 19 09:55:13 UTC 2018 - sndirsch@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 43c7ae3..4c803b3 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -43,7 +43,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.0.1 +%define _version 18.0.2 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -113,7 +113,7 @@ %endif Name: Mesa-drivers -Version: 18.0.1 +Version: 18.0.2 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/Mesa.changes b/Mesa.changes index 87320fb..7974ab1 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 30 10:04:10 UTC 2018 - sndirsch@suse.com + +- Update to 18.0.2 + * A couple of fixes for Meson that solves some problems regarding + building tests and installation. + * A couple of fixes in state tracker / DRI that was causing crashes + in QtCreator and Firefox, among other problems. + * A couple of fixes for GFX9, that solves a hang in the driver, and + a problem with buffer views. + * SVGA gets also a patch to fix incorrect advertizing of + EGL_KHR_gl_colorspace extension. + * Etnaviv gets a fix for swizzled texture formats. + * Intel drivers get also several patches. + * RADV gets a patch to solve a problem of lot of games complaining + about not having enough memory. + ------------------------------------------------------------------- Thu Apr 19 09:55:13 UTC 2018 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index e9c3c89..0e46b2d 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 18.0.1 +%define _version 18.0.2 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -112,7 +112,7 @@ %endif Name: Mesa -Version: 18.0.1 +Version: 18.0.2 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-18.0.1.tar.xz b/mesa-18.0.1.tar.xz deleted file mode 100644 index 2882954..0000000 --- a/mesa-18.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2d2f5b5dbaab13e15cb0dcb5ec81887467f55ebc9625945b303a3647cd87954 -size 10945308 diff --git a/mesa-18.0.1.tar.xz.sig b/mesa-18.0.1.tar.xz.sig deleted file mode 100644 index 0acde92..0000000 Binary files a/mesa-18.0.1.tar.xz.sig and /dev/null differ diff --git a/mesa-18.0.2.tar.xz b/mesa-18.0.2.tar.xz new file mode 100644 index 0000000..c51cc44 --- /dev/null +++ b/mesa-18.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fa159768482dc568b9f8bf0f36c7acb823fa47428ffd650b40784f16b9e7b3 +size 10949364 diff --git a/mesa-18.0.2.tar.xz.sig b/mesa-18.0.2.tar.xz.sig new file mode 100644 index 0000000..2b6a3c0 Binary files /dev/null and b/mesa-18.0.2.tar.xz.sig differ