diff --git a/Mesa.changes b/Mesa.changes index ae3751f..bd27337 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 15 04:49:48 UTC 2014 - afaerber@suse.de + +- Enable freedreno gallium driver (Qualcomm Adreno) + +------------------------------------------------------------------- +Mon Jan 13 11:35:46 UTC 2014 - sndirsch@suse.com + +- Update to version 10.0.2 + * Mesa 10.0.2 is a bug fix release which fixes bugs fixed since + the 10.0.1 release. + ------------------------------------------------------------------- Tue Dec 17 11:38:52 UTC 2013 - schwab@suse.de diff --git a/Mesa.spec b/Mesa.spec index 5e379c8..a16fbb3 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -1,7 +1,7 @@ # # spec file for package Mesa # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,11 +29,11 @@ %define llvm_r600 0 %endif -%define _version 10.0.1 +%define _version 10.0.2 %define _name_archive MesaLib Name: Mesa -Version: 10.0.1 +Version: 10.0.2 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -55,6 +55,9 @@ BuildRequires: pkgconfig(libdrm) >= 2.4.24 %ifnarch ppc64le BuildRequires: pkgconfig(xshmfence) %endif +%ifarch %arm +BuildRequires: pkgconfig(libdrm_freedreno) >= 2.4.43 +%endif %ifarch x86_64 %ix86 BuildRequires: pkgconfig(libdrm_intel) >= 2.4.38 %endif @@ -524,7 +527,11 @@ autoreconf -fi --enable-xa \ --enable-gallium-llvm \ --with-dri-drivers=nouveau \ +%ifarch %arm + --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \ +%else --with-gallium-drivers=r300,r600,nouveau,swrast,svga \ +%endif --enable-vdpau \ --enable-xvmc \ %endif diff --git a/MesaLib-10.0.1.tar.bz2 b/MesaLib-10.0.1.tar.bz2 deleted file mode 100644 index 8693702..0000000 --- a/MesaLib-10.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cdf868f9599ca310c17fcf5b4ce9aec9903d8bf8561fde2577f3d422f823270 -size 6783445 diff --git a/MesaLib-10.0.2.tar.bz2 b/MesaLib-10.0.2.tar.bz2 new file mode 100644 index 0000000..64a36ac --- /dev/null +++ b/MesaLib-10.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4502a8e2dfa53e15d8fff89c153e6b14824fe82e49bd101e7edc02fa8cf76a7e +size 6784325