Skip to content

Debian Changelog xserver-xorg-video-intel (2:2.3.2-2+lenny6)

2009

xserver-xorg-video-intel (2:2.3.2-2+lenny6) unstable; urgency=high

   * Remove the Cappuccino SlimPRO SP625F quirk added in -2+lenny5.
     There are machines with the same subdevice ids and an LVDS output
     (closes: #512595).  Thanks, Kushal Koolwal!

 -- Julien Cristau <jcristau@debian.org>  Thu, 22 Jan 2009 03:49:01 +0100

2008

xserver-xorg-video-intel (2:2.3.2-2+lenny5) unstable; urgency=low

   * Cherry-pick some more patches from upstream git:
     - Disable display clock gating for 4 series chips
     - Pipe A force quirk for Toshiba Satellite A30.
     - i830: Fix timer leak
       TimerCancel just cancels the timer: it still leaves the TimerRec intact
       and unfreed.
     - Disable render standby
       Render standby is known to cause possible hang issue on some mobile
       chips, so always disable it.
     - Add support for G41 chipset
       G41 is another 4 series chipset like G45/43.
     - Add Cappuccino SlimPRO SP625F to no LVDS quirks list
       Looks like this platform might contain VBTs that indicate an LFP is
       present even though it isn't.  Intended to fix bz #11368.
     - Add TV out quirk for HP Compaq nx6110
       Adds a TV out quirk for HP Compaq nx6110.  Fixes bz #17683.
     - Do force CRT detect sequence twice on 4 series chipset
     - Render register clock gating disable fix on 4 series chipset
     - Disable frame buffer compression by default for GM965.
       We haven't found a way to make FBC work reliably with GM965 yet, (it
       often fails to notice CPU writes). This appears to be a specific problem
       with this device, (as we haven't gotten similar bug reports for
       subsequent devices such as GM45). So FBC is now disabled by default for
       GM965 but can still be enabled with the FrameBufferCompression option
       for experimenting/debugging
     - Fix broken stolen memory counting on G4X (closes: #502387).
       On the GM45 we were assuming too little stolen memory (mostly harmless,
       except when it wasn't, until the AGP fix), and on the G45 we were
       assuming too much stolen memory, which was quite harmful when we touched
       the page that didn't get mapped.
     - XAA tiling support was mis-computing adjusted pitch (>>4 instead of >>2)
       This may well explain why XAA never worked well on tiled front buffers;
       tiled buffers require a different pitch programming on 965 than
       non-tiled buffers, in dwords rather than bytes
     - Handle differently tiled front/back/depth/third in DRI window management
       When moving or clearing the extra buffer contents associated with DRI
       windows, the XAA code needs to see which buffer is being manipulated in
       the Setup functions to program the tiling values correctly. Calling
       I830SelectBuffer and not then calling I830Setup... would result in
       mis-tiled rendering
   * Adjust patch 01_gen_pci_ids.diff to exclude G41 as well, so vesa is chosen
     by default.  The intel driver can still be selected in xorg.conf.

 -- Julien Cristau <jcristau@debian.org>  Mon, 20 Oct 2008 20:28:39 +0200

xserver-xorg-video-intel (2:2.3.2-2+lenny4) unstable; urgency=low

   * Kill 02_xaa_by_default_on_i965.diff.  Switching to XAA breaks Xvideo,
     which is Not Good™.
   * New patch 02_965_no_exa_composite.diff: add a "RenderAccel" option, to
     control whether EXA composite acceleration is enabled.  Default to off on
     i965+ to hopefully avoid the font rendering issues reported in #451791 and
     friends.

 -- Julien Cristau <jcristau@debian.org>  Fri, 05 Sep 2008 02:55:54 +0200

xserver-xorg-video-intel (2:2.3.2-2+lenny3) unstable; urgency=low

   [ Brice Goglin ]
   * Add 02_xaa_by_default_on_i965.diff to switch back to XAA on
     i965 by default to avoid many rendering problems, closes: #451791.
   * Drop G45 PCI ids from intel.ids so that vesa is autoloaded by
     default for these new boards for now.

 -- Julien Cristau <jcristau@debian.org>  Tue, 26 Aug 2008 16:54:07 +0200

xserver-xorg-video-intel (2:2.3.2-2+lenny2) unstable; urgency=low

   * Revert the quirk for all 855GM chipsets, as it regresses some users
     (closes: #493096).  Instead, fix up the quirk for the HP Pavilion ze4944ea
     laptop so it actually works.

 -- Julien Cristau <jcristau@debian.org>  Mon, 04 Aug 2008 12:31:58 +0200

xserver-xorg-video-intel (2:2.3.2-2+lenny1) unstable; urgency=low

   * Cherry-pick patches from the 2.4.0 release:
     - Add support for Intel 4 series chipsets
     - add some quirks to force enable pipe A on some machines: in particular,
       all 855GM (closes: #482819), and Lenovo T60 (closes: #487672)
     - i810: Remove an effectively unused variable (only used in an incorrect
       free())
     - Give asus and eeepc backlight method higher priority
     - Don't use the phase shift bits on GM45
     - Fix official name for GM45 chipset
     - Improve FBC size checking
     - Only initialize integrated TV encoder for mobile chips
     - Add no LVDS quirk for Transtec Senyo 610 mini PC
     - Thinkpad R60e TV quirk via DMI info
   * Fix debian/rules build/patch dependencies.

 -- Julien Cristau <jcristau@debian.org>  Sun, 27 Jul 2008 11:44:09 +0200

xserver-xorg-video-intel (2:2.3.2-2) unstable; urgency=high

   * High urgency upload for RC bug fix.
   * Update debian/copyright, thanks to Thomas Viehmann for reporting, and
     Moritz Muehlenhoff for the thorough analysis (closes: #486340).
   * Change the libdrm memory manager check in configure to look for 2.4.0
     instead of 2.3.1, as libdrm 2.3.1 was released without it.

 -- Julien Cristau <jcristau@debian.org>  Thu, 03 Jul 2008 16:55:05 +0200

xserver-xorg-video-intel (2:2.3.2-1) unstable; urgency=low

   * New upstream release.
     + Revert "Add FIFO watermark regs to register dumper",
       closes: #482369, #471413.
     + Fix TV programming:  add vblank wait after TV_CTL writes,
       closes: #485616.

 -- Brice Goglin <bgoglin@debian.org>  Wed, 18 Jun 2008 07:16:05 +0200

xserver-xorg-video-intel (2:2.3.1-1) unstable; urgency=low

   * New upstream release.

 -- Brice Goglin <bgoglin@debian.org>  Mon, 12 May 2008 03:55:45 +0200

xserver-xorg-video-intel (2:2.3.0-1) experimental; urgency=low

   * Build-depend on dpkg-dev >= 1.14.17 for dpkg-shlibdeps --warnings.
   * New upstream release.

 -- Julien Cristau <jcristau@debian.org>  Wed, 23 Apr 2008 17:53:26 +0200

xserver-xorg-video-intel (2:2.2.99.903-1) experimental; urgency=low

   * New upstream release candidate.
     + Fix LVDS regression: disable panel fitting on 855GM,
       and fix dither setting, closes: #473838.

 -- Brice Goglin <bgoglin@debian.org>  Tue, 15 Apr 2008 15:04:32 +0200

xserver-xorg-video-intel (2:2.2.99.902-1) experimental; urgency=low

   * New upstream release candidate.
     + Disable DRI earlier if fb width > 2048, closes: #465421, #452357.

 -- Brice Goglin <bgoglin@debian.org>  Mon, 31 Mar 2008 08:46:32 +0200

xserver-xorg-video-intel (2:2.2.99.901-2) experimental; urgency=low

   * Install libIntelXvMC.so.

 -- Brice Goglin <bgoglin@debian.org>  Sat, 29 Mar 2008 12:15:14 +0100

xserver-xorg-video-intel (2:2.2.99.901-1) experimental; urgency=low

   [ Julien Cristau ]
   * Add the ${shlibs:Depends} substvar to the -dbg package's dependencies, to
     bring in libpciaccess0 (closes: #467215).
   * Only build on x86, this package doesn't make sense anywhere else.
   * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix.
   * Bump Standards-Version to 3.7.3 (no changes).
 
   [ Brice Goglin ]
   * New upstream release.
     + Fix pciaccess version check, closes: #470266.
     + Fix crash on VT switch, closes: #469113.
     + Fix video playback on rotated display, closes: #432157.

 -- Brice Goglin <bgoglin@debian.org>  Fri, 21 Mar 2008 21:50:59 +0100

xserver-xorg-video-intel (2:2.2.1-2) unstable; urgency=low

   * Add the ${shlibs:Depends} substvar to the -dbg package's dependencies, to
     bring in libpciaccess0 (closes: #467215).
   * Only build on x86, this package doesn't make sense anywhere else.
   * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix.
   * configure: check for pciaccess 0.10 instead of 0.10.0 (closes: #470266).
   * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
     /usr/bin/Xorg and other modules, and that's not a bug, so we want
     dpkg-shlibdeps to shut up about symbols it can't find.

 -- Julien Cristau <jcristau@debian.org>  Sun, 13 Apr 2008 02:10:18 +0200

xserver-xorg-video-intel (2:2.2.1-1) unstable; urgency=low

   [ Brice Goglin ]
   * New upstream release.
     + Fix some blinking pixels and unreadable text, closes: #465921.
     + Fix i830 stolen memory mask, closes: #464661.
     + Fix flickering on i855, closes: #443809, #435621.
 
   [ Julien Cristau ]
   * Build the intel_reg_dumper tool, and install it in the -dbg package.
     Add build-dependency on libpciaccess-dev.

 -- Brice Goglin <bgoglin@debian.org>  Sat, 23 Feb 2008 00:52:39 +0100

xserver-xorg-video-intel (2:2.2.0.90-3) unstable; urgency=low

   * Grab upstream commit 2c8f87be99957e0e18d8bcda46bd8706ab374253
     to unbreak FramebufferCompression on i965.

 -- Brice Goglin <bgoglin@debian.org>  Wed, 06 Feb 2008 21:29:44 +0100

xserver-xorg-video-intel (2:2.2.0.90-2) unstable; urgency=low

   * Actually pull the new upstream release candidate.

 -- Julien Cristau <jcristau@debian.org>  Wed, 06 Feb 2008 10:27:18 +0100

xserver-xorg-video-intel (2:2.2.0.90-1) unstable; urgency=low

   * New upstream stable branch release candidate. Fixes the following bugs:
     + server leaves pipe disabled at shutdown / vt switch ; closes: #453374
     + [855GM] need to use BIOS for mode information ; closes: #437066
     + Intel 2.2 crashes if playing a video then switching to another desktop;
       closes: #452372
     + [G33] 2.2.0 locks up X with error "First SDVO output reported failure to
       sync" ; closes: #451917

 -- David Nusinow <dnusinow@debian.org>  Tue, 05 Feb 2008 21:41:13 -0500

xserver-xorg-video-intel (2:2.2.0+git20080107-1) experimental; urgency=low

   * New upstream snapshot
     + Clarifies backlight abilities in the manpage. Closes: #451847
     + Will use a functional backlight on older chips now. Newer chips may
       benefit from configured to use something other than the legacy setting
       though. Closes: #451848
     + Fixes exa rendering corruption on some 855GM laptops. Closes: #439210
     + Xv window hidden for a little while no longer causes segfaults.
       Closes: #457587

 -- David Nusinow <dnusinow@debian.org>  Mon, 07 Jan 2008 22:41:51 -0500

2007

xserver-xorg-video-intel (2:2.2.0-2) UNRELEASED; urgency=low

   * Conflict with 915resolution. This driver now handles all of this itself
     and better. Closes: #452803

 -- David Nusinow <dnusinow@debian.org>  Mon, 03 Dec 2007 21:35:07 -0500

xserver-xorg-video-intel (2:2.2.0-1) unstable; urgency=low

   * New upstream release.
     + Also pull bugfix commit 4a2b0f340357c4ca58dc9586fad1337b83966362.
     + Fix backlight problems on various chipsets,
       closes: #443111, #438969, #439744.
     + Fix some issues with high resolution, closes: #420840.
   * Add myself to Uploaders and remove Branden with his permission.

 -- Brice Goglin <bgoglin@debian.org>  Fri, 16 Nov 2007 09:30:26 +0100

xserver-xorg-video-intel (2:2.1.99-1) experimental; urgency=low

   [ David Nusinow ]
   * Make -i810 arch: all again
 
   [ Julien Cristau ]
   * New upstream release candidate
     + fixes VT switch issues (closes: #431373, #436336)
     + fixes memory allocation issues (closes: #423416)
     + adds support for ch701x LVDS controllers (closes: #438650, #420350,
       #424952)

 -- Julien Cristau <jcristau@debian.org>  Sun, 11 Nov 2007 11:16:03 +0100

xserver-xorg-video-intel (2:2.1.1-5) unstable; urgency=low

   * Use the same architectures for the -dbg and i810 packages as -intel.
     This should allow it to transition to testing. Closes: #449228

 -- David Nusinow <dnusinow@debian.org>  Sun, 04 Nov 2007 09:10:31 -0500

xserver-xorg-video-intel (2:2.1.1-4) unstable; urgency=low

   * Upload to unstable

 -- David Nusinow <dnusinow@debian.org>  Sun, 16 Sep 2007 16:34:39 -0400

xserver-xorg-video-intel (2:2.1.1-3) experimental; urgency=low

   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
     Brockschmidt).
   * Rebuild for xserver 1.4.

 -- Julien Cristau <jcristau@debian.org>  Wed, 12 Sep 2007 11:21:49 +0200

xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low

   [ Julien Cristau ]
   * Build against xserver 1.3.99.0.
 
   [ David Nusinow ]
   * Add 01_gen_pci_ids.diff.  This patch has the driver generate a list of pci
     id's that it supports and installs it where the X server can find it. The
     server with appropriate support will be able to automatically determine if
     the intel driver is the proper driver to load when no driver is specified
     in xorg.conf.

 -- Julien Cristau <jcristau@debian.org>  Sun, 19 Aug 2007 03:21:24 +0200

xserver-xorg-video-intel (2:2.1.1-1) unstable; urgency=low

   * New upstream release.
     + manpage typo fixed (closes: #432061).  Thanks, A Costa!
     + adds quirk for TV output on some 965-based laptops (closes: #434297).

 -- Julien Cristau <jcristau@debian.org>  Tue, 14 Aug 2007 12:48:02 +0200

xserver-xorg-video-intel (2:2.1.0-2) unstable; urgency=low

   [ Brice Goglin ]
   * Fix XvMC support for only i810 and i815 in the long description.
   * Build a xserver-xorg-video-intel-dbg package with debugging symbols.
 
   [ Julien Cristau ]
   * Add upstream URL in the copyright file (thanks, Loïc Minier).

 -- Julien Cristau <jcristau@debian.org>  Mon, 09 Jul 2007 14:25:25 +0200

xserver-xorg-video-intel (2:2.1.0-1) unstable; urgency=low

   * New upstream release.
   * Actually install the upstream README.

 -- Julien Cristau <jcristau@debian.org>  Tue, 03 Jul 2007 11:19:48 +0200

xserver-xorg-video-intel (2:2.0.0-6) experimental; urgency=low

   * Update to latest upstream (commit 1e2e3013).
   * Add myself to uploaders.

 -- Julien Cristau <jcristau@debian.org>  Mon, 02 Jul 2007 03:08:51 +0200

xserver-xorg-video-intel (2:2.0.0-5) experimental; urgency=low

   [ Drew Parsons ]
   * The upstream README file looks interesting, include it with docs.
 
   [ Julien Cristau ]
   * Pull in latest upstream git.

 -- Julien Cristau <jcristau@debian.org>  Fri, 22 Jun 2007 03:58:48 +0100

xserver-xorg-video-intel (2:2.0.0-4) experimental; urgency=low

   [ Julien Cristau ]
   * Update watch file (s/i810/intel/).
 
   [ Drew Parsons ]
   * Pull in latest upstream git (probably contains final Xv fix).
     Closes: #417860.

 -- Drew Parsons <dparsons@debian.org>  Tue, 05 Jun 2007 18:35:50 +1000

xserver-xorg-video-intel (2:2.0.0-3) experimental; urgency=low

   *  Pull in latest upstream git (updated Xv fix)

 -- Drew Parsons <dparsons@debian.org>  Wed, 30 May 2007 12:20:45 +1000

xserver-xorg-video-intel (2:2.0.0-2) experimental; urgency=low

   [ Julien Cristau ]
   * Build xserver-xorg-video-i810 in binary-indep instead of binary-arch
     (closes: #420240).  Thanks, Aaron M. Ucko!
   * Mention i965 chipsets in the long description.
 
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-i810.
 
   [ Drew Parsons ]
   * Pull in latest upstream git
     - Restores Xv video overlay. Closes: #417860, #420281
   * autoreconf

 -- Drew Parsons <dparsons@debian.org>  Sat, 26 May 2007 18:08:33 +1000

xserver-xorg-video-intel (2:2.0.0-1) unstable; urgency=low

   * New upstream release.
   * Add XS-Vcs-*.
   * Bump build-dep on xserver-xorg-dev to >= 2:1.3.0.0.
   * Remove Fabio from Uploaders, with his permission.
   * Install the bug script in the xserver-xorg-video-intel dir instead of
     -i810.
   * Install the upstream changelog.
   * Upload to unstable.

 -- Julien Cristau <jcristau@debian.org>  Fri, 20 Apr 2007 08:54:20 +0200

xserver-xorg-video-intel (2:1.9.94-1) experimental; urgency=low

   * New upstream release candidate.

 -- Julien Cristau <jcristau@debian.org>  Tue, 03 Apr 2007 11:36:43 +0200

xserver-xorg-video-intel (2:1.9.93-1) experimental; urgency=low

   * New upstream release candidate.
     + bump build-dep on xserver-xorg-dev to >= 2:1.2.99.903.

 -- Julien Cristau <jcristau@debian.org>  Tue, 27 Mar 2007 08:25:39 +0200

xserver-xorg-video-intel (2:1.9.92-1) experimental; urgency=low

   * New upstream release candidate.
   * Build-depend on xserver-xorg-dev 1.3rc2.

 -- Julien Cristau <jcristau@debian.org>  Thu, 15 Mar 2007 14:38:06 +0100

xserver-xorg-video-intel (2:1.9.91-2) experimental; urgency=low

   * Revert commit c2c62559e702e7de1fa2ef309fa647ab13564dc3 "Move
     single mode setting code to X server."  Brings i830PipeFindClosestMode
     back into a consistent state.  Closes: #414612.
   * autoreconf and git-add Makefile.in files in ./src subdirectories.

 -- Drew Parsons <dparsons@debian.org>  Tue, 13 Mar 2007 22:49:18 +1100

xserver-xorg-video-intel (2:1.9.91-1) experimental; urgency=low

   * Bump build-dep on libdrm-dev to >= 2.2.  Thanks, Marc 'HE' Brockschmidt!
   * New upstream release candidate.
   * Rename from -i810 to -intel to follow upstream naming.
   * (Build-)Depend on a newer xserver.

 -- Julien Cristau <jcristau@debian.org>  Thu, 8 Mar 2007 18:55:05 +0100

xserver-xorg-video-i810 (2:1.7.4-1) experimental; urgency=low

   [ David Nusinow ]
   * New upstream version
   * Generate Provides: line automatically
   * Bump xserver-xorg-core build-depend to 2:1.2.0-6 to handle this properly
 
   [ Julien Cristau ]
   * Drop duplicate build dependency on libdrm-dev, so this really
     closes: #383918.
   * Add support for the armeb and armel architectures, thanks to Riku Voipio
     (closes: #408797).
   * Drop all our patches, applied upstream.
   * debian/rules clean needs to depend on xsfclean.
   * Generate the dependency on xserver-xorg-core automatically.

 -- David Nusinow <dnusinow@debian.org>  Sun, 4 Mar 2007 18:20:38 -0500

xserver-xorg-video-i810 (2:1.7.2-4) unstable; urgency=low

   [ Julien Cristau ]
   * Don't build-dep on libdrm-dev on hurd-i386, and don't try to install
     the libI810XvMC library there, as it isn't built without drm.  Thanks to
     Samuel Thibault for the patch! (closes: #383918)
 
   [ Drew Parsons ]
   * Apply patch 20-i915_bios.patch from upsteam (1.7.4) to help with faulty
     BIOSes (where VBE initialization failed). Closes: #382120.

 -- Drew Parsons <dparsons@debian.org>  Sat, 20 Jan 2007 02:29:30 +1100

2006

xserver-xorg-video-i810 (2:1.7.2-3) unstable; urgency=low

   * Build-Depends: quilt, needed to apply patches.
   * Replace the cvs source url in the long description with an XS-Vcs-Git
     control field and a reference to the xf86-video-intel module.
     Added a link to www.X.org.

 -- Drew Parsons <dparsons@debian.org>  Wed, 6 Dec 2006 12:52:18 +1100

xserver-xorg-video-i810 (2:1.7.2-2) unstable; urgency=low

   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
     the user's config and log files.
   * Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous
     versions don't have the bug script.
 
   [ Drew Parsons ]
   * Apply upstream patch 1-overlay_fix_lockup.patch (git commit
     e065324661ad08b3b359136f48090232f6138959, upstream bug #5774).
     Should remove remaining lockup problems in I830WaitLpRing().
     Closes: #272294.
   * While we're at it, apply upstream patch 11-xv_lockup.patch (git
     commit fbb376bd1a4daad4c86e349df98438989ce173f1, upstream bug
     #8594), fixing lockups related to Xv.  We'll have no lockup bugs
     in etch, dammit!  Closes: #397485.

 -- Drew Parsons <dparsons@debian.org>  Wed, 6 Dec 2006 11:50:10 +1100

xserver-xorg-video-i810 (2:1.7.2-1) unstable; urgency=low

   * New upstream version
     + Shipping the git log as part of our diff.gz rather than a separate patch
       since upstream didn't include an updated Changelog

 -- David Nusinow <dnusinow@debian.org>  Fri, 13 Oct 2006 14:33:20 -0400

xserver-xorg-video-i810 (2:1.6.5-4) UNRELEASED; urgency=low

   * Typo fix in man page. Closes: #364559.

 -- Drew Parsons <dparsons@debian.org>  Thu, 21 Sep 2006 23:21:14 +1000

xserver-xorg-video-i810 (2:1.6.5-3) unstable; urgency=low

   [ Steve Langasek ]
   * Upload to unstable
 
   [ Drew Parsons ]
   * Standards version 3.7.2.
   * Use debhelper 5.
   * Use dh_installman to install man pages.
   * Exclude .la from dh_install.

 -- David Nusinow <dnusinow@debian.org>  Mon, 18 Sep 2006 19:57:38 -0400

xserver-xorg-video-i810 (2:1.6.5-2) experimental; urgency=low

   [ Drew Parsons ]
   *  Provides: xserver-xorg-video-1.0 not xserver-xorg-video.
 
   [ David Nusinow ]
   * Bump xserver (build-)depends epochs to 2: to deal with botched
     server upload

 -- David Nusinow <dnusinow@debian.org>  Tue, 22 Aug 2006 23:46:32 +0000

xserver-xorg-video-i810 (2:1.6.5-1) experimental; urgency=low

   * New upstream release

 -- David Nusinow <dnusinow@debian.org>  Thu, 10 Aug 2006 22:53:34 +0000

xserver-xorg-video-i810 (2:1.6.4-1) experimental; urgency=low

   * New upstream release

 -- David Nusinow <dnusinow@debian.org>  Wed, 9 Aug 2006 22:37:24 +0000

xserver-xorg-video-i810 (2:1.6.3-1) experimental; urgency=low

   * New upstream release
   * Add x11proto-xinerama-dev to build-dep

 -- David Nusinow <dnusinow@debian.org>  Tue, 8 Aug 2006 22:01:43 +0000

xserver-xorg-video-i810 (2:1.6.1-2) experimental; urgency=low

   * Fix for botched upload. Identical to -1, which I built wrong.

 -- David Nusinow <dnusinow@debian.org>  Sun, 6 Aug 2006 18:37:45 +0000

xserver-xorg-video-i810 (2:1.6.1-1) experimental; urgency=low

   [ Andres Salomon ]
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing.
 
   [ David Nusinow ]
   * New upstream version
   * Bump dependency on xserver-xorg-core to >= 1:1.1.1. Do the same thing for
     the build-dep on xserver-xorg-dev.

 -- David Nusinow <dnusinow@debian.org>  Sun, 6 Aug 2006 17:29:12 +0000

xserver-xorg-video-i810 (2:1.4.1.3-1) unstable; urgency=low

   * Roll back the version to what was released with 7.0. Stupid ABI
     incompatibilities. (closes: #359328)
   * Add call to dh_makeshlibs. Reorder dh_installdeb and dh_shlibdeps so that
     ldconfig is called during postinst. Thanks Justin Pryzby and Steve
     Langasek. (closes: #364012)

 -- David Nusinow <dnusinow@debian.org>  Sat, 22 Apr 2006 18:21:51 -0400

xserver-xorg-video-i810 (1:1.5.1.0-2) unstable; urgency=low

   * Upload to modular

 -- David Nusinow <dnusinow@debian.org>  Sun, 26 Mar 2006 20:25:40 -0500

xserver-xorg-video-i810 (1:1.5.1.0-1) experimental; urgency=low

   * New upstream release

 -- David Nusinow <dnusinow@debian.org>  Tue, 21 Mar 2006 22:40:04 -0500

xserver-xorg-video-i810 (1:1.4.1.3-3) experimental; urgency=low

   * Version build dependency on libxvmc-dev. Thanks John Hughes.
     (closes: #358165)

 -- David Nusinow <dnusinow@debian.org>  Tue, 21 Mar 2006 20:49:27 -0500

xserver-xorg-video-i810 (1:1.4.1.3-2) experimental; urgency=low

   * Don't build on sparc. Partial port of
     sparc/103_sparc_dont_build_useless_drivers.diff.

 -- David Nusinow <dnusinow@debian.org>  Sun, 5 Mar 2006 20:32:01 -0500

xserver-xorg-video-i810 (1:1.4.1.3-1) experimental; urgency=low

   * First upload to Debian
   * Change source package, package, and provides names to denote the
     type of driver and that they are for xserver-xorg

 -- David Nusinow <dnusinow@debian.org>  Fri, 13 Jan 2006 00:37:39 -0500

xserver-xorg-driver-i810 (1:1.4.1.3-0ubuntu1) dapper; urgency=low

   * New upstream release.
   * Add provides on xserver-xorg-driver.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed, 4 Jan 2006 19:57:22 +1100

2005

xserver-xorg-driver-i810 (1:1.4.1.2-0ubuntu1) dapper; urgency=low

   * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 19 Dec 2005 09:06:03 +1100

xserver-xorg-driver-i810 (1:1.4.1.1-0ubuntu1) dapper; urgency=low

   * New upstream release.
   * Bump Build-Depends on libdrm-dev to >> 2.0.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 12 Dec 2005 13:20:11 +1100

xserver-xorg-driver-i810 (1:1.4.1-0ubuntu2) dapper; urgency=low

   * Add missing Build-Depends (x11proto-core-dev, x11proto-fonts-dev,
     x11proto-randr-dev, x11proto-render-dev, libdrm (>> 1.0.5),
     x11proto-xf86dri-dev).

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 5 Dec 2005 12:54:24 +1100

xserver-xorg-driver-i810 (1:1.4.1-0ubuntu1) dapper; urgency=low

   * New upstream release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Tue, 22 Nov 2005 13:30:52 +1100

xserver-xorg-driver-i810 (1:1.4.0.1-1) dapper; urgency=low

   * New upstream version.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Thu, 20 Oct 2005 13:37:40 +1000

xserver-xorg-driver-i810 (1:1.4.0-1) breezy; urgency=low

   * First xserver-xorg-driver-i810 release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Wed, 6 Jul 2005 15:48:17 +1000