xf86-video-intel/src
Eric Anholt 2cd28be714 Remove empty SAVERESTORE_HWSTATE code. 2006-09-22 10:52:00 -07:00
..
bios_reader Add a standalone program for parsing VBT. 2006-04-16 13:05:35 -05:00
ch7xxx Fix a build problem. 2006-08-08 11:28:42 +01:00
sil164 Add a register restore implementation so we don't crash on LeaveVT. 2006-07-14 14:26:16 -07:00
xvmc Save/restore PFIT_CONTROL. Eliminate compiler warnings 2006-04-10 20:09:37 -07:00
.gitignore Move .cvsignore to .gitignore 2006-04-06 15:51:56 -07:00
Makefile.am Bug #7957: Fix distcheck. 2006-08-24 18:18:41 -07:00
common.h Remove BIOS from non-BIOS related names. 2006-09-22 02:24:05 +01:00
i2c_vid.h Fix prototype for SaveRegs. 2006-07-10 18:19:51 -07:00
i810.h Bump to 1.6.0. 2006-04-10 11:27:25 -07:00
i810_accel.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_common.h Merging XORG-CURRENT into trunk 2004-04-23 19:35:55 +00:00
i810_cursor.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_dga.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_dri.c Turn on extra warning flags for GCC, and clean up the resulting fallout. 2006-06-26 14:53:10 +02:00
i810_dri.h Post-merge fixups: 2005-07-31 17:19:29 +00:00
i810_driver.c Remove BIOS from non-BIOS related names. 2006-09-22 02:24:05 +01:00
i810_hwmc.c x86_64 warning fixes 2006-04-10 11:26:06 -07:00
i810_io.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i810_memory.c Fix some argument inversions in xf86DrvMsg function calls 2006-04-05 07:12:00 +00:00
i810_reg.h Initial add of DVO support code. Probes my sil164. 2006-07-07 13:41:33 -07:00
i810_video.c Add a DrawablePtr argument to the XV functions to pave the way for redirected 2006-04-10 11:26:33 -07:00
i810_wmark.c Prep for modular builds by adding guarded #include "config.h" everywhere. 2005-07-11 02:29:51 +00:00
i830.h Remove empty SAVERESTORE_HWSTATE code. 2006-09-22 10:52:00 -07:00
i830_accel.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i830_bios.c Add standard C headers to fix build on some systems after xf86_ansic.h removal. 2006-09-20 12:07:09 -07:00
i830_bios.h Add more VBT reading, so we find the panel size. 2006-04-06 15:59:28 -07:00
i830_common.h Set vblank interrupt configuration to match pipe configuration 2006-06-19 13:24:57 -07:00
i830_cursor.c Avoid NULL dereference if cursor position changes during a mode change. 2006-07-11 14:05:38 -07:00
i830_debug.c Remove xf86_ansic.h usage. 2006-09-08 11:16:02 -07:00
i830_debug.h Get sDVO output working on mac mini. 2006-06-04 00:15:06 -07:00
i830_dga.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i830_display.c Add standard C headers to fix build on some systems after xf86_ansic.h removal. 2006-09-20 12:07:09 -07:00
i830_display.h Add support for CRT detection using DDC. 2006-06-20 14:32:40 -07:00
i830_dri.c Merge branch 'master' into modesetting 2006-06-26 15:06:42 +02:00
i830_dri.h Check the version of shadow being used and turn off rotation if it isn't the 2006-03-03 16:27:37 +00:00
i830_driver.c Remove empty SAVERESTORE_HWSTATE code. 2006-09-22 10:52:00 -07:00
i830_dvo.c Supply proper NULL-terminated symbol lists to avoid crashing. 2006-07-10 12:04:09 -07:00
i830_gtf.c Bug #7443: Respect the user's Modes configuration, and make it more useful. 2006-07-11 13:30:24 -07:00
i830_i2c.c Remove xf86_ansic.h usage. 2006-09-08 11:16:02 -07:00
i830_io.c Added i830_io.c, which just includes i810_io.c with BUILD_FOR_I830 set. 2005-08-26 15:32:40 +00:00
i830_memory.c Stop doing the BIOS memory size tweaking now that we don't ask the BIOS about 2006-05-01 12:35:21 -07:00
i830_modes.c Fix a braino in mode list pruning. 2006-08-02 20:47:12 -04:00
i830_randr.c Fix randr current mode reporting and mode loss/mis-configuration on re-randr. 2006-06-27 00:37:56 +02:00
i830_rotate.c Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. 2006-03-22 23:24:03 +00:00
i830_sdvo.c Add standard C headers to fix build on some systems after xf86_ansic.h removal. 2006-09-20 12:07:09 -07:00
i830_sdvo.h Major cleanup of mode reprobing: 2006-06-26 07:46:28 +02:00
i830_sdvo_regs.h Get sDVO output working on mac mini. 2006-06-04 00:15:06 -07:00
i830_video.c Add support for adjusting saturation value of overlay video. 2006-07-11 09:51:26 -07:00
i830_xf86Modes.c Bug #7443: Respect the user's Modes configuration, and make it more useful. 2006-07-11 13:30:24 -07:00
i830_xf86Modes.h Bug #7443: Respect the user's Modes configuration, and make it more useful. 2006-07-11 13:30:24 -07:00