Accepting request 262010 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/262010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=227
This commit is contained in:
commit
383a07ced1
23
Mesa.changes
23
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
|
||||
|
||||
|
10
Mesa.spec
10
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9849bcb9aa9acd98a753d6d46d2e7d7238d3367036e11357a60efd16de8bea3
|
||||
size 7270878
|
3
MesaLib-10.3.3.tar.bz2
Normal file
3
MesaLib-10.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e4eee4a2ddf86456eed2fc44da367f95471f74249636710491e85cc256c4753
|
||||
size 7282929
|
Loading…
Reference in New Issue
Block a user