Browse Source

xorg-x11-drv-intel:
- add patch from git master
- add patch to disable dri on SandyBridge/IvyBridge
- update intel-gpu-tools


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3899 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
39af2d5831
1 changed files with 18 additions and 10 deletions
  1. 18 10
      x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

+ 18 - 10
x/xorg-x11-drv-intel/xorg-x11-drv-intel-vl.spec

@@ -1,14 +1,14 @@
 %define moduledir %(pkg-config xorg-server --variable=moduledir )
 %define driverdir	%{moduledir}/drivers
-%define gputoolsdate 20090908
+%define gputoolsdate 20100625
 
 Summary:   Xorg X11 Intel video driver
 Summary(ja):   Xorg X11 Intel ビデオドライバ
 Name:      xorg-x11-drv-intel
 Epoch:     1
 Version:   2.15.0
-Release:   2%{?_dist_release}
-URL:       http://www.x.org
+Release:   3%{?_dist_release}
+URL:       http://intellinuxgraphics.org/
 License:   MIT
 Group:     User Interface/X Hardware Support
 
@@ -16,14 +16,16 @@ Source0:   http://xorg.freedesktop.org/archive/individual/driver/xf86-video-inte
 Source2:   intel.xinf
 Source3:   intel-gpu-tools-%{gputoolsdate}.tar.bz2
 
-# upstream patches
-Patch1: intel-2.15.0-unsigned-promotion-batch-overflows.patch
-Patch2: intel-2.15.0-increase-video-state-emission.patch
-Patch3: intel-2.15.0-use-swapbufferwait.patch
+# patches from upstream git
+# http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
+Patch1: xf86-video-intel-2.15.0-git9d6e02.patch
 
 # import from ubuntu/debian package
 Patch101: intel-2.15.0-copy-fb.patch
 
+# vine patch
+# disable DRI on SandyBridge/IvyBridge for now.
+Patch200: intel-2.15.0-sandybridge-disable-dri.patch
 
 
 ExclusiveArch: %{ix86} x86_64 ia64
@@ -71,11 +73,12 @@ Debugging tools for Intel graphics chips
 %prep
 %setup -q -n xf86-video-intel-%{version} -b3
 
-%patch1 -p1 -b .unsigned-promotion-batch-overflows
-%patch2 -p1 -b .increase-video-state-emission
-%patch3 -p1 -b .use-swapbufferwait
+%patch1 -p1 -b .git9d6e02
+
 #%patch101 -p1 -b .copy-fb
 
+%patch200 -p1 -b .disable-dri
+
 %build
 autoreconf -vi
 
@@ -135,6 +138,11 @@ fi ||:
 
 
 %changelog
+* Tue May 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-3
+- drop patch1-3 and replaced with new patch1 from git master
+- add Patch200 to disable DRI on SandyBridge/IvyBridge
+- update intel-gpu-tools
+
 * Thu Apr 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.0-2
 - add Patch1-3 from upstream