From d59159108a89923126a2ca550458afbfc9332755 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 28 Oct 2011 20:32:20 -0400 Subject: [PATCH] mesa-7.11-intel-swap-event.patch: Disable GLX_INTEL_swap_event by default; DRI2 enables it explicitly, but swrast doesn't and oughtn't. (#748747) --- mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 5f0a9a3..0759565 100644 --- a/mesa.spec +++ b/mesa.spec @@ -26,7 +26,7 @@ Summary: Mesa graphics libraries Name: mesa Version: 7.11 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: System Environment/Libraries URL: http://www.mesa3d.org @@ -466,7 +466,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/osmesa.pc %changelog -* Fri Oct 28 2011 Adam Jackson 7.11-7 +* Fri Oct 28 2011 Adam Jackson 7.11-8 - mesa-7.11-intel-swap-event.patch: Disable GLX_INTEL_swap_event by default; DRI2 enables it explicitly, but swrast doesn't and oughtn't. (#748747)