[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-i810: Changes to 'refs/tags/xserver-xorg-video-intel-2_1.9.93-1'



Tag 'xserver-xorg-video-intel-2_1.9.93-1' created by Julien Cristau <jcristau@debian.org> at 2007-03-27 06:52 +0000

Tagging upload of xserver-xorg-video-intel 2:1.9.93-1 to experimental.

Changes since xserver-xorg-video-intel-2_1.9.92-1:
Eric Anholt (14):
      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.

Julien Cristau (3):
      Merge tag 'xf86-video-intel-1.9.93' into debian-experimental
      New upstream release candidate.
      Bump build-dep on xserver-xorg-dev to >= 2:1.2.99.903.

Keith Packard (14):
      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 (1):
      Fix build when DAMAGE is not defined.

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

---
 .gitignore                    |    2 
 configure                     |   20 -
 configure.ac                  |    2 
 debian/changelog              |    7 
 debian/control                |    2 
 man/intel.man                 |   36 +-
 src/Makefile.am               |   14 
 src/Makefile.in               |   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                 |  369 +++++++++++++++++++-----
 src/i965_render.c             |   86 ++++-
 src/reg_dumper/main.c         |    6 
 src/reg_dumper/reg_dumper.h   |    2 
 30 files changed, 1175 insertions(+), 773 deletions(-)
---



Reply to: