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

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:52:03 PST 2015


Tag 'xorg-server-1.6.99.902' created by Peter Hutterer <peter.hutterer at who-t.net> at 2009-09-22 05:45 -0700

XOrg Server Version 1.6.99.902
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkq4VnoACgkQ4jt+cLRn8L/OqwCfUHNiyklhNoowv73frbeArCoY
IbIAmwSdbTmu6d5Qoa/cX82BEXU4asVf
=zNM3
-----END PGP SIGNATURE-----

Changes since xorg-server-1.6.99.901:
Alan Coopersmith (8):
      Fix module path in xorg.conf man page
      Remove stray semi-colon in protocol-common.c
      test_convert_XIRawEvent: Don't write more data than the struct holds
      Fix num_masks/length overflow test for XiSelectEvents
      Change xf86dristr.h includes to use xf86driproto.h instead
      Add configuration option for use of SIGIO handlers for input events
      Check for -wrap support in the linker
      Fix typo in Xephyr man page

Carl Worth (1):
      configure: Fix broken quoting for initialization of REQUIRED_MODULES

Dave Airlie (1):
      xserver: SIGIO option handling was incorrect.

Jeremy Huddleston (1):
      XQuartz: pbproxy: Remove debugging XBell()

Keith Packard (10):
      Eliminate bogus event resizing.
      probe_devices_from_device_sections: don't leak list of devices
      xf86Xinput.c: get DIX event queue pointer once at InitInput time
      Free libpciaccess iterator in xf86PciProbe
      LoaderSortExtensions: free graph nodes
      xf8CrtcSetModeTransform: free adjusted_mode name too
      Free randr crtc and output pointer arrays
      RRDestroyOutputProperty: Free randr property valid values
      xfree86/modes: Remove all framebuffer support from DGA
      Fix sporadic segfault on resume due to accidentally freeing cursor.

Kevin E Martin (2):
      dmx: disable Get/SetWindowPixmap, we don't support composite/redirected windows
      dmx: only free the default pixmaps that we actually allocated.

Martin-Éric Racine (1):
      xserver: added more Geode oddities to xf86AutoConfig.c

Matthias Hopf (3):
      Work around sporadic segfault on resume with intel/KMS due to cursor->bits == NULL.
      Less intrusive workaround for sporadic segfault on resume.
      Revert fe31f9c + 977953b to fix issue for good.

Peter Hutterer (19):
      dmx: don't include panoramiXsrv.h if building w/o Xinerama
      configure.ac: move all protocol requirements to a single location.
      Require dmxproto 2.2.99.1
      xfree86: use SendDevicePresenceEvents instead of manual event handling.
      xfree86: remove now unused variable
      xfree86: fix up wrong use of OptionRec for AutoAddDevices andAutoEnableDevices
      xfree86: silence warning: ‘ramplen’ may be used uninitialized
      render: reply with the server or client version, whichever is lower.
      randr: reply with the server or client version, whichever is lower.
      Xext: silence 'warning: no previous prototype' for sync, bigreq and xcmisc.
      dmx: silence 'implicit declaration of function ‘XFixesSetPictureClipRegion’
      configure: resourceproto is optional.
      input: define server-supported protocol versions in one single file.
      configure: fix up check for tslib.
      Xext: fix up multibuffer compiler errors.
      Xext: remove DisplayImageBuffers from mbuf.c
      Xext: switch mbuf.c to dixLookupResourceByType
      input: don't use typecasts to access members of InternalEvent.
      xserver 1.6.99.902 (xserver 1.7 RC2)

Rémi Cardona (1):
      dix: append "built-ins" to the font path in SetDefaultFontPath

Shunichi Fuji (1):
      dri: use noPanoramiXExtension directly.

Thomas Jaeger (3):
      fixes: Make sure invisible cursor is inialized with zero src/mask
      Bump fixesproto requirement to 4.1
      Xext: include security protocol header instead of client header

Tiago Vignatti (2):
      xfree86: vgaarb: rework wrapping function
      xfree86: vgaarb: missing wrapping macro

---
 Xext/bigreq.c                         |    2 
 Xext/geext.c                          |    9 
 Xext/mbuf.c                           |  322 ++++++++++++++++++++++++++++------
 Xext/panoramiX.c                      |    4 
 Xext/saver.c                          |    5 
 Xext/security.c                       |    5 
 Xext/securitysrv.h                    |    2 
 Xext/shape.c                          |    5 
 Xext/shm.c                            |    5 
 Xext/syncsrv.h                        |    1 
 Xext/xcalibrate.c                     |    5 
 Xext/xcmisc.c                         |    2 
 Xext/xf86bigfont.c                    |    5 
 Xext/xres.c                           |    5 
 Xext/xvmc.c                           |    5 
 Xi/exevents.c                         |    4 
 Xi/extinit.c                          |   10 -
 composite/compext.c                   |   10 -
 configure.ac                          |  143 ++++++++++-----
 damageext/damageext.c                 |   18 -
 dix/devices.c                         |   15 -
 dix/dixfonts.c                        |   27 ++
 dix/eventconvert.c                    |   10 -
 dix/events.c                          |   10 -
 dix/getevents.c                       |   24 --
 glx/glxcmds.c                         |    5 
 glx/glxdri.c                          |    2 
 glx/glxserver.h                       |    4 
 hw/dmx/dmx.c                          |    7 
 hw/dmx/dmxgcops.c                     |    2 
 hw/dmx/dmxinit.c                      |    2 
 hw/dmx/dmxpict.c                      |    1 
 hw/dmx/dmxscrinit.c                   |   11 -
 hw/kdrive/ephyr/XF86dri.c             |    2 
 hw/kdrive/ephyr/Xephyr.man.pre        |    2 
 hw/kdrive/ephyr/ephyrdriext.c         |   10 -
 hw/xfree86/common/xf86AutoConfig.c    |    4 
 hw/xfree86/common/xf86Bus.c           |   19 --
 hw/xfree86/common/xf86Config.c        |   45 ++--
 hw/xfree86/common/xf86DGA.c           |    2 
 hw/xfree86/common/xf86Helper.c        |    2 
 hw/xfree86/common/xf86Init.c          |    4 
 hw/xfree86/common/xf86Privstr.h       |    2 
 hw/xfree86/common/xf86VGAarbiter.c    |  109 ++++++-----
 hw/xfree86/common/xf86VGAarbiter.h    |    2 
 hw/xfree86/common/xf86Xinput.c        |   21 --
 hw/xfree86/common/xf86pciBus.c        |    3 
 hw/xfree86/dixmods/extmod/xf86dga2.c  |    5 
 hw/xfree86/dixmods/extmod/xf86vmode.c |    7 
 hw/xfree86/doc/man/xorg.conf.man.pre  |   15 +
 hw/xfree86/dri/dri.c                  |   16 -
 hw/xfree86/dri/drimodule.c            |    2 
 hw/xfree86/dri/xf86dri.c              |    9 
 hw/xfree86/dri2/dri2ext.c             |    5 
 hw/xfree86/loader/loadext.c           |    2 
 hw/xfree86/modes/xf86Crtc.c           |   11 +
 hw/xfree86/modes/xf86Cursors.c        |    2 
 hw/xfree86/modes/xf86DiDGA.c          |  119 ++----------
 hw/xfree86/modes/xf86RandR12.c        |    8 
 hw/xfree86/os-support/shared/sigio.c  |    6 
 hw/xquartz/applewm.c                  |    7 
 hw/xquartz/pbproxy/x-selection.m      |    4 
 hw/xquartz/xpr/appledri.c             |    7 
 hw/xwin/winwindowswm.c                |    7 
 include/Makefile.am                   |    3 
 include/eventstr.h                    |    8 
 include/input.h                       |    4 
 include/protocol-versions.h           |  148 +++++++++++++++
 include/xorg-config.h.in              |    3 
 mi/mi.h                               |    4 
 mi/mieq.c                             |   33 ++-
 randr/randr.c                         |    2 
 randr/rrdispatch.c                    |   22 +-
 randr/rrproperty.c                    |    2 
 randr/rrxinerama.c                    |    8 
 record/record.c                       |    6 
 render/render.c                       |   15 +
 test/xi2/protocol-common.c            |    2 
 test/xi2/protocol-eventconvert.c      |    2 
 test/xi2/protocol-xiselectevents.c    |    3 
 xfixes/cursor.c                       |    6 
 xfixes/xfixes.c                       |   14 -
 xkb/xkb.c                             |   11 -
 xkb/xkbAccessX.c                      |    2 
 xkb/xkbPrKeyEv.c                      |    2 
 85 files changed, 910 insertions(+), 536 deletions(-)
---


More information about the Xquartz-changes mailing list