6802045 update libdrm to accomodate the changes for 6773943
authorNiveditha Rau <Niveditha.Rau@Sun.COM>
Fri, 06 Feb 2009 12:11:52 -0800
changeset 629 5810511454c1
parent 628 fce9d0b5232d
child 630 c684c7fd3510
6802045 update libdrm to accomodate the changes for 6773943
open-src/lib/libdrm/6802045.patch
open-src/lib/libdrm/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libdrm/6802045.patch	Fri Feb 06 12:11:52 2009 -0800
@@ -0,0 +1,10 @@
+--- shared-core/i915_drm.h	Tue Feb  3 09:39:53 2009
++++ shared-core/i915_drm.h	Tue Feb  3 09:40:43 2009
+@@ -81,6 +81,7 @@
+ 	int pf_current_page;	/* which buffer is being displayed? */
+ 	int perf_boxes;		/* performance boxes to be displayed */
+ 	int width, height;      /* screen size in pixels */
++        int pad0;
+ 
+ 	drm_handle_t front_handle;
+ 	int front_offset;
--- a/open-src/lib/libdrm/Makefile	Thu Feb 05 13:33:25 2009 -0800
+++ b/open-src/lib/libdrm/Makefile	Fri Feb 06 12:11:52 2009 -0800
@@ -27,7 +27,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.9	09/01/10
+# @(#)Makefile	1.10	09/02/05
 #
 
 # Package name used in tarballs
@@ -46,7 +46,7 @@
 GIT_URL_SET=yes
 
 # Patches to apply to source after unpacking, in order
-SOURCE_PATCHES = solaris-drm-port.patch
+SOURCE_PATCHES = solaris-drm-port.patch 6802045.patch
 
 # Need to regenerate files after patching Makefile.am in solaris-drm-port.patch
 AUTORECONF=yes