diff --git a/Mesa.changes b/Mesa.changes index f4c52aa..8597fbb 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Nov 16 11:24:04 UTC 2014 - afaerber@suse.de + +- Enable VideoCore IV (vc4) support for ARM + +------------------------------------------------------------------- +Fri Nov 14 18:26:31 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Cleanup Spec: + + smaller cleanups + + Remove all traces of talloc, Mesa uses ralloc + +------------------------------------------------------------------- +Fri Nov 14 13:15:52 UTC 2014 - seanpwatson@live.com + +- Update to 10.3.3 + + fdo#82921 layout(location=0) emits error + >= MAX_UNIFORM_LOCATIONS due to integer underflow + + fdo#83574 [llvmpipe] [softpipe] piglit + arb_explicit_uniform_location-use-of-unused-loc regression + + fdo#85454 Unigine Sanctuary with Wine crashes on Mesa Git + + fdo#70410 egl-static/Makefile: linking fails with llvm >= 3.4 + ------------------------------------------------------------------- Tue Nov 4 10:08:35 UTC 2014 - seanpwatson@live.com diff --git a/Mesa.spec b/Mesa.spec index 993b21c..440317c 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -51,10 +51,10 @@ %endif %define _name_archive MesaLib -%define _version 10.3.2 +%define _version 10.3.3 Name: Mesa -Version: 10.3.2 +Version: 10.3.3 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -67,7 +67,6 @@ BuildRequires: libelf-devel %endif BuildRequires: imake BuildRequires: libexpat-devel -BuildRequires: libtalloc-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python-base @@ -527,9 +526,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} %patch18 -p1 %build -rm -f src/mesa/depend -export TALLOC_LIBS=-ltalloc -export TALLOC_CFLAGS="-I/usr/include" %if 0%{?suse_version} >= 1310 egl_platforms=x11,drm,wayland %else @@ -579,7 +575,7 @@ autoreconf -fi --enable-gallium-llvm \ --with-dri-drivers=nouveau \ %ifarch %arm - --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno \ + --with-gallium-drivers=r300,r600,nouveau,swrast,svga,freedreno,vc4 \ %else --with-gallium-drivers=r300,r600,nouveau,swrast,svga \ %endif diff --git a/MesaLib-10.3.2.tar.bz2 b/MesaLib-10.3.2.tar.bz2 deleted file mode 100644 index b368ec6..0000000 --- a/MesaLib-10.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9849bcb9aa9acd98a753d6d46d2e7d7238d3367036e11357a60efd16de8bea3 -size 7270878 diff --git a/MesaLib-10.3.3.tar.bz2 b/MesaLib-10.3.3.tar.bz2 new file mode 100644 index 0000000..7e5fbc2 --- /dev/null +++ b/MesaLib-10.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4eee4a2ddf86456eed2fc44da367f95471f74249636710491e85cc256c4753 +size 7282929