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

xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.0.0-1'



Tag 'xserver-xorg-video-intel-2_2.0.0-1' created by Julien Cristau <jcristau@debian.org> at 2007-04-20 06:59 +0000

Tagging upload of xserver-xorg-video-intel 2:2.0.0-1 to unstable.

Changes since xserver-xorg-video-intel-2_1.9.94-1:
Alan Hourihane (3):
      Check for the PENDING message when reading the attached
      Update read_response to include the try on PENDING status
      Fix return status

Branden Robinson (1):
      Test for existence of debian/patches directory before creating a symlink to it.

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

Eric Anholt (10):
      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.

Julien Cristau (6):
      Merge tag 'xf86-video-intel-2.0.0' into debian-experimental
      New upstream release.
      autoreconf.
      Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-experimental
      Change the bug script symlink from -i810 to -intel, and prepare to upload.
      Update and install the upstream ChangeLog.

Keith Packard (5):
      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 (1):
      Fix build against xserver 1.2.

Wang Zhenyu (7):
      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

---
 ChangeLog                             | 1147 ++++++++++++++++++++++++++++++++++
 README                                |    2 
 aclocal.m4                            |   22 
 config.h.in                           |    9 
 configure                             |   94 +-
 configure.ac                          |   41 -
 debian/changelog                      |   13 
 debian/control                        |    7 
 debian/rules                          |    2 
 debian/xserver-xorg-video-intel.links |    2 
 debian/xsfbs/xsfbs.mk                 |    7 
 man/Makefile.am                       |   13 
 man/Makefile.in                       |   22 
 man/intel.man                         |   11 
 src/ch7017/Makefile.am                |    4 
 src/ch7017/Makefile.in                |    8 
 src/ch7xxx/Makefile.am                |    3 
 src/ch7xxx/Makefile.in                |    4 
 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                     |  112 ++-
 src/i830_sdvo.c                       |   46 -
 src/i830_sdvo_regs.h                  |    6 
 src/i965_video.c                      |   10 
 src/ivch/Makefile.am                  |    3 
 src/ivch/Makefile.in                  |    4 
 src/packed_yuv_sf.g4a                 |   28 
 src/packed_yuv_wm.g4a                 |   28 
 src/sil164/Makefile.am                |    3 
 src/sil164/Makefile.in                |    4 
 42 files changed, 1724 insertions(+), 201 deletions(-)
---



Reply to: