today's snapshot; add surfaceless EGL platform

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2015-08-09 18:01:20 +03:00
parent 66ed79bcd6
commit 97a957ad22
2 changed files with 8 additions and 4 deletions

View File

@ -49,13 +49,13 @@
%define _default_patch_fuzz 2 %define _default_patch_fuzz 2
#% define gitdate 20150218 #% define gitdate 20150218
%define githash 6f2d889 %define githash 21ccdbd
%define git %{?githash:%{githash}}%{!?githash:%{gitdate}} %define git %{?githash:%{githash}}%{!?githash:%{gitdate}}
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Name: mesa Name: mesa
Version: 11.0.0 Version: 11.0.0
Release: 0.devel.1.%{git}%{?dist} Release: 0.devel.2.%{git}%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -389,7 +389,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope
--disable-xvmc \ --disable-xvmc \
%{?with_vdpau:--enable-vdpau} \ %{?with_vdpau:--enable-vdpau} \
%{?with_vaapi:--enable-va} \ %{?with_vaapi:--enable-va} \
--with-egl-platforms=x11,drm%{?with_wayland:,wayland} \ --with-egl-platforms=x11,drm,surfaceless%{?with_wayland:,wayland} \
--enable-shared-glapi \ --enable-shared-glapi \
--enable-gbm \ --enable-gbm \
%{?with_omx:--enable-omx} \ %{?with_omx:--enable-omx} \
@ -682,6 +682,10 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Sun Aug 09 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.2.21ccdbd
- 21ccdbd
- add surfaceless EGL platform (RHBZ #1251747)
* Sat Aug 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.1.6f2d889 * Sat Aug 01 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 11.0.0-0.devel.1.6f2d889
- Update to 11.0.0 - Update to 11.0.0

View File

@ -1 +1 @@
9a94a6a8f29ee6158413312771d42357 mesa-6f2d889.tar.xz a8bd72c65daf9cc9b889cfaf11e9bdf2 mesa-21ccdbd.tar.xz