summaryrefslogtreecommitdiff
path: root/src/tfp410
AgeCommit message (Collapse)Author
2008-05-12New upstream releaseBrice Goglin
2008-03-21New upstream release candidateBrice Goglin
2008-03-21Merge tag 'xf86-video-intel-2.2.99.901' into debian-experimentalBrice Goglin
Conflicts: configure.ac src/common.h src/i830.h src/i830_debug.c src/i830_quirks.c src/i830_video.c
2008-03-12Add stdint.h to DVO driversJesse Barnes
Fixes the build for me (just following the git development guide on a new machine).
2008-03-11Cleanse DVO drivers of CARD* types.Eric Anholt
2008-02-26Bug #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-06Merge 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-05Make 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-01Make 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.
2007-11-10Merge tag 'xf86-video-intel-2.1.99' into debian-experimentalJulien 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-01Remove more DVO probing noise.Eric Anholt
2007-10-01Suppress 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-18Generate PCI ID's without the leading 0x. Autoreconf to deal with it.David Nusinow
2007-08-18Add previous patch to the series (wtf quilt?) and autoreconfDavid Nusinow
2007-08-14New upstream releaseJulien Cristau
autoreconf and update changelogs.
2007-07-02Update to latest upstream (commit 1e2e3013) and autoreconf.Julien Cristau
2007-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller