summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-26Bump version to 1.9.93 for 2.0RC3.xf86-video-intel-1.9.93Eric Anholt
2007-03-26Update .gitignore.Eric Anholt
2007-03-26Power on the LVDS B-channel pairs only when we've chosen dual-channel mode.Eric Anholt
2007-03-26Update manpage to remove Rotate option and point at xorg.conf instead.Eric Anholt
2007-03-25Switch TV_FORMAT property to format XA_ATOMKeith Packard
2007-03-23Eliminate calls to RRPostPendingProperty.Keith Packard
2007-03-23Record 3D state loss at EnterVT in last_3d value.Keith Packard
2007-03-23Don't call AdjustFrame on EnterVT.Keith Packard
2007-03-23Property size is in units, not bytes.Keith Packard
2007-03-23TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.Keith Packard
2007-03-22EXA: don't smash vertex header in G965Wang Zhenyu
2007-03-21EXA: try to enable rotation for G965Wang Zhenyu
2007-03-20Attempt to fix single/dual-channel issues on i9xx LVDS panels.Eric Anholt
2007-03-19Set the CURSOR_SIZE register when present.Eric Anholt
2007-03-19Print the mode actually being set per pipe.Eric Anholt
2007-03-19Add debug output for ADPA.Eric Anholt
2007-03-19Fix build when DAMAGE is not defined.Michel Dänzer
2007-03-18Make i830_sdvo_write_sdvox write everything twice.Keith Packard
2007-03-17Allocate 4 separate buffers for HW Cursors on Linux.Keith Packard
2007-03-17Elide I830DRIClipNotify for older DRI versions.Keith Packard
2007-03-17Cast ARGB cursor address to CARD32 * to eliminate warning.Keith Packard
2007-03-17Increase DDC I2C RiseFallTime to handle older monitorsKeith Packard
2007-03-17Build fix for pre-XF86DRI_MM environments.Keith Packard
2007-03-17Remove extra (and incorrect) I2C ByteTimeout setting.Keith Packard
2007-03-16Move vendor ID check in the utils to after pci_device_probe.Eric Anholt
2007-03-16Add the (afaict) correct ch7017 I2C slave address.Eric Anholt
2007-03-16Fix compile failure due to needed types being in inttypes.h on Linux.Eric Anholt
2007-03-15Fix crashes and other failures when a cursor allocation fails.Eric Anholt
2007-03-15Don't reload the cursors if we haven't set up the screen yet.Eric Anholt
2007-03-15Fix sparse warnings about using 0 for NULL.Eric Anholt
2007-03-15Use new driver-independent CRTC-based cursor layer.Keith Packard
2007-03-14Bump to 1.9.92 for RC2.xf86-video-intel-1.9.92Eric Anholt
2007-03-14Make sure the legacy texture area is there when needed.Michel Dänzer
2007-03-13Refine the i855 LVDS clock code. In particular, p2 is always 14.Eric Anholt
2007-03-13Get SDVO DPMS working on the Mac Mini by writing SDVOB and SDVOC together.Eric Anholt
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt
2007-03-13Add PCI write posting protection to i2c putbits.Eric Anholt
2007-03-13Add write posting protection for the SDVO DPMS-on path.Eric Anholt
2007-03-13Replace #if 0ed LVDS register setting with updated comment.Eric Anholt
2007-03-13Add write posting protections to relevant register writes in the mode-set path.Eric Anholt
2007-03-13Fix uninitialized string use in SDVO non-TMDS case.Eric Anholt
2007-03-12Make the 965 use Y-major tiling for the depth buffer, as required by the spec.Eric Anholt
2007-03-12Fix build against released libdrm.Michel Dänzer
2007-03-12Defer flipping pages back to normal until the end of the DRI block handler.Michel Dänzer
2007-03-12Disable page flipping if the DRM is older than 1.9.Michel Dänzer
2007-03-12Fix attempt to flip pages back to normal when the last 3D window disappears.Michel Dänzer
2007-03-12Remove unused have3DWindows from pI830.Michel Dänzer
2007-03-11fixup missing assert includesDave Airlie
2007-03-11fixup brace alignment for older X.orgDave Airlie
2007-03-11add XMODES flags to the i2c driversDave Airlie