Accepting request 176641 from X11:XOrg
update to Mesa 9.1.3 (forwarded request 176539 from sumski) OBS-URL: https://build.opensuse.org/request/show/176641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=174
This commit is contained in:
commit
783e83d270
32
Mesa.changes
32
Mesa.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 23:50:51 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
- update to Mesa 9.1.3:
|
||||
* Second Life viewers from release 2.7.4.235167 to the last
|
||||
3.4.0.264911 crash on start. (fdo#39251)
|
||||
* [wine] GLX_DONT_CARE does not work for GLX_DRAWABLE_TYPE or
|
||||
GLX_RENDER_TYPE (fdo#47478)
|
||||
* [SNB bisected] SNB hang with rc6 and hiz on glxgears
|
||||
(and other GL apps) immediately after xinit. (fdo#56416)
|
||||
* [GLSL1.40 IVB/HSW]Piglit spec/glsl-1.40/compiler_built-in-functions/inverse-mat2.frag
|
||||
fails (fdo#57436)
|
||||
* [ivb] Mesa 9.1 performance regression on KWin's Lanczos
|
||||
shader (fdo#61554)
|
||||
* abort is an incredibly not-smart way to handle IR validation
|
||||
(fdo#61773)
|
||||
* solaris build broken with missing ffsll (fdo#62868)
|
||||
* glXChooseFBConfig with GLX_DRAWABLE_TYPE, GLX_DONT_CARE fails
|
||||
(fdo#62999)
|
||||
* EGL X11 Regression: Maximum swap interval is 0 (worked with 9.0)
|
||||
(fdo#63078)
|
||||
* [i965 Bisected]Ogles1conform/Ogles2conform/Ogles3conform cases
|
||||
segfault (fdo#63447)
|
||||
* [SNB 9.1 Bisected]Ogles2conform GL2ExtensionTests/depth_texture_cube_map/depth_texture_cube_map.test
|
||||
fail (fdo#64662)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 12:03:55 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
|
||||
@ -21,6 +47,12 @@ Thu May 2 12:03:55 UTC 2013 - hrvoje.senjan@gmail.com
|
||||
* other bugfixes
|
||||
- Drop u_remove-os-abi-tag.patch, fdo#26663 is fixed with this release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 17:30:11 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- do not build x86* specific drivers on ARM, only enable
|
||||
nouveau,swrast,svga for ARM platforms
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:46:47 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
55
Mesa.spec
55
Mesa.spec
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define glamor 1
|
||||
%define _version 9.1.2
|
||||
%define _version 9.1.3
|
||||
%define _name_archive MesaLib
|
||||
|
||||
Name: Mesa
|
||||
Version: 9.1.2
|
||||
Version: 9.1.3
|
||||
Release: 0
|
||||
BuildRequires: autoconf >= 2.60
|
||||
BuildRequires: automake
|
||||
@ -551,7 +551,7 @@ autoreconf -fi
|
||||
--enable-glx-tls \
|
||||
%endif
|
||||
--with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \
|
||||
%ifarch armv7hl %ix86 x86_64
|
||||
%ifarch %ix86 x86_64
|
||||
--enable-xa \
|
||||
--enable-gallium-llvm \
|
||||
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
|
||||
@ -559,11 +559,19 @@ autoreconf -fi
|
||||
--enable-vdpau \
|
||||
--enable-xvmc \
|
||||
%endif
|
||||
%ifarch %arm
|
||||
--enable-xa \
|
||||
--enable-gallium-llvm \
|
||||
--with-dri-drivers=nouveau \
|
||||
--with-gallium-drivers=nouveau,swrast,svga \
|
||||
--enable-vdpau \
|
||||
--enable-xvmc \
|
||||
%endif
|
||||
%ifarch ia64 ppc ppc64 %sparc hppa
|
||||
--with-dri-drivers=nouveau,r200,radeon \
|
||||
--with-gallium-drivers=r300,r600,nouveau,swrast \
|
||||
%endif
|
||||
%ifarch s390 s390x armv5tel aarch64
|
||||
%ifarch s390 s390x aarch64
|
||||
--with-dri-drivers=swrast \
|
||||
--with-gallium-drivers="" \
|
||||
%endif
|
||||
@ -642,7 +650,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
|
||||
%postun -n libgbm1 -p /sbin/ldconfig
|
||||
|
||||
%ifnarch s390 s390x %arm aarch64
|
||||
%ifnarch s390 s390x aarch64
|
||||
|
||||
%post -n libxatracker1 -p /sbin/ldconfig
|
||||
|
||||
@ -651,10 +659,8 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%post -n libXvMC_nouveau
|
||||
%postun -n libXvMC_nouveau
|
||||
|
||||
%post -n libXvMC_r300
|
||||
%postun -n libXvMC_r300
|
||||
|
||||
%post -n libXvMC_r600
|
||||
|
||||
%postun -n libXvMC_r600
|
||||
|
||||
%post -n libXvMC_softpipe
|
||||
@ -673,6 +679,11 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%postun -n libvdpau_softpipe
|
||||
%endif
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%post -n libXvMC_r300
|
||||
%postun -n libXvMC_r300
|
||||
%endif
|
||||
|
||||
%post -n Mesa-libglapi0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n Mesa-libglapi0 -p /sbin/ldconfig
|
||||
@ -781,7 +792,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%_libdir/libgbm.so
|
||||
%_libdir/pkgconfig/gbm.pc
|
||||
|
||||
%ifnarch s390 s390x %arm ppc ppc64 aarch64
|
||||
%ifnarch s390 s390x ppc ppc64 aarch64
|
||||
|
||||
%files -n libxatracker1
|
||||
%defattr(-,root,root)
|
||||
@ -799,6 +810,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%_libdir/libXvMCnouveau.so.1
|
||||
%_libdir/libXvMCnouveau.so.1.0.0
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
%files -n libXvMC_r300
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libXvMCr300.so
|
||||
@ -811,18 +823,6 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%_libdir/libXvMCr600.so.1
|
||||
%_libdir/libXvMCr600.so.1.0.0
|
||||
|
||||
%files -n libXvMC_softpipe
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libXvMCsoftpipe.so
|
||||
%_libdir/libXvMCsoftpipe.so.1
|
||||
%_libdir/libXvMCsoftpipe.so.1.0.0
|
||||
|
||||
%files -n libvdpau_nouveau
|
||||
%defattr(-,root,root)
|
||||
%_libdir/vdpau/libvdpau_nouveau.so
|
||||
%_libdir/vdpau/libvdpau_nouveau.so.1
|
||||
%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
|
||||
|
||||
%files -n libvdpau_r300
|
||||
%defattr(-,root,root)
|
||||
%_libdir/vdpau/libvdpau_r300.so
|
||||
@ -834,6 +834,19 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc
|
||||
%_libdir/vdpau/libvdpau_r600.so
|
||||
%_libdir/vdpau/libvdpau_r600.so.1
|
||||
%_libdir/vdpau/libvdpau_r600.so.1.0.0
|
||||
%endif
|
||||
|
||||
%files -n libXvMC_softpipe
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libXvMCsoftpipe.so
|
||||
%_libdir/libXvMCsoftpipe.so.1
|
||||
%_libdir/libXvMCsoftpipe.so.1.0.0
|
||||
|
||||
%files -n libvdpau_nouveau
|
||||
%defattr(-,root,root)
|
||||
%_libdir/vdpau/libvdpau_nouveau.so
|
||||
%_libdir/vdpau/libvdpau_nouveau.so.1
|
||||
%_libdir/vdpau/libvdpau_nouveau.so.1.0.0
|
||||
|
||||
#%files -n libvdpau_radeonsi
|
||||
#%defattr(-,root,root)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0695115f7a900624db9ade4f5bd32f4b885d9273eed020fb12b7e29a953143db
|
||||
size 6122642
|
3
MesaLib-9.1.3.tar.bz2
Normal file
3
MesaLib-9.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d5dac2202d0355bff5cfd183582ec8167d1d1227b7bb7a669acecbeaa52d766
|
||||
size 6123010
|
Loading…
Reference in New Issue
Block a user