Add support for GLX_EXT_texture_from_drawable.

This commit is contained in:
Kristian Høgsberg 2006-01-17 22:30:50 +00:00
parent 7cb03167c8
commit 9b57ca0a91
1 changed files with 8 additions and 0 deletions

View File

@ -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).