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

Kyle McMartin kyle at kemper.freedesktop.org
Mon Aug 13 23:18:33 PDT 2007


Tag 'xf86-video-intel-2.1.1' created by Kyle McMartin <kyle at phobos.i.cabal.ca> at 2007-08-14 06:31 -0700

xf86-video-intel version 2.1.1

Changes since xf86-video-intel-2.1.0:
Brice Goglin:
      Fix typo in intel.man
      Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*

Carl Worth:
      Allow 965 composite acceleration to A8 destinations.

Dave Airlie:
      i965: fix memcpy of the sf_kernel when a mask is needed
      i965: increase composite vertex buffer size and alignment to be safe

Eric Anholt:
      Fix some physical address handling for >4GB addresses.
      Quirk away the nonexistent TV connector on the Panasonic CF-Y4.
      Add the file mode for bios_dumper output so it doesn't have 000 permissions.
      Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun compiler.

Jesse Barnes:
      Legacy backlight changes: - add support for 965GM - make sure legacy enabled systems don't reduce the range of backlight values we can present to the user

Keith Packard:
      Eliminate bogus (and harmful) blanking adjustment for load detect.
      Ensure pipe/output active before doing load detection.
      Remove hard-coded CRT blanking frobbing for load detection.
      Clean up tv mode name allocation and copy.

Kyle McMartin:
      Bump driver version to 2.1.1

Wang Zhenyu:
      Add quirk support
      Add another Lenovo TV output quirk

Zhenyu Wang:
      Fix device id info for 945GME, 965GME
      Update Lenovo TV quirk info

---
 configure.ac                  |   12 ---
 man/intel.man                 |    2 
 src/Makefile.am               |    1 
 src/bios_reader/bios_dumper.c |    3 
 src/common.h                  |   12 +++
 src/i810.h                    |    4 +
 src/i810_reg.h                |    8 ++
 src/i830.h                    |   18 +++--
 src/i830_bios.h               |    3 
 src/i830_crt.c                |  140 ++++++++++++++++++++++--------------------
 src/i830_display.c            |  103 +++++++++++++++++++++++++-----
 src/i830_display.h            |    4 -
 src/i830_driver.c             |    3 
 src/i830_lvds.c               |  115 ++++++++++++++++++++--------------
 src/i830_memory.c             |   57 +++++++++--------
 src/i830_quirks.c             |   84 +++++++++++++++++++++++++
 src/i830_tv.c                 |   28 +++-----
 src/i965_render.c             |   16 +---
 18 files changed, 401 insertions(+), 212 deletions(-)
---


More information about the xorg-commit mailing list