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

xorg-server: Changes to 'refs/tags/xorg-server-2_1.9.3.901-1'



Tag 'xorg-server-2_1.9.3.901-1' created by Cyril Brulebois <kibi@debian.org> at 2011-01-09 02:34 +0000

Tagging upload of xorg-server 2:1.9.3.901-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk0pHqIACgkQeGfVPHR5Nd3WpgCgkhFqCjDG2Xtu1YCBd775BiuI
x3kAnR0WGz2R6oAEJk40aIvpnZyBdC+b
=Wcdo
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.9.2.902-1:
Adam Jackson (1):
      x86emu: Fix more mis-decoding of the data prefix

Christopher James Halse Rogers (2):
      Xext: Fix edge case with {Positive, Negative}Transition triggers.
      IDLETIME: Fix edge-case in IdleTimeBlockHandler

Cyril Brulebois (3):
      Merge branch 'upstream-experimental' into debian-experimental
      Bump changelogs.
      Upload to experimental.

Daniel Stone (1):
      GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available

Eoghan Sherry (1):
      Xi: Fix master button update when slave buttons are mapped. #24887

James Jones (1):
      Add and use SERVER_SYNC_*_VERSION

Jeremy Huddleston (5):
      Version bumped to 1.9.3
      XQuartz: Just NSBeep() for XBell()
      XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
      XQuartz: Update copyright dates in bundle's plist
      xorg-server 1.9.3.901 (1.9.4 RC1)

Jörn Horstmann (1):
      Add EDID quirk for HP Compaq nc8430.

Michel Dänzer (2):
      EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).
      EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).

Pauli Nieminen (2):
      render: Don't filter 0 return from GetTimeInMillis
      os: Fix a memory leak

Peter Hutterer (3):
      mi: handle DGA subtypes when determining the master device.
      test: compare byte padding macros against the expected bytes.
      test: reduce range of byte-padding macro tests.

Tiago Vignatti (1):
      randr: check for virtual size limits before set crtc

Ville Syrjälä (2):
      dri2: Don't page flip when the window size doesn't match the pixmap size
      xfree86/modes: Take rotation into account when checking mode size

Zhao Yakui (1):
      edid: Fix incorrect timings for VIC61

---
 ChangeLog                                                           |  334 ++++++++++
 Xext/sync.c                                                         |   35 -
 Xi/exevents.c                                                       |    6 
 configure.ac                                                        |    4 
 debian/changelog                                                    |    6 
 exa/exa_accel.c                                                     |    2 
 exa/exa_mixed.c                                                     |    2 
 exa/exa_unaccel.c                                                   |    2 
 hw/xfree86/dri2/dri2.c                                              |   11 
 hw/xfree86/modes/xf86EdidModes.c                                    |    7 
 hw/xfree86/modes/xf86Modes.c                                        |   33 
 hw/xfree86/x86emu/ops.c                                             |   63 +
 hw/xquartz/GL/Makefile.am                                           |    2 
 hw/xquartz/Makefile.am                                              |    2 
 hw/xquartz/X11Application.h                                         |    1 
 hw/xquartz/X11Application.m                                         |    2 
 hw/xquartz/X11Controller.h                                          |    1 
 hw/xquartz/X11Controller.m                                          |    4 
 hw/xquartz/bundle/Info.plist.cpp                                    |    4 
 hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib   |  320 ++++++---
 hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib |binary
 hw/xquartz/quartz.c                                                 |   11 
 hw/xquartz/quartz.h                                                 |    1 
 hw/xquartz/quartzAudio.c                                            |  329 ---------
 hw/xquartz/quartzAudio.h                                            |   37 -
 hw/xquartz/quartzKeyboard.c                                         |    1 
 hw/xquartz/quartzStartup.c                                          |    4 
 include/protocol-versions.h                                         |    4 
 mi/mieq.c                                                           |    8 
 os/access.c                                                         |    4 
 os/utils.c                                                          |   16 
 randr/rrscreen.c                                                    |   12 
 render/animcur.c                                                    |    8 
 test/input.c                                                        |   74 +-
 34 files changed, 801 insertions(+), 549 deletions(-)
---


Reply to: