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

Jeremy Huddleston jeremyhu at freedesktop.org
Fri Sep 21 00:23:35 PDT 2012


Tag 'xorg-server-1.12.99.902' created by Keith Packard <keithp at keithp.com> at 2012-07-17 23:48 -0700

xorg-server-1.12.99.902

Changes since xorg-server-1.12.99.901:
Aaron Plattner (1):
      xf86: Re-export extension disable flags

Alan Coopersmith (4):
      Fix two more C99 initialization mistakes using members of same struct
      Use C99 designated initializers in RandR 1.4 extension Replies
      Use C99 designated initializers in RandR 1.4 extension Events
      Use C99 designated initializers in DRI2GetParam replies

Bartosz Brachaczek (1):
      glx: Fix checking GL version

Colin Harrison (1):
      hw/xwin: RANDR resize didn't occur when screen window was maximized or restored

Daniel Stone (3):
      Sync: Always initialise system counter list
      AllocDevicePair: Ensure XKB privates are initialised
      sdksyms: Fix build with --disable-xv

Dave Airlie (7):
      xtest: add extinit.h for SyncExtensionInit
      glx: pass screen into the convert function
      glx/dri2: fix typo in the notification reset for robustness.
      glx/dri2: fix incorrect == vs =
      glx/dri2: use correct define from dri attribs.
      glx/dri2: don't return NULL in a function with no return.
      xf86: include xf86platformBus.h in xf86AutoConfig.c

Jeremy Huddleston (3):
      XQuartz: Silence an unused-variable warning
      XQuartz: Fix build failure due to incorrect PseudoramiXExtensionInit prototype
      XQuartz: Re-add prototype for DRIExtensionInit

Jon TURNEY (14):
      Revert bogus GlxPushProvider() in commit a1d41e3
      Restore extern to the declaration of __glXDRISWRastProvider
      Restore GLX extension to XWin
      hw/xwin: Don't bother reporting XORG_VERSION_CURRENT
      hw/xwin: Tidy up some pointless output which is always emitted
      hw/xwin: Bug fixes for screen sizing when the screen window is on a non-primary monitor
      hw/xwin: Tidy up some more pointless output which is always emitted
      hw/xwin: Correct function name in log message
      hw/xwin: Consolidate duplicated code as getHwnd() function
      hw/xwin: Remove winClipboardDetectUnicodeSupport()
      hw/xwin: Remove a pointless OS version check in winInstallKeyboardHookLL()
      hw/xwin: Remove long obsolete README for hw/xwin
      hw/xwin: Remove unused WindowExposuresProcPtr storage in screen private
      hw/xwin: Refer to xkeyboard-config man page for XKB configuration option values

Jörg Mensmann (1):
      hw/xwin: Fix command line arguments for multiple monitors.

Keith Packard (7):
      ProcGetPointerMapping uses rep.nElts before it is initialized
      Merge remote-tracking branch 'jeremyhu/master'
      Merge remote-tracking branch 'jturney/xwin-extmod-removal-fixes'
      xwin: Clean up os wrappers for System, Popen and Pclose on Windows
      Merge remote-tracking branch 'jturney/master'
      Merge remote-tracking branch 'alanc/master'
      Bump to version 1.12.99.902

Maarten Lankhorst (1):
      xfree86: Strip dangling pointers from desiredMode

Michel Dänzer (2):
      dri2: Add DRI2CreateDrawable2.
      glx: Free DRI2 drawable reference to destroyed GLX drawable.

---
 Xext/panoramiX.c                   |    5 -
 Xext/sync.c                        |    4 -
 Xext/xvmc.c                        |    8 +-
 configure.ac                       |    4 -
 dix/devices.c                      |   10 +-
 glx/glxdri2.c                      |   23 +++---
 glx/glxext.c                       |    3 
 glx/glxserver.h                    |    2 
 hw/xfree86/common/xf86.h           |    2 
 hw/xfree86/common/xf86AutoConfig.c |    1 
 hw/xfree86/common/xf86Extensions.h |    8 +-
 hw/xfree86/dri2/dri2.c             |   15 +++
 hw/xfree86/dri2/dri2.h             |    7 +
 hw/xfree86/dri2/dri2ext.c          |    9 +-
 hw/xfree86/modes/xf86Crtc.c        |    6 -
 hw/xfree86/modes/xf86Modes.c       |   15 +++
 hw/xfree86/modes/xf86RandR12.c     |    2 
 hw/xfree86/sdksyms.sh              |    2 
 hw/xquartz/pseudoramiX.c           |    4 -
 hw/xquartz/xpr/dri.h               |    3 
 hw/xwin/InitOutput.c               |   23 +++++-
 hw/xwin/Makefile.am                |    1 
 hw/xwin/README                     |  141 -------------------------------------
 hw/xwin/man/XWin.man               |   26 +++---
 hw/xwin/win.h                      |    2 
 hw/xwin/winblock.c                 |    2 
 hw/xwin/winclipboard.h             |    7 -
 hw/xwin/winclipboardinit.c         |    2 
 hw/xwin/winclipboardthread.c       |    8 --
 hw/xwin/winclipboardunicode.c      |   65 -----------------
 hw/xwin/winclipboardwndproc.c      |    7 -
 hw/xwin/winclipboardwrappers.c     |   10 --
 hw/xwin/winclipboardxevents.c      |   14 ---
 hw/xwin/wincreatewnd.c             |   93 +++++++++++++++---------
 hw/xwin/windialogs.c               |    8 +-
 hw/xwin/winerror.c                 |    4 -
 hw/xwin/winkeyhook.c               |   18 ----
 hw/xwin/winmonitors.c              |    5 +
 hw/xwin/winmonitors.h              |   29 +++++++
 hw/xwin/winmultiwindowwm.c         |   79 ++++++++++----------
 hw/xwin/winprocarg.c               |   18 ++--
 hw/xwin/winscrinit.c               |    4 -
 hw/xwin/winwndproc.c               |    7 +
 include/extinit.h                  |   32 ++++----
 include/os.h                       |   10 +-
 os/utils.c                         |   73 +++++++++++++++++++
 randr/rrprovider.c                 |   47 ++++++------
 randr/rrproviderproperty.c         |   78 +++++++++++---------
 randr/rrscreen.c                   |   21 ++---
 test/xtest.c                       |    3 
 xkb/ddxList.c                      |    6 -
 xkb/ddxLoad.c                      |   75 -------------------
 52 files changed, 475 insertions(+), 576 deletions(-)
---


More information about the Xquartz-changes mailing list