diff --git a/Mesa.changes b/Mesa.changes index 104deb1..6f92fce 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 11 13:18:31 UTC 2016 - mimi.vx@gmail.com + +- update to 11.1.2 +* Bugfix release: ++ fdo#93648 - Random lines being rendered when playing Dolphin (geometry shaders + elated, w/ apitrace) ++ fdo#93650 - GL_ARB_separate_shader_objects is buggy (PCSX2) ++ fdo#93717 - Meta mipmap generation can corrupt texture state ++ fdo#93722 - Segfault when compiling shader with a subroutine that takes a parameter ++ fdo#93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is bound + to a specific location ++ fdo#93761 - A conditional discard in a fragment shader causes no depth + writing at all ++ Some bugfixes in i965,nv50,radeonsi,r600g,vc4 drivers + ------------------------------------------------------------------- Thu Jan 28 09:37:21 UTC 2016 - idonmez@suse.com diff --git a/Mesa.spec b/Mesa.spec index 5a4bbaa..63d9a12 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -18,7 +18,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 11.1.1 +%define _version 11.1.2 %define with_opencl 0 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x %define gallium_loader 1 @@ -42,7 +42,7 @@ %endif %endif Name: Mesa -Version: 11.1.1 +Version: 11.1.2 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-11.1.1.tar.xz b/mesa-11.1.1.tar.xz deleted file mode 100644 index 0030640..0000000 --- a/mesa-11.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64db074fc514136b5fb3890111f0d50604db52f0b1e94ba3fcb0fe8668a7fd20 -size 7561216 diff --git a/mesa-11.1.1.tar.xz.sig b/mesa-11.1.1.tar.xz.sig deleted file mode 100644 index b674ec3..0000000 Binary files a/mesa-11.1.1.tar.xz.sig and /dev/null differ diff --git a/mesa-11.1.2.tar.xz b/mesa-11.1.2.tar.xz new file mode 100644 index 0000000..69946e6 --- /dev/null +++ b/mesa-11.1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f72aead896b340ba0f7a4a474bfaf71681f5d675592aec1cb7ba698e319148b +size 7561920 diff --git a/mesa-11.1.2.tar.xz.sig b/mesa-11.1.2.tar.xz.sig new file mode 100644 index 0000000..bbde33c Binary files /dev/null and b/mesa-11.1.2.tar.xz.sig differ