288abe0
%define legacyname  xorg-x11-drv-i810
288abe0
%define legacyver   2.6.0-8
288abe0
%define moduledir %(pkg-config xorg-server --variable=moduledir )
288abe0
%define driverdir	%{moduledir}/drivers
288abe0
288abe0
%define batchbuffer_version 2.2.0-219-gc9676d0
288abe0
288abe0
Summary:   Xorg X11 Intel video driver(s)
288abe0
Name:      xorg-x11-drv-intel
Kristian Høgsberg fdc72d3
Version:   2.6.99.902
c5d9ed3
Release:   1%{?dist}
288abe0
URL:       http://www.x.org
288abe0
License:   MIT
288abe0
Group:     User Interface/X Hardware Support
288abe0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
288abe0
288abe0
Source0:   http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-%{version}.tar.bz2 
288abe0
288abe0
# Update git snapshot by saying make dist distdir=$(git-describe) from
288abe0
# the intel-batchbuffer branch.
288abe0
#Source1:   xf86-video-intel-%{batchbuffer_version}.tar.bz2 
288abe0
Source2:   intel.xinf
288abe0
Kristian Høgsberg fdc72d3
Patch1: no-legacy3d.patch
Kristian Høgsberg fdc72d3
Patch2: kill-svideo.patch
Kristian Høgsberg fdc72d3
Patch3: copy-fb.patch
c5d9ed3
Patch4: intel-2.6.99.902-kms-get-crtc.patch
288abe0
288abe0
ExclusiveArch: %{ix86} x86_64 ia64
288abe0
288abe0
BuildRequires: autoconf automake libtool
288abe0
BuildRequires: xorg-x11-server-devel >= 1.4.99.1
288abe0
BuildRequires: libXvMC-devel
288abe0
BuildRequires: mesa-libGL-devel >= 6.5-9
Kristian Høgsberg 2b6731d
BuildRequires: libdrm-devel >= 2.4.5
288abe0
BuildRequires: kernel-headers
288abe0
288abe0
Requires:  hwdata
288abe0
Requires:  xorg-x11-server-Xorg >= 1.4.99.1
288abe0
288abe0
Conflicts:  kudzu < 1.2.42-1
Kristian Høgsberg ab40efb
Requires:  kernel >= 2.6.29-0.203.rc7.fc11
288abe0
Provides:   %{legacyname} = %{legacyver}
288abe0
Obsoletes:  %{legacyname} < %{legacyver}
288abe0
288abe0
%description 
288abe0
X.Org X11 Intel video driver.
288abe0
288abe0
%package devel
288abe0
Summary:   Xorg X11 Intel video driver XvMC development package
288abe0
Group:     Development/System
288abe0
Requires:  %{name} = %{version}-%{release}
288abe0
Provides:  xorg-x11-drv-intel-devel = %{version}-%{release}
288abe0
Provides:   %{legacyname}-devel = %{legacyver}
288abe0
Obsoletes:  %{legacyname}-devel < %{legacyver}
288abe0
288abe0
%description devel
288abe0
X.Org X11 Intel video driver XvMC development package.
288abe0
288abe0
%prep
288abe0
%setup -q -n xf86-video-intel-%{version}
Kristian Høgsberg fdc72d3
%patch1 -p1 -b .no-legacy3d
Kristian Høgsberg fdc72d3
%patch2 -p1 -b .svideo
Kristian Høgsberg fdc72d3
%patch3 -p1 -b .copy-fb
c5d9ed3
%patch4 -p1 -b .get-crtc
288abe0
288abe0
%build
288abe0
288abe0
autoreconf -vi
288abe0
%configure --disable-static --libdir=%{_libdir} --mandir=%{_mandir} --enable-dri --enable-kms
288abe0
make
288abe0
288abe0
%install
288abe0
rm -rf $RPM_BUILD_ROOT
288abe0
288abe0
make install DESTDIR=$RPM_BUILD_ROOT
288abe0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
288abe0
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
288abe0
288abe0
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
288abe0
288abe0
%clean
288abe0
rm -rf $RPM_BUILD_ROOT
288abe0
288abe0
%files
288abe0
%defattr(-,root,root,-)
288abe0
%{driverdir}/i810_drv.so
288abe0
%{driverdir}/intel_drv.so
288abe0
%{driverdir}/ch7xxx.so
288abe0
%{driverdir}/sil164.so
288abe0
%{driverdir}/ch7017.so
288abe0
%{driverdir}/ivch.so
288abe0
%{driverdir}/tfp410.so
288abe0
%{_datadir}/hwdata/videoaliases/intel.xinf
288abe0
%{_libdir}/libI810XvMC.so.1*
288abe0
%{_libdir}/libIntelXvMC.so.1*
288abe0
%{_mandir}/man4/i*
288abe0
288abe0
%files devel
288abe0
%defattr(-,root,root,-)
288abe0
%{_libdir}/libI810XvMC.so
288abe0
%{_libdir}/libIntelXvMC.so
288abe0
288abe0
%changelog
c5d9ed3
* Thu Mar 12 2009 Adam Jackson <ajax@redhat.com> 2.6.99.902-1
c5d9ed3
- intel-2.6.99.902-kms-get-crtc.patch: Add drmmode_get_crtc() so we
c5d9ed3
  blink less on VT switches.
c5d9ed3
Kristian Høgsberg fdc72d3
* Wed Mar 11 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.99.902-0
Kristian Høgsberg fdc72d3
- Use 2.7 rc2 tarball.
Kristian Høgsberg fdc72d3
- Consolidate the legacy3d patches into no-legacy3d.patch, which sent
Kristian Høgsberg fdc72d3
  upstream.
Kristian Høgsberg fdc72d3
Kristian Høgsberg ab40efb
* Thu Mar  5 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-14
Kristian Høgsberg ab40efb
- Fix copy-fb patch to skip dpms off on initial modeset.
Kristian Høgsberg ab40efb
- Downgrade the conflicts to a requires.
Kristian Høgsberg ab40efb
Kristian Høgsberg 2b6731d
* Thu Mar  5 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-13
Kristian Høgsberg 2b6731d
- Add conflicts to make sure we have a new enough kernel that
Kristian Høgsberg 2b6731d
  drmSetMaster() doesn't deadlock.
Kristian Høgsberg 2b6731d
Kristian Høgsberg cfca54d
* Wed Mar  4 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-12
Kristian Høgsberg cfca54d
- Update to new git snapshot: re-enables multiple X servers, fixes
Kristian Høgsberg cfca54d
  leak on vt switch for 965 type hardware, fold dpms patch into git
Kristian Høgsberg cfca54d
  master patch.
Kristian Høgsberg cfca54d
ea00ec9
* Mon Mar 02 2009 Adam Jackson <ajax@redhat.com> 2.6.0-11
ea00ec9
- intel-2.6.0-kms-dpms.patch: Enable DPMS on KMS outputs.
ea00ec9
Kristian Høgsberg fff007f
* Sat Feb 28 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-10
Kristian Høgsberg fff007f
- Update to master again, should fix the 1MB per pixmap problem.
Kristian Høgsberg a754eea
- Drop no-op intel-2.1.1-fix-xv-reset.patch.
Kristian Høgsberg fff007f
Kristian Høgsberg a4397d6
* Tue Feb 24 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-9
Kristian Høgsberg a4397d6
- Fix copy-fb to be less dumb about picking the crtc.
Kristian Høgsberg a4397d6
288abe0
* Tue Feb 24 2009 Adam Jackson <ajax@redhat.com> 2.6.0-8
288abe0
- Rename to xorg-x11-drv-intel
288abe0
288abe0
* Tue Feb 24 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-7
288abe0
- Update to git master, pull in patches to kill svideo and copy fb contents.
288abe0
288abe0
* Wed Feb 18 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-6
288abe0
- Update to git master again, fixes Xv and xgamma.
288abe0
288abe0
* Fri Feb 13 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-5
288abe0
- Add patch.
288abe0
288abe0
* Fri Feb 13 2009 Kristian Høgsberg <krh@redhat.com> - 2.6.0-4
288abe0
- Update snapshot to pull in KMS framebuffer resize.
288abe0
288abe0
* Sun Feb 08 2009 Adam Jackson <ajax@redhat.com> 2.6.0-3
288abe0
- Bump libdrm BR. (#480299)
288abe0
288abe0
* Thu Jan 29 2009 Kristian Høgsberg <krh@hinata> - 2.6.0-2
288abe0
- Update to 66bc44 from git master.
288abe0
288abe0
* Tue Jan 20 2009 Kristian Høgsberg <krh@kabuto.bos.redhat.com> 2.6.0-1
288abe0
- Update to 2.6.0.
288abe0
288abe0
* Mon Dec 29 2008 Dave Airlie <airlied@redhat.com> 2.5.99.1-0.3
288abe0
- enable KMS code in driver
288abe0
288abe0
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 2.5.99.1-0.2
288abe0
- rebuild for new server API
288abe0
288abe0
* Sun Dec 21 2008 Dave Airlie <airlied@redhat.com> 2.5.99.1-0.1
288abe0
- intel rebase to upstream release + master fixes
288abe0
288abe0
* Mon Nov 10 2008 Adam Jackson <ajax@redhat.com> 2.5.0-3
288abe0
- intel-2.4.2-dell-quirk.patch: No LVDS on Dell Studio Hybrid.
288abe0
288abe0
* Fri Oct 31 2008 Dave Airlie <airlied@redhat.com> 2.5.0-2
288abe0
- disable legacy 3D allocation now we have GEM.
288abe0
288abe0
* Tue Oct 21 2008 Dave Airlie <airlied@redhat.com> 2.5.0-1
288abe0
- rebase to Intel 2.5.0 release
288abe0
288abe0
* Tue Oct 14 2008 Dave Airlie <airlied@redhat.com> 2.4.2-12
288abe0
- intel-2.4.2-cantiga-fix.patch - hopefully fix cantiga
288abe0
288abe0
* Tue Oct 14 2008 Adam Jackson <ajax@redhat.com> 2.4.2-11
288abe0
- intel-2.4.2-macmini-fix.patch: Fix a segfault on Mac Mini.
288abe0
288abe0
* Tue Oct 14 2008 Dave Airlie <airlied@redhat.com> 2.4.2-10
288abe0
- rebase to latest upstream master
288abe0
288abe0
* Wed Oct 01 2008 Dave Airlie <airlied@redhat.com> 2.4.2-9
288abe0
- rebase to upstream for new libdrm interfaces
288abe0
288abe0
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 2.4.2-8
288abe0
- Remove the fb size hack, since there is a fix in the server now.
288abe0
288abe0
* Wed Sep 10 2008 Adam Jackson <ajax@redhat.com> 2.4.2-7
288abe0
- Do the fb size hack a different terrible way.
288abe0
288abe0
* Tue Sep 09 2008 Dave Airlie <airlied@redhat.com> 2.4.2-6
288abe0
- fix typo in drmmode display.c
288abe0
288abe0
* Mon Sep 08 2008 Adam Jackson <ajax@redhat.com> 2.4.2-5
288abe0
- intel-2.4.2-fb-size.patch: Yet more lame heuristics to preallocate a
288abe0
  usable framebuffer for laptops. (#458864)
288abe0
288abe0
* Mon Sep 08 2008 Dave Airlie <airlied@redhat.com> 2.4.2-4
288abe0
- Add patch from fd.o bug 17341 to fix problems on intel EXA
288abe0
288abe0
* Wed Sep 03 2008 Dave Airlie <airlied@redhat.com> 2.4.2-3
288abe0
- intel-fix-irq.patch - Don't die on irq handler failure
288abe0
- I think krh DRI2 patches broke it.
288abe0
288abe0
* Thu Aug 28 2008 Dave Airlie <airlied@redhat.com> 2.4.2-2
288abe0
- upgrade to git head - brings in modesetting + GEM bits - fix flip
288abe0
288abe0
* Tue Aug 26 2008 Adam Jackson <ajax@redhat.com> 2.4.2-1
288abe0
- intel 2.4.2.
288abe0
288abe0
* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 2.4.0-2
288abe0
- Fix module loading.  D'oh.
288abe0
288abe0
* Mon Aug 11 2008 Adam Jackson <ajax@redhat.com> 2.4.0-1
288abe0
- intel 2.4.0.
288abe0
- Switch back to EXA by default.  Let's see if it works this time.
288abe0
288abe0
* Tue Apr  8 2008 Bill Nottingham <notting@redhat.com> - 2.2.1-20
288abe0
- disable framebuffer compression by default (fdo #13326)
288abe0
288abe0
* Wed Apr  2 2008 Kristian Høgsberg <krh@redhat.com> - 2.2.1-19
288abe0
- Rebase batchbuffer driver to pull in fix for EAGAIN handling around
288abe0
  batchbuffer submit ioctl.
288abe0
288abe0
* Wed Apr  2 2008 Kristian Høgsberg <krh@redhat.com> - 2.2.1-18
288abe0
- Tweak intel-stub.c and batchbuffer branch to read options from
288abe0
  server flags section too.
288abe0
288abe0
* Tue Apr  1 2008 Kristian Høgsberg <krh@redhat.com> - 2.2.1-17
288abe0
- Add new snapshot of the batchbuffer driver to go with the DRI2 changes.
288abe0
- Add "DRI2" as a server layout options to enable batchbuffer and DRI2.
288abe0
288abe0
* Tue Apr 01 2008 Adam Jackson <ajax@redhat.com> 2.2.1-16
288abe0
- intel-stub.c: Remember the i810 users! (#439845)
288abe0
288abe0
* Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 2.2.1-15
288abe0
- Add jbarnes's backlight test patch
288abe0
288abe0
* Tue Mar 18 2008 Dave Airlie <airlied@redhat.com> 2.2.1-14
288abe0
- make XAA default for now so installer can be run on 965 hw
288abe0
288abe0
* Tue Mar 18 2008 Dave Airlie <airlied@redhat.com> 2.2.1-13
288abe0
- fix modesetting for normal DRI codepath
288abe0
288abe0
* Fri Mar 14 2008 Dave Airlie <airlied@redhat.com> 2.2.1-12
288abe0
- fix modesetting vt switch to not hit the non-existant ring
288abe0
288abe0
* Wed Mar 12 2008 Dave Airlie <airlied@redhat.com> 2.2.1-11
288abe0
- fall intel master driver back to non-TTM mode avoids compiz fail
288abe0
288abe0
* Mon Mar 10 2008 Dave Airlie <airlied@redhat.com> 2.2.1-10
288abe0
- quirk Motion Computing M1200
288abe0
288abe0
* Fri Mar 07 2008 Dave Airlie <airlied@redhat.com> 2.2.1-9
288abe0
- update modesetting patch to include 965 video + fix for memory
288abe0
  space leak
288abe0
288abe0
* Fri Mar 07 2008 Dave Airlie <airlied@redhat.com> 2.2.1-8
288abe0
- fixup pciaccess version check and autoconf and fallout
288abe0
288abe0
* Fri Mar 07 2008 Dave Airlie <airlied@redhat.com> 2.2.1-7
288abe0
- re-run autoconf to build modesetting with batchbuffer
288abe0
288abe0
* Thu Mar 06 2008 Dave Airlie <airlied@redhat.com> 2.2.1-6
288abe0
- fix modesetting to start on i965 chips
288abe0
288abe0
* Thu Mar 06 2008 Dave Airlie <airlied@redhat.com> 2.2.1-5
288abe0
- Bump to include modesetting driver - and make stub auto pick
288abe0
  batchbuffer branch if modesetting enabled
288abe0
288abe0
* Mon Mar  3 2008 Kristian Høgsberg <krh@redhat.com> - 2.2.1-4
288abe0
- Bump intel-batchbuffer to latest snapshot, rebuild against new server ABI.
288abe0
288abe0
* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 2.2.1-3
288abe0
- update for new server abi
288abe0
288abe0
* Thu Feb 28 2008 Adam Jackson <ajax@redhat.com> 2.2.1-2
288abe0
- intel-2.1.1-efi.patch: Fix SDVO I2C on Mac Mini in EFI mode.
288abe0
288abe0
* Wed Feb 27 2008 Kristian Høgsberg <krh@redhat.com> - 2.2.1-1
288abe0
- Bump to 2.2.1, include build of the intel-batchbuffer branch.
288abe0
288abe0
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.0-4
288abe0
- Autorebuild for GCC 4.3
288abe0
288abe0
* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 2.2.0-3
288abe0
- Rebuild for new server ABI.
288abe0
- intel-2.2.0-alloca.patch: Fix use of {DE,}ALLOCATE_LOCAL.
288abe0
288abe0
* Mon Dec 10 2007 Dave Airlie <airlied@redhat.com> 2.2.0-2
288abe0
- hook up ch7017 (bz#408471)
288abe0
288abe0
* Tue Nov 27 2007 Adam Jackson <ajax@redhat.com> 2.2.0-1
288abe0
- xf86-video-intel 2.2.0
288abe0
288abe0
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 2.1.99-1
288abe0
- xf86-video-intel 2.1.99.
288abe0
- Drop the i810 driver.  Time to move on.
288abe0
- Require xserver 1.4.99.1
288abe0
288abe0
* Wed Oct 17 2007 Dave Airlie <airlied@redhat.com> 2.1.1-7
288abe0
- intel-2.1.1-fix-xv-compiz.patch - update to not crash is we can't get RAM
288abe0
288abe0
* Wed Oct 17 2007 Dave Airlie <airlied@redhat.com> 2.1.1-6
288abe0
- intel-2.1.1-fix-xv-compiz.patch - Real dirty hack to allocate 4MB of RAM
288abe0
  for textured Xv to use as an offscreen pixmap so xv actually works under
288abe0
  compiz - granted it may be unusably slow but at least stuff shows up.
288abe0
288abe0
* Mon Oct 15 2007 Dave Airlie <airlied@redhat.com> 2.1.1-5
288abe0
- intel-2.1.1-fix-vt-switch.patch - Only restore paletter regs on enabled pipes
288abe0
- intel-2.1.1-fix-xv-reset.patch - Reset XV after mode switch
288abe0
288abe0
* Fri Oct 05 2007 Dave Airlie <airlied@redhat.com> 2.1.1-4
288abe0
- intel-2.1.1-quirk-update.patch - update quirks from master
288abe0
288abe0
* Mon Aug 20 2007 Adam Jackson <ajax@redhat.com> 2.1.1-3
288abe0
- i810.xinf: Flip everything over to -intel by default now.  Still install
288abe0
  i810 driver just in case.
288abe0
288abe0
* Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> 2.1.1-2
288abe0
- intel-2.1.1-fix-texoffset-start.patch - shouldn't set texoffsetstart when not using EXA
288abe0
288abe0
* Tue Aug 14 2007 Dave Airlie <airlied@redhat.com> 2.1.1-1
288abe0
- xf86-video-intel 2.1.1.
288abe0
288abe0
* Tue Jul 03 2007 Adam Jackson <ajax@redhat.com> 2.1.0-1
288abe0
- xf86-video-intel 2.1.0.
288abe0
288abe0
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 2.0.0-5
288abe0
- Update Requires and BuildRequires.
288abe0
288abe0
* Wed Jun 06 2007 Adam Jackson <ajax@redhat.com> 2.0.0-4
288abe0
- Update to git master.  Many Xv and DVO fixes.  Adds support for 945GME,
288abe0
  965GME, G33, Q33, and Q35 chips.
288abe0
288abe0
* Mon May 14 2007 Adam Jackson <ajax@redhat.com> 2.0.0-3
288abe0
- intel-2.0-vblank-power-savings.patch: Disable vblank interrupts when no
288abe0
  DRI clients are active, for better battery life.
288abe0
288abe0
* Tue May 01 2007 Adam Jackson <ajax@redhat.com> 2.0.0-2
288abe0
- Rebuild for final RANDR 1.2 ABI.  Fixes segfault at startup. (#238575)
288abe0
288abe0
* Mon Apr 23 2007 Adam Jackson <ajax@redhat.com> 2.0.0-1
288abe0
- xf86-video-intel 2.0.0.  Change the version number to match, why not.
288abe0
- Add a Virtual provides for xorg-x11-drv-intel, since we should probably
288abe0
  rename this at some point.
288abe0
288abe0
* Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 1.6.5-19
288abe0
- i810.xinf: Move all 965 and 945 chips onto the new driver, as well as
288abe0
  915GM.
288abe0
288abe0
* Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 1.6.5-18
288abe0
- i810.xinf: More intel whitelisting (#214011, #234877)
288abe0
288abe0
* Wed Apr 04 2007 Adam Jackson <ajax@redhat.com> 1.6.5-17
288abe0
- xf86-video-intel-1.9.94 (RC4).  Adds support for 965GM.
288abe0
- i810.xinf: Point 965GM support at the intel driver since it's not present
288abe0
  in old i810.
288abe0
288abe0
* Fri Mar 30 2007 Adam Jackson <ajax@redhat.com> 1.6.5-16
288abe0
- xf86-video-intel-1.9.93 (RC3).
288abe0
288abe0
* Tue Mar 27 2007 Jeremy Katz <katzj@redhat.com> - 1.6.5-15
288abe0
- fix typo with 945GM pci id from my laptop
288abe0
288abe0
* Thu Mar 22 2007 Adam Jackson <ajax@redhat.com> 1.6.5-14
288abe0
- xf86-video-intel 1.9.92 (RC2).
288abe0
288abe0
* Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.6.5-13
288abe0
- Updated modesetting driver to one that will actually work with a 1.3 server.
288abe0
288abe0
* Tue Feb 27 2007 Adam Jackson <ajax@redhat.com> 1.6.5-12
288abe0
- Nuke %%with_dri, since the arch list exactly matched the ExclusiveArch list
288abe0
- Remove ivch and ch7017 from the install since they aren't hooked up to the
288abe0
  code anywhere
288abe0
- Disown the module
288abe0
288abe0
* Tue Jan 30 2007 Jeremy Katz <katzj@redhat.com> - 1.6.5-11
288abe0
- update modesetting driver to git snapshot from today
288abe0
288abe0
* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-10
288abe0
- i965-xv-hang-fix.patch: Backport Xv hang fix for G965.
288abe0
288abe0
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.6.5-9
288abe0
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
288abe0
288abe0
* Fri Sep 22 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-8.fc6
288abe0
- Change 'Requires: kudzu >= foo' to 'Conflicts: kudzu < foo' since we don't
288abe0
  actually require kudzu to run.
288abe0
288abe0
* Fri Sep 15 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-7.fc6
288abe0
- i810.xinf: Whitelist Apple 945GM machines and Aopen Mini PC onto intel(4)
288abe0
288abe0
* Tue Sep 12 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-6.fc6
288abe0
- i810-1.6.5-to-git-20060911.patch: Backport post-1.6.5 fixes from git.
288abe0
- i810-match-server-sync-ranges.patch: Make a terrible heuristic in the
288abe0
  driver match the corresponding terrible heuristic in the server.
288abe0
288abe0
* Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-5.fc6
288abe0
- intel-945gm-lfp-blacklist.patch: Tweak the Apple blacklist to (hopefully)
288abe0
  correctly distinguish between Mac Mini and Macbook Pro.
288abe0
288abe0
* Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-4.fc6
288abe0
- i810.xinf: PCI IDs for i965.
288abe0
288abe0
* Thu Aug 17 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-3.fc6
288abe0
- i810.xinf: Uppercase PCI IDs.
288abe0
288abe0
* Fri Aug 10 2006 Adam Jackson <ajackson@redhat.com> 1.6.5-2.fc6
288abe0
- Update i810 to 1.6.5, should fix DRI.
288abe0
- Add kuzdu requires.
288abe0
- i810.xinf: Start whitelisting devices over to intel.
288abe0
288abe0
* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-3.fc6
288abe0
- intel-driver-rename.patch: Fix the driver name in more places so it'll,
288abe0
  you know, load.
288abe0
288abe0
* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-2.fc6
288abe0
- intel-945gm-lfp-blacklist.patch: At anholt's suggestion, remove the other
288abe0
  LFP special casing in favor of the blacklist.
288abe0
288abe0
* Wed Aug  9 2006 Adam Jackson <ajackson@redhat.com> 1.6.4-1.fc6
288abe0
- Admit defeat, kinda.  Package both i810 stable and modesetting drivers.
288abe0
  The modesetting driver is installed as intel_drv.so instead of i810_drv.so,
288abe0
  and is selected with Driver "intel" in xorg.conf.  Individual devices will
288abe0
  whitelist over to "intel" until that branch gets merged into head.
288abe0
- Update the stable branch driver to 1.6.4 from upstream, adds i965 support.
288abe0
- intel-945gm-lfp-blacklist.patch: Blacklist LFP detection on machines where
288abe0
  the BIOS is known to lie.
288abe0
288abe0
* Tue Aug  8 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-14.20060808modeset.fc6
288abe0
- Today's snapshot: I2C bus creation fix.
288abe0
288abe0
* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-13.20060717modeset.fc6
288abe0
- intel-prune-by-edid-pixclock.patch: Honor the EDID-reported maximum pixel
288abe0
  clock when computing the modes list.
288abe0
- intel-virtual-sizing-bogon.patch: Don't interpret the size of the display
288abe0
  in centimeters as the size of the display in pixels.
288abe0
288abe0
* Mon Jul 24 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-12.20060717modeset.fc6
288abe0
- Disable spread-spectrum LVDS, various crash and hang fixes, saner output
288abe0
  probing.
288abe0
288abe0
* Thu Jul 13 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-11.20060713modeset.fc6
288abe0
- Update again for a mode comparison bugfix.
288abe0
288abe0
* Thu Jul 13 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-10.20060713modeset.fc6
288abe0
- Update to today's git; crash fixes, better pre-915 support, slightly better
288abe0
  autoconfigurability.
288abe0
288abe0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.6.0-9.20060707modeset.1.fc6
288abe0
- rebuild
288abe0
288abe0
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-9.20060707modeset
288abe0
- Fix Revision number to match naming policy.
288abe0
288abe0
* Tue Jul 11 2006 Kristian Høgsberg <krh@redhat.com> 1.6.0-8.modeset20060707
288abe0
- Add back modesetting changes.
288abe0
288abe0
* Mon Jul 10 2006 Kristian Høgsberg <krh@redhat.com> 1.6.0-7
288abe0
- Roll back modesetting changes and build for fc5 aiglx repo.
288abe0
288abe0
* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-6.modeset20060707
288abe0
- Snapshot of the git modesetting branch.
288abe0
288abe0
* Fri Jul  7 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-6
288abe0
- Update i810.xinf to include entries for E7221 and 945GM.
288abe0
288abe0
* Fri Jun 23 2006 Mike A. Harris <mharris@redhat.com> 1.6.0-5
288abe0
- Add with_dri macro to spec file, and conditionalize build time DRI support
288abe0
288abe0
* Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.6.0-4
288abe0
- Added "BuildRequires: libdrm >= 2.0-1" for (#192334), and updated sdk dep
288abe0
  to pick up proto-devel as well.
288abe0
288abe0
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-3
288abe0
- Rebuild for 7.1 ABI fix.
288abe0
288abe0
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 1.6.0-2
288abe0
- Bump for fc5-bling build.
288abe0
288abe0
* Sun Apr 09 2006 Adam Jackson <ajackson@redhat.com> 1.6.0-1
288abe0
- Update to 1.6.0 from 7.1RC1.
288abe0
288abe0
* Tue Apr 04 2006 Kristian Høgsberg <krh@redhat.com> 1.4.1.3-4.cvs20060322.1
288abe0
- Add patch to add missing #include's, specifically assert.h.
288abe0
288abe0
* Wed Mar 22 2006 Kristian Høgsberg <krh@redhat.com> 1.4.1.3-4.cvs20060322
288abe0
- Update to CVS snapshot of 20060322.
288abe0
288abe0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.4.1.3-3.1
288abe0
- rebuilt for new gcc4.1 snapshot and glibc changes
288abe0
288abe0
* Sat Feb 04 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-3
288abe0
- Added 8086:2772 mapping to i810.xinf for bug (#178451)
288abe0
288abe0
* Fri Feb 03 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-2
288abe0
- Added 8086:2592 mapping to i810.xinf for bug (#172884)
288abe0
288abe0
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.4.1.3-1
288abe0
- Updated xorg-x11-drv-i810 to version 1.4.1.3 from X11R7.0
288abe0
288abe0
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 1.4.1.2-1
288abe0
- Updated xorg-x11-drv-i810 to version 1.4.1.2 from X11R7 RC4
288abe0
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
288abe0
288abe0
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 1.4.1-1
288abe0
- Updated xorg-x11-drv-i810 to version 1.4.1 from X11R7 RC2
288abe0
288abe0
* Fri Nov 04 2005 Mike A. Harris <mharris@redhat.com> 1.4.0.1-1
288abe0
- Updated xorg-x11-drv-i810 to version 1.4.0.1 from X11R7 RC1
288abe0
- Fix *.la file removal.
288abe0
- Added 'devel' subpackage for XvMC .so
288abe0
- Added 'BuildRequires: libXvMC-devel' for XvMC drivers.
288abe0
288abe0
* Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 1.4.0-1
288abe0
- Update BuildRoot to use Fedora Packaging Guidelines.
288abe0
- Deglob file manifest.
288abe0
- Limit "ExclusiveArch" to x86, x86_64, ia64
288abe0
288abe0
* Fri Sep 02 2005 Mike A. Harris <mharris@redhat.com> 1.4.0-0
288abe0
- Initial spec file for i810 video driver generated automatically
288abe0
  by my xorg-driverspecgen script.