CVS Update: xc (branch: trunk)
Alan Hourihane <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/03/10 04:44:21 Log message: 239. Add ACPI Hotkey switching support to the i810 driver (Alan Hourihane). 238. Add 945GM support to the i810 driver (Alan Hourihane). 237. Support 1920x1088 for HDTV movies in the i810 driver using a new option called LinearAlloc to add more memory for video overlay (Alan Hourihane). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/drivers/i810/: common.h i810.man i810_driver.c i830.h i830_cursor.c i830_driver.c i830_memory.c i830_video.c Revision Changes Path 3.3689 +5 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 1.16 +10 -2 xc/programs/Xserver/hw/xfree86/drivers/i810/common.h 1.11 +12 -14 xc/programs/Xserver/hw/xfree86/drivers/i810/i810.man 1.124 +4 -1 xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c 1.22 +5 -2 xc/programs/Xserver/hw/xfree86/drivers/i810/i830.h 1.11 +7 -7 xc/programs/Xserver/hw/xfree86/drivers/i810/i830_cursor.c 1.91 +296 -91 xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c 1.17 +33 -6 xc/programs/Xserver/hw/xfree86/drivers/i810/i830_memory.c 1.27 +164 -100 xc/programs/Xserver/hw/xfree86/drivers/i810/i830_video.c