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)
This commit is contained in:
parent
d0b5f9d6dc
commit
82500f989b
12
mesa-7.11-intel-swap-event.patch
Normal file
12
mesa-7.11-intel-swap-event.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up Mesa-7.11/src/glx/glxextensions.c.jx Mesa-7.11/src/glx/glxextensions.c
|
||||||
|
--- Mesa-7.11/src/glx/glxextensions.c.jx 2011-07-08 21:37:10.000000000 -0400
|
||||||
|
+++ Mesa-7.11/src/glx/glxextensions.c 2011-10-28 20:26:49.172259452 -0400
|
||||||
|
@@ -139,7 +139,7 @@ static const struct extension_info known
|
||||||
|
{ GLX(SGIX_visual_select_group), VER(0,0), Y, Y, N, N },
|
||||||
|
{ GLX(EXT_texture_from_pixmap), VER(0,0), Y, N, N, N },
|
||||||
|
#endif
|
||||||
|
- { GLX(INTEL_swap_event), VER(1,4), Y, Y, N, N },
|
||||||
|
+ { GLX(INTEL_swap_event), VER(1,4), Y, N, N, N },
|
||||||
|
{ NULL }
|
||||||
|
};
|
||||||
|
|
@ -26,7 +26,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.11
|
Version: 7.11
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -50,6 +50,7 @@ Patch31: mesa-7.10-swrastg.patch
|
|||||||
Patch32: mesa-7.11-generic-wmb.patch
|
Patch32: mesa-7.11-generic-wmb.patch
|
||||||
Patch33: mesa-7.11-drisw-glx13.patch
|
Patch33: mesa-7.11-drisw-glx13.patch
|
||||||
Patch34: 0001-nv50-fix-max-texture-levels.patch
|
Patch34: 0001-nv50-fix-max-texture-levels.patch
|
||||||
|
Patch35: mesa-7.11-intel-swap-event.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake libtool
|
BuildRequires: pkgconfig autoconf automake libtool
|
||||||
%if %{with_hardware}
|
%if %{with_hardware}
|
||||||
@ -226,6 +227,7 @@ Mesa offscreen rendering development package
|
|||||||
%patch32 -p1 -b .wmb
|
%patch32 -p1 -b .wmb
|
||||||
%patch33 -p1 -b .glx13
|
%patch33 -p1 -b .glx13
|
||||||
%patch34 -p1 -b .nv50-texlevel
|
%patch34 -p1 -b .nv50-texlevel
|
||||||
|
%patch35 -p1 -b .ise
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -464,6 +466,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/osmesa.pc
|
%{_libdir}/pkgconfig/osmesa.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 28 2011 Adam Jackson <ajax@redhat.com> 7.11-7
|
||||||
|
- 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)
|
||||||
|
|
||||||
* Mon Oct 24 2011 Adam Jackson <ajax@redhat.com> 7.11-6
|
* Mon Oct 24 2011 Adam Jackson <ajax@redhat.com> 7.11-6
|
||||||
- 0001-nv50-fix-max-texture-levels.patch: Fix maximum texture size on
|
- 0001-nv50-fix-max-texture-levels.patch: Fix maximum texture size on
|
||||||
nouveau (and thus, gnome-shell init on wide display setups) (#748540)
|
nouveau (and thus, gnome-shell init on wide display setups) (#748540)
|
||||||
|
Loading…
Reference in New Issue
Block a user