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

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



Tag 'xorg-server-2_1.9.2.902-1' created by Cyril Brulebois <kibi@debian.org> at 2010-12-05 01:52 +0000

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

iEYEABECAAYFAkz68HYACgkQeGfVPHR5Nd0pFgCgmEYsCwCCzK2KGUpTXCoX0hkp
jLAAnj61lHrca5sTsSxF0Enriuq+SyPJ
=HIoE
-----END PGP SIGNATURE-----

Changes since xorg-server-2_1.9.2-1:
Aaron Plattner (3):
      Revert "Set DamageSetReportAfterOp to true for the damage extension" (#30260)
      os: Fix BigReq ignoring when another request is pending
      xfree86: Fix rotation of 2-color non-interleaved cursor images

Adam Jackson (4):
      shadow: Optimize shadowUpdatePacked(). (#26973)
      ddc: Don't probe for DDC/CI or EEPROM
      edid: Fix the HDTV sync pulse adjustment
      xfree86: apply gamma settings on EnterVT.

Adam Tkac (1):
      Return Success from generate_modkeymap() when max_keys_per_mod is zero

Andrea Canciani (1):
      render: Fix byteswapping of gradient stops

Bill Nottingham (1):
      xfree86: store the screen's gamma information on init.

Chase Douglas (1):
      test: input - set valuators mask for event to core conversion

Cyril Brulebois (6):
      test: Fix missing xkbsrv.h include.
      Fix screen number checks.
      Merge branch 'upstream-experimental' into debian-experimental
      Update changelogs.
      Drop 06_dont_trap_access_to_timer_and_keyboard.diff, merged upstream.
      Upload to experimental.

Eric Anholt (1):
      Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.

Ferry Huberts (1):
      dix: do not use bit-wise operators on the boolean result of BitIsOn

Jeremy Huddleston (13):
      DOC: Only build dtrace documentation with --enable-docs
      dix: Fix make distcheck
      XQuartz: Fix make distcheck
      Version bumped to 1.9.2.901 (1.9.3 RC1)
      XQuartz: Don't use bashism in uninstall-hook
      XQuartz dri: Don't check CoreGraphics version
      XQuartz: Remove existing localization files on install to avoid conflicts
      XQuartz: Localization Updates
      include: let BitIsOn() return a boolean value.
      XQuartz: Disable the Mac OS X screensaver when in full screen mode
      XQuartz: Cleanup some compiler warnings
      XQuartz: RandR: Fix mode changing for multi-monitor configurations.
      Version bumped to 1.9.2.902 (1.9.3 RC2)

Joe Shaw (1):
      fix a sign problem with valuator data.

Julien Cristau (2):
      os: include dix-config.h, not xorg-config.h
      DGA: fix screen number check

Kristian Høgsberg (1):
      Set DamageSetReportAfterOp to true for the damage extension

Linus Arver (1):
      Xext: panoramiXprocs: fix typo

Luc Verhaegen (1):
      x86emu: fix jump_near_IMM to handle DATA: flag correctly.

Michał Górny (2):
      kdrive: Fix tslib check fallback to set TSLIB_LIBS. #30599
      kdrive: Fix linking with tslib, with -Wl, --as-needed. #30600

Nicolas Peninguy (1):
      Fix Xdmx and Xephyr build when DTrace support is enabled

Olivier Fourdan (1):
      modes: improve aspect ratio match for classic drivers

Pauli Nieminen (1):
      DRI2: Avoid call to NULL pointer

Paulius Zaleckas (1):
      KDrive: Fix error handlig in tslib driver

Peter Hutterer (7):
      dix: don't create core motion events for non-x/y valuators.
      xfree86: set mask for valuators 0/1 when emulating core events (#30267)
      Xi: reshuffle conditions for labeling a device as IsXExtensionKeyboard (#29046)
      xkb: init mapWidth and symsPerKey arrays to 0.
      Xi: move property reset from extension shutdown to init.
      xfree86: add missing linebreak in error message.
      dix: remove now unnecessary !! before BitIsOn()

Samuel Thibault (2):
      hurd: Fix use of deprecated iopl device
      Do not trap access to timer and keyboard

Siddhesh Poyarekar (1):
      mi: Integer overflow for dashed lines longer than 46340. #31093

Tiago Vignatti (1):
      dix: advance parent window pointer when no node is found

---
 ChangeLog                                                           |  838 ++++++++++
 Xext/panoramiXprocs.c                                               |    2 
 Xi/extinit.c                                                        |    4 
 Xi/listdev.c                                                        |    4 
 composite/compalloc.c                                               |    2 
 composite/compwindow.c                                              |    4 
 configure.ac                                                        |   16 
 damageext/damageext.c                                               |    4 
 debian/changelog                                                    |    7 
 debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff       |   22 
 debian/patches/series                                               |    1 
 dix/Makefile.am                                                     |    1 
 dix/eventconvert.c                                                  |    9 
 dix/getevents.c                                                     |   14 
 dix/inpututils.c                                                    |   24 
 dix/window.c                                                        |    6 
 doc/xml/dtrace/Makefile.am                                          |    2 
 exa/exa.c                                                           |    3 
 glx/glxdri.c                                                        |    4 
 hw/dmx/glxProxy/glxcmds.c                                           |    6 
 hw/dmx/glxProxy/glxcmdsswap.c                                       |    2 
 hw/kdrive/ephyr/ephyrdriext.c                                       |    2 
 hw/kdrive/linux/tslib.c                                             |   15 
 hw/xfree86/common/xf86DGA.c                                         |    4 
 hw/xfree86/common/xf86Mode.c                                        |   64 
 hw/xfree86/common/xf86Xinput.c                                      |    2 
 hw/xfree86/ddc/ddc.c                                                |    4 
 hw/xfree86/dixmods/extmod/xf86dga2.c                                |   46 
 hw/xfree86/dri2/dri2.c                                              |   11 
 hw/xfree86/modes/xf86Cursors.c                                      |   62 
 hw/xfree86/modes/xf86EdidModes.c                                    |    4 
 hw/xfree86/modes/xf86RandR12.c                                      |   10 
 hw/xfree86/modes/xf86Rotate.c                                       |    2 
 hw/xfree86/os-support/hurd/hurd_mmap.c                              |   12 
 hw/xfree86/os-support/hurd/hurd_video.c                             |   27 
 hw/xfree86/os-support/linux/lnx_video.c                             |    2 
 hw/xfree86/x86emu/ops.c                                             |   20 
 hw/xquartz/bundle/Makefile.am                                       |    4 
 hw/xquartz/bundle/Resources/Spanish.lproj/locversion.plist          |    4 
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/designable.nib   |   52 
 hw/xquartz/bundle/Resources/Spanish.lproj/main.nib/keyedobjects.nib |binary
 hw/xquartz/bundle/Resources/ar.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/designable.nib        |   44 
 hw/xquartz/bundle/Resources/ar.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/da.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/designable.nib        |   21 
 hw/xquartz/bundle/Resources/da.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/pl.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/designable.nib        |   23 
 hw/xquartz/bundle/Resources/pl.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/pt.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/designable.nib        |   97 -
 hw/xquartz/bundle/Resources/pt.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/sv.lproj/locversion.plist               |    4 
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/designable.nib        |   42 
 hw/xquartz/bundle/Resources/sv.lproj/main.nib/keyedobjects.nib      |binary
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/designable.nib     |    2 
 hw/xquartz/bundle/Resources/zh_CN.lproj/main.nib/keyedobjects.nib   |binary
 hw/xquartz/bundle/mk_bundke.sh                                      |    3 
 hw/xquartz/mach-startup/bundle-main.c                               |    2 
 hw/xquartz/quartz.c                                                 |   37 
 hw/xquartz/quartzRandR.c                                            |   23 
 hw/xquartz/xpr/dri.c                                                |  112 -
 include/eventstr.h                                                  |    2 
 include/inputstr.h                                                  |    2 
 mi/miwideline.c                                                     |    2 
 miext/shadow/shpacked.c                                             |    4 
 os/io.c                                                             |   19 
 os/log.c                                                            |    2 
 os/strlcat.c                                                        |    4 
 os/strlcpy.c                                                        |    4 
 render/render.c                                                     |    4 
 test/input.c                                                        |    2 
 test/xi2/protocol-common.c                                          |    1 
 xkb/xkb.c                                                           |    4 
 75 files changed, 1361 insertions(+), 437 deletions(-)
---


Reply to: