Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-27 | Run autoreconf at build-time; build-depend on automake, libtool and xutils-dev. | Julien Cristau | |
2008-07-27 | refresh patch, autoreconf and update changelogs | Julien Cristau | |
2008-05-12 | New upstream release | Brice Goglin | |
2008-03-21 | New upstream release candidate | Brice Goglin | |
2008-03-21 | Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimental | Brice Goglin | |
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c | |||
2008-03-11 | Cleanse DVO drivers of CARD* types. | Eric Anholt | |
2008-02-26 | Bug #14649: Fix build if pciaccess headers are not with other xorg headers. | Mark Kettenis | |
We failed to include the pciaccess header flags in our build. Even if the server was to include those flags for us, it would leave us broken for the tools-only case, and it's easier to just put the flags everywhere so we avoid future copy'n'paste mistakes. | |||
2008-02-06 | Merge branch 'upstream-unstable' of ↵ | Julien Cristau | |
git+ssh://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel into debian-unstable | |||
2008-02-05 | * New upstream stable branch release candidate. Fixes the following bugs: | David Nusinow | |
+ 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 | |||
2008-02-05 | Make sure symbols used by other modules are public. | Paulo Cesar Pereira de Andrade | |
These symbols must be explicitly exported, otherwise if compiled with hidden symbols, LoaderSymbol (and dlopen) will fail to find them. | |||
2008-02-01 | Make sure symbols used by other modules are public. | Paulo Cesar Pereira de Andrade | |
These symbols must be explicitly exported, otherwise if compiled with hidden symbols, LoaderSymbol (and dlopen) will fail to find them. | |||
2008-01-07 | Merge branch 'upstream-experimental' into debian-experimental | David Nusinow | |
2007-12-10 | ivch: fails on address mismatch as I seem to get this on my 865 system | Dave Airlie | |
2007-11-10 | Merge tag 'xf86-video-intel-2.1.99' into debian-experimental | Julien Cristau | |
Conflicts: configure.ac src/i830.h src/i830_display.c src/i830_lvds.c src/i830_memory.c src/i830_quirks.c src/i830_tv.c | |||
2007-10-01 | Suppress I2C failure error messages during DVO device detection. | Eric Anholt | |
Otherwise, errors would be printed for every chip probed which wasn't present on the system. | |||
2007-08-18 | Generate PCI ID's without the leading 0x. Autoreconf to deal with it. | David Nusinow | |
2007-08-18 | Add previous patch to the series (wtf quilt?) and autoreconf | David Nusinow | |
2007-08-14 | New upstream release | Julien Cristau | |
autoreconf and update changelogs. | |||
2007-07-02 | Merge branch 'master' of ↵ | Julien Cristau | |
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into debian-experimental | |||
2007-06-22 | Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers. | Eric Anholt | |
This also results in removal of the setup hook, which was being called unconditionally and breaking non-ivch dvo drivers. | |||
2007-05-30 | Merge branch 'upstream-experimental' into debian-experimental | Drew Parsons | |
2007-05-27 | Mark IVCH as connected when detected | Keith Packard | |
2007-05-26 | Merge git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into ↵ | Drew Parsons | |
debian-experimental | |||
2007-05-17 | Enable panel fitter on ivch DVO. | Keith Packard | |
Using BIOS source code as a guide, set up the panel fitter on the ivch. This involves setting the pipe to the panel fixed mode, the DVO to the source size and assigning vertical and horizontal scaling factors in the ivch itself. | |||
2007-05-16 | Change DVO module interface to pass more state across. Fix IVCH display. | Keith Packard | |
The DVO module interface reflected most of the xf86Output API to the underlying functions; finish that work given the changes that have since occurred in the xf86Output API. Move the LVDS-specific code into the IVCH module and make that work on the Thinkpad X30 (an i830-based laptop). Panel scaling does not work yet. | |||
2007-04-25 | Implement the custom I2C protocol used by the ivch DVO. | Kristian Høgsberg | |
The ihch DVO uses a modified I2C addressing scheme as described in section 5.2 of the data sheet. Implement this by over-riding the I2C read and write word routines. | |||
2007-04-20 | autoreconf. | Julien Cristau | |
2007-04-20 | Merge tag 'xf86-video-intel-2.0.0' into debian-experimental | Julien Cristau | |
2007-04-19 | Clean up 1.2 xserver build support. | Keith Packard | |
Convert relative X server source path to absolute. Check for local copies of needed header files before building, rather than requiring server source. Remove extra duplicate -I elements in AM_CFLAGS in sub directories. | |||
2007-04-03 | New upstream release candidate. | Julien Cristau | |
Run autoreconf to update configure/Makefile.in. | |||
2007-04-03 | Merge tag 'xf86-video-intel-1.9.94' into debian-experimental | Julien Cristau | |
2007-03-30 | Don't forget the warnings CFLAGS in subdirectories. | Eric Anholt | |
2007-03-15 | autoreconf | Julien Cristau | |
2007-03-15 | Merge tag 'xf86-video-intel-1.9.92' into debian-experimental | Julien Cristau | |
2007-03-13 | autoreconf and git-add Makefile.in files in ./src subdirectories | Drew Parsons | |
2007-03-11 | add XMODES flags to the i2c drivers | Dave Airlie | |
2007-02-16 | Check for presence of xf86Modes.h file. | Keith Packard | |
xf86Modes.h file signals the availability of the new modes API in the server; use that instead of counting on X server version numbers. Also, finish eliminating use of local copies of those header files. | |||
2007-01-08 | Correct typo resulting in a crash with ivch. = != ==. | Eric Anholt | |
2006-12-28 | Add WIP IVCH (i82807aa) driver. | Eric Anholt | |
It is not currently hooked up as it hasn't been tested. The hardware that this was written for decided to stop working. |