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

Keith Packard keithp at kemper.freedesktop.org
Fri Apr 20 06:08:37 EEST 2007


Tag 'xf86-video-intel-2.0.0' created by Keith Packard <keithp at neko.keithp.com> at 2007-04-20 04:06 -0700

xf86-video-intel 2.0.0

Changes since xf86-video-intel-1.9.94:
Alan Hourihane:
      Check for the PENDING message when reading the attached
      Update read_response to include the try on PENDING status
      Fix return status

Brice Goglin:
      Bug #10515: Fix module version number with more than one digit per field.

Eric Anholt:
      It's 2007 now.  Didn't I get the memo?
      Avoid a magic number and correct a (currently harmless) ifdef in ResetState().
      Turn off ALWAYS_SYNC in EXA.
      Don't use extended regexps in sed when not necessary.
      Bug #10520: i810 manpage not installed despite users expecting it to be there.
      Add license headers to 965 programs.
      Bug #10438: Fix 965 XV when sourcing from less than the full image.
      Add all the possible ivch slave addresses (still commented out).
      Fix i852 EXA Composite acceleration setup.
      Don't try to init the XAA linear region unless we allocated memory for it.

Keith Packard:
      Use I2C delay function instead of usleep.
      Fix mismatching braces when XF86DRI_MM is not defined.
      Clean up 1.2 xserver build support.
      Eliminate LinearAlloc option and code.
      Update version to 2.0.0

Timo Aaltonen:
      Fix build against xserver 1.2.

Wang Zhenyu:
      Fix crash on G965 XAA with LinearAlloc option
      Update intel.man with 965GM chipset support
      EXA: i830 render misc fix and cleanups
      EXA: Add i830 supported pict format XRGB8888, XBGR8888
      EXA: fix 830/845G pict format
      EXA: fix i830 render
      Fix mem list order and remove extra unbind call when free memory

---
 README                         |    2 
 configure.ac                   |   41 +++++++++------
 man/Makefile.am                |   13 ++++
 man/intel.man                  |   11 +---
 src/ch7017/Makefile.am         |    4 -
 src/ch7xxx/Makefile.am         |    3 -
 src/exa_sf.g4a                 |   28 ++++++++++
 src/exa_sf_mask.g4a            |   25 +++++++++
 src/exa_sf_rotation.g4a        |   26 +++++++++
 src/exa_wm_maskca.g4a          |   26 +++++++++
 src/exa_wm_maskca_srcalpha.g4a |   26 +++++++++
 src/exa_wm_masknoca.g4a        |   26 +++++++++
 src/exa_wm_nomask.g4a          |   26 +++++++++
 src/exa_wm_rotation.g4a        |   26 +++++++++
 src/i830.h                     |    2 
 src/i830_driver.c              |   26 +--------
 src/i830_dvo.c                 |    8 ++
 src/i830_exa.c                 |    6 --
 src/i830_memory.c              |   17 ------
 src/i830_reg.h                 |    2 
 src/i830_render.c              |  110 ++++++++++++++++++++++++++---------------
 src/i830_sdvo.c                |   46 ++++++++++-------
 src/i830_sdvo_regs.h           |    6 +-
 src/i965_video.c               |   10 +--
 src/ivch/Makefile.am           |    3 -
 src/packed_yuv_sf.g4a          |   28 ++++++++++
 src/packed_yuv_wm.g4a          |   28 ++++++++++
 src/sil164/Makefile.am         |    3 -
 28 files changed, 433 insertions(+), 145 deletions(-)
---



More information about the xorg-commit mailing list