[Xquartz-changes] xserver: Changes to 'refs/tags/xorg-server-1.5.3'

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:51:58 PST 2015


Tag 'xorg-server-1.5.3' created by Adam Jackson <ajax at redhat.com> at 2008-11-05 20:40 -0800

xorg-server 1.5.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkkSBM8ACgkQW4otUKDs0NMRZQCeOMpFBoeeEXTkIE5gUTbBYphF
eEcAoJkdW2GRo/Shys7nOvIl5AjJzZvp
=UtCp
-----END PGP SIGNATURE-----

Changes since xorg-server-1.5.2:
Adam Jackson (9):
      EDID: Catch even more cases of encoding aspect as size.
      Move xorg_backtrace() up to the OS level so we can call it from DIX.
      mieq: Backtrace when the queue overflows.
      Add backtrace definitions to dix-config.h.in
      kdrive: Hardcode a different wrong value for number of mouse buttons
      Bug #18159: Spell "anisotropic" correctly
      exa: Add exaDrawableIsOffscreen() to the driver API.
      linux: Drain the console fd of data when using evdev for keyboards
      xserver 1.5.3

Julien Cristau (1):
      xfree86: fix compiler warnings in DoModalias()

Keith Packard (1):
      RANDR: Delivery output property events.

Maarten Maathuis (1):
      dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.

Martin von Gagern (1):
      Bug #17858: Fix Xvesa build on newer kernels.

Matthieu Herrb (1):
      Close well known connections in ServerAbort()

Michel Dänzer (2):
      EXA: Avoid excessive syncing in PutImage
      AIGLX: Reinstate call to driver texOffsetFinish hook.

Nathaniel McCallum (1):
      Xorg: add -modalias option

Peter Hutterer (3):
      config: don't add duplicate devices through HAL.
      xfree86: if AllowEmptyInput is true, enable RAW mode on the console.
      xfree86: If AEI is on, disable "kbd" and "mouse" devices.

Pierre Willenbrock (1):
      RANDR: Fix output property event delivery.

Rémi Cardona (1):
      Force LC_ALL=C when building xf86DefModeSet.c

---
 config/hal.c                           |   27 ++
 configure.ac                           |    5 
 exa/exa.h                              |    4 
 exa/exa_migration.c                    |    6 
 exa/exa_priv.h                         |    3 
 glx/glxdri.c                           |    2 
 glx/glxscreens.c                       |    2 
 hw/kdrive/src/kinput.c                 |    2 
 hw/kdrive/vesa/vm86.h                  |    7 
 hw/xfree86/common/Makefile.am          |    3 
 hw/xfree86/common/xf86.h               |    1 
 hw/xfree86/common/xf86Config.c         |   39 +++
 hw/xfree86/common/xf86Events.c         |  173 ---------------
 hw/xfree86/common/xf86Globals.c        |    1 
 hw/xfree86/common/xf86Helper.c         |    2 
 hw/xfree86/common/xf86Init.c           |  359 ++++++++++++++++++++-------------
 hw/xfree86/ddc/interpret_edid.c        |   10 
 hw/xfree86/doc/man/xorg.conf.man.pre   |    1 
 hw/xfree86/dri/dri.c                   |    2 
 hw/xfree86/os-support/linux/lnx_init.c |   52 ++++
 include/dix-config.h.in                |    6 
 include/os.h                           |    2 
 mi/mieq.c                              |    6 
 os/Makefile.am                         |    1 
 os/backtrace.c                         |  201 ++++++++++++++++++
 os/log.c                               |    1 
 randr/rrproperty.c                     |   44 +++-
 27 files changed, 630 insertions(+), 332 deletions(-)
---


More information about the Xquartz-changes mailing list