xf86-video-intel: Changes to 'refs/tags/xf86-video-intel-1.9.93'

Eric Anholt anholt at kemper.freedesktop.org
Tue Mar 27 07:43:05 EEST 2007


Tag 'xf86-video-intel-1.9.93' created by Eric Anholt <eric at anholt.net> at 2007-03-27 05:41 -0700

xf86-video-intel 1.9.93 (2.0 RC3)

Changes since xf86-video-intel-1.9.92:
Eric Anholt:
      Fix sparse warnings about using 0 for NULL.
      Don't reload the cursors if we haven't set up the screen yet.
      Fix crashes and other failures when a cursor allocation fails.
      Fix compile failure due to needed types being in inttypes.h on Linux.
      Add the (afaict) correct ch7017 I2C slave address.
      Move vendor ID check in the utils to after pci_device_probe.
      Add debug output for ADPA.
      Print the mode actually being set per pipe.
      Set the CURSOR_SIZE register when present.
      Attempt to fix single/dual-channel issues on i9xx LVDS panels.
      Update manpage to remove Rotate option and point at xorg.conf instead.
      Power on the LVDS B-channel pairs only when we've chosen dual-channel mode.
      Update .gitignore.
      Bump version to 1.9.93 for 2.0RC3.

Keith Packard:
      Use new driver-independent CRTC-based cursor layer.
      Remove extra (and incorrect) I2C ByteTimeout setting.
      Build fix for pre-XF86DRI_MM environments.
      Increase DDC I2C RiseFallTime to handle older monitors
      Cast ARGB cursor address to CARD32 * to eliminate warning.
      Elide I830DRIClipNotify for older DRI versions.
      Allocate 4 separate buffers for HW Cursors on Linux.
      Make i830_sdvo_write_sdvox write everything twice.
      TV output properties: TV_FORMAT, LEFT, TOP, RIGHT, BOTTOM.
      Property size is in units, not bytes.
      Don't call AdjustFrame on EnterVT.
      Record 3D state loss at EnterVT in last_3d value.
      Eliminate calls to RRPostPendingProperty.
      Switch TV_FORMAT property to format XA_ATOM

Michel Dänzer:
      Fix build when DAMAGE is not defined.

Wang Zhenyu:
      EXA: try to enable rotation for G965
      EXA: don't smash vertex header in G965

---
 .gitignore                    |    2 
 configure.ac                  |    2 
 man/intel.man                 |   36 +-
 src/Makefile.am               |   14 
 src/bios_reader/bios_dumper.c |    6 
 src/exa_sf_rotation.g4a       |   29 +
 src/exa_sf_rotation_prog.h    |   20 +
 src/exa_wm_rotation.g4a       |  158 ++++++++++
 src/exa_wm_rotation_prog.h    |   70 ++++
 src/i810_driver.c             |   14 
 src/i810_reg.h                |   50 +++
 src/i830.h                    |   44 ++
 src/i830_cursor.c             |  635 +++++++++---------------------------------
 src/i830_debug.c              |   28 +
 src/i830_display.c            |   69 +++-
 src/i830_dri.c                |   18 -
 src/i830_driver.c             |   43 +-
 src/i830_dvo.c                |    2 
 src/i830_i2c.c                |    7 
 src/i830_lvds.c               |   20 -
 src/i830_memory.c             |  140 +++++----
 src/i830_sdvo.c               |   35 +-
 src/i830_tv.c                 |  371 +++++++++++++++++++-----
 src/i965_render.c             |   86 ++++-
 src/reg_dumper/main.c         |    6 
 src/reg_dumper/reg_dumper.h   |    2 
 26 files changed, 1146 insertions(+), 761 deletions(-)
---



More information about the xorg-commit mailing list