|
@@ -16,7 +16,7 @@ Summary: Mesa graphics libraries
|
|
Summary(ja): Mesa グラフィックスライブラリ
|
|
Summary(ja): Mesa グラフィックスライブラリ
|
|
Name: mesa
|
|
Name: mesa
|
|
Version: 9.0.1
|
|
Version: 9.0.1
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
License: MIT
|
|
License: MIT
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.mesa3d.org
|
|
URL: http://www.mesa3d.org
|
|
@@ -42,7 +42,7 @@ BuildRequires: libXdamage-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: libudev-devel
|
|
-BuildRequires: llvm-devel >= 3.0
|
|
|
|
|
|
+BuildRequires: llvm-devel >= 3.1
|
|
BuildRequires: libxml2-python
|
|
BuildRequires: libxml2-python
|
|
%description
|
|
%description
|
|
Mesa
|
|
Mesa
|
|
@@ -367,7 +367,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
|
|
--enable-shared-glapi \
|
|
--enable-shared-glapi \
|
|
--enable-gbm \
|
|
--enable-gbm \
|
|
--enable-xa \
|
|
--enable-xa \
|
|
- --with-gallium-drivers=svga,r300,r600,nouveau,swrast \
|
|
|
|
|
|
+ --with-gallium-drivers=svga,r300,r600,radeonsi,nouveau,swrast \
|
|
--enable-gallium-llvm \
|
|
--enable-gallium-llvm \
|
|
--with-llvm-shared-libs \
|
|
--with-llvm-shared-libs \
|
|
%{?dri_drivers}
|
|
%{?dri_drivers}
|
|
@@ -626,6 +626,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Dec 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
|
|
|
|
+- rebuild with llvm-3.1
|
|
|
|
+- add radeonsi driver
|
|
|
|
+
|
|
* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
|
|
* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
|
|
- update to mesa-9.0.1
|
|
- update to mesa-9.0.1
|
|
|
|
|