fix nouveau build with newer libdrm

This commit is contained in:
Ben Skeggs 2010-08-03 09:35:12 +10:00
parent ac11b7c98b
commit 3660357172
3 changed files with 18072 additions and 2 deletions

View File

@ -260,7 +260,7 @@ index 473b22a..73b1481 100644
*/
/* Header file version number, required by OpenGL ABI for Linux */
-/* glext.h last updated $Date: 2010/04/29 20:46:43 $ */
-/* glext.h last updated $Date: 2009-09-24 13:55:03 -0700 (Thu, 24 Sep 2009) $ */
+/* glext.h last updated $Date: 2010/04/29 20:46:43 $ */
/* Current version at http://www.opengl.org/registry/ */
-#define GL_GLEXT_VERSION 56

View File

@ -21,7 +21,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.8.1
Release: 6%{?dist}
Release: 7%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -42,6 +42,7 @@ Patch2: mesa-7.1-nukeglthread-debug.patch
Patch3: mesa-no-mach64.patch
Patch4: nouveau-legacy-enable.patch
Patch5: nouveau-legacy-update.patch
Patch6: nouveau-class-header.patch
#Patch7: mesa-7.1-link-shared.patch
@ -187,6 +188,7 @@ Group: User Interface/X Hardware Support
%patch3 -p1 -b .no-mach64
%patch4 -p1 -b .nouveau-legacy
%patch5 -p1 -b .nouveau-legacy-update
%patch6 -p1 -b .nouveau-class
#%patch7 -p1 -b .dricore
%patch30 -p1 -b .vblank-warning
#Fix #RH 577142 (compiz redrawing issues)
@ -414,6 +416,9 @@ rm -rf $RPM_BUILD_ROOT
%{demodir}
%changelog
* Tue Aug 03 2010 Ben Skeggs <bskeggs@redhat.com> - 7.8.1-7
- fix nouveau build with newer libdrm
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> - 7.8.1-6
- Add a patch that fixes SGI_video_sync being reported as an extension
on Radeon but doing nothing

18065
nouveau-class-header.patch Normal file

File diff suppressed because it is too large Load Diff