summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-01-17 22:30:50 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-01-17 22:30:50 +0000
commit9b57ca0a915cf795db7287a2c7859f95e9ec67a8 (patch)
tree41affad5edde778a5d6873f4b476af97bb670349
parent7cb03167c890acadf60a67d84b6c0c7a89554a20 (diff)
downloadmesa-9b57ca0a915cf795db7287a2c7859f95e9ec67a8.tar.gz
mesa-9b57ca0a915cf795db7287a2c7859f95e9ec67a8.tar.xz
mesa-9b57ca0a915cf795db7287a2c7859f95e9ec67a8.zip
Add support for GLX_EXT_texture_from_drawable.
-rw-r--r--mesa.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index d6f8481..5722c86 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -70,6 +70,8 @@ Patch4: mesa-6.4.1-libGLw-enable-motif-support.patch
# branch and can be dropped when we update to 6.4.2.
Patch100: mesa-6.4.1-amd64-assyntax-fix.patch
+Patch200: mesa-6.4.1-texture-from-drawable.patch
+
BuildRequires: pkgconfig
BuildRequires: libdrm-devel >= 2.0-1
BuildRequires: libXxf86vm-devel
@@ -216,6 +218,8 @@ install -m 755 %{SOURCE3} ./
%patch100 -p1 -b .amd64-assyntax-fix
+%patch200 -p0 -b .texture-from-drawable
+
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
# license and are not open source/free software, so we remove them.
rm include/GL/uglglutshapes.h
@@ -393,6 +397,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%changelog
+* Tue Jan 17 2006 Kristian Høgsberg <krh@redhat.com> 6.4.1-3
+- Add mesa-6.4.1-texture-from-drawable.patch to implement protocol
+ support for GLX_EXT_texture_from_drawable extension.
+
* Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-3
- Manually copy libGLw headers that Mesa forgets to install, to fix (#173879).
- Added mesa-6.4.1-libGLw-enable-motif-support.patch to fix (#175251).