Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-18 | Merge tag 'xf86-video-intel-2.3.2' into debian-unstable | Brice Goglin | |
2008-06-12 | Define DEFFILEMODE for OS'es that don't have it | Alan Coopersmith | |
(cherry picked from commit 165c0865d849b7d280a3a119fe9ae0ad34637df0) | |||
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 | Remove i830+ driver's use of CARD*/INT* types for great justice. | Eric Anholt | |
Several uses are actually left, which are determined by the X Server interfaces we're implementing. | |||
2008-03-11 | Crack down on warnings. | Kristian Høgsberg | |
Fix printf formatting warnings, wrap a couple of long lines, nuke unused variables, add missing #include <unistd.h>. | |||
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-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 | |||
2007-11-10 | autoreconf | Julien Cristau | |
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 | Restore building of pciaccess-based tools even if the server doesn't use it. | Eric Anholt | |
2007-08-26 | Intel driver configuration (only) changes for X server libpciaccess usage. | Keith Packard | |
Detect whether the target X server uses libpciaccess, using it in the driver compilation as necessary. This change means that utilities that used to use libpciaccess will not do so unless the driver itself uses libpciaccess. Yes, that could be fixed, but it doesn't seem that important. This patch does not include any code changes necessary to actually have the driver build against an X server using libpciaccess. | |||
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-08-14 | Merge tag 'xf86-video-intel-2.1.1' into debian-unstable | Julien Cristau | |
2007-08-14 | Add the file mode for bios_dumper output so it doesn't have 000 permissions. | Eric Anholt | |
(cherry picked from commit ba90d944329dd8c79a757c38128964fbbe4ab898) | |||
2007-08-06 | Add the file mode for bios_dumper output so it doesn't have 000 permissions. | Eric Anholt | |
2007-05-26 | Merge git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel into ↵ | Drew Parsons | |
debian-experimental | |||
2007-05-16 | Add i830_bios_get_aim_data_block to read AIM data from BIOS | Keith Packard | |
Add-in modules have per-module data in the BIOS which contains configuration information which cannot be entirely discovered. | |||
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-27 | Merge tag 'xf86-video-intel-1.9.93' into debian-experimental | Julien Cristau | |
2007-03-16 | Move vendor ID check in the utils to after pci_device_probe. | Eric Anholt | |
Even current libpciaccess seems to require this. | |||
2007-03-13 | autoreconf and git-add Makefile.in files in ./src subdirectories | Drew Parsons | |
2007-03-04 | Add a little BIOS dumper program. | Eric Anholt | |
This isn't actually tested yet as libpciaccess doesn't do rom access on non-linux yet. | |||
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. | |||
2006-04-16 | Add a standalone program for parsing VBT. | Eric Anholt | |