From 97a957ad22bd51dfdd3b1ec0c93cdd822d9ded1e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Aug 2015 18:01:20 +0300 Subject: [PATCH] today's snapshot; add surfaceless EGL platform Signed-off-by: Igor Gnatenko --- mesa.spec | 10 +++++++--- sources | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mesa.spec b/mesa.spec index 514e665..a827887 100644 --- a/mesa.spec +++ b/mesa.spec @@ -49,13 +49,13 @@ %define _default_patch_fuzz 2 #% define gitdate 20150218 -%define githash 6f2d889 +%define githash 21ccdbd %define git %{?githash:%{githash}}%{!?githash:%{gitdate}} Summary: Mesa graphics libraries Name: mesa Version: 11.0.0 -Release: 0.devel.1.%{git}%{?dist} +Release: 0.devel.2.%{git}%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -389,7 +389,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope --disable-xvmc \ %{?with_vdpau:--enable-vdpau} \ %{?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-gbm \ %{?with_omx:--enable-omx} \ @@ -682,6 +682,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Aug 09 2015 Igor Gnatenko - 11.0.0-0.devel.2.21ccdbd +- 21ccdbd +- add surfaceless EGL platform (RHBZ #1251747) + * Sat Aug 01 2015 Igor Gnatenko - 11.0.0-0.devel.1.6f2d889 - Update to 11.0.0 diff --git a/sources b/sources index 63d246d..144e67d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9a94a6a8f29ee6158413312771d42357 mesa-6f2d889.tar.xz +a8bd72c65daf9cc9b889cfaf11e9bdf2 mesa-21ccdbd.tar.xz