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

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


Tag 'xorg-server-1.5.99.903' created by Keith Packard <keithp at keithp.com> at 2009-02-18 06:27 -0800

Xorg Server Version 1.5.99.903

Changes since xorg-server-1.5.99.902:
Aaron Plattner (1):
      Query the DDX in ProcRRGetScreenInfo.

Adam Jackson (1):
      RANDR: Fail softly on GetPanning if the screen can't do it.

Alan Coopersmith (3):
      Correct error message if specified config file is not found
      Check for and report errors writing xorg.conf.new from Xorg -configure
      x11-input.fdi: Add options needed to handle adding USB devices on Solaris

Alan Hourihane (1):
      glx: fix retval checks when failures occur for drawable creation.

Eric Anholt (2):
      glx: Don't match fbconfigs to visuals with mismatched channel masks.
      glx: Replace broken GLX visual setup with a fixed "all" mode.

Jeremy Huddleston (3):
      XQuartz: Don't need explicit Activate/EnableDevice in InitInput
      XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
      XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard

Keith Packard (9):
      Handle matrix computation overflow in RRTransformCompute
      Damage re-used shadow scanout buffer using new transforms.
      Handle the combination of panning and crtc transforms
      Merge branch 'panning-for-server-1.6' into server-1.6-branch
      mi: force the paired kbd device before CopyKeyClass. (#19574)
      Make crtc_notify wrap/unwrap code do nothing unless mode code is inuse
      Add XkbDir to Files config file section
      Eliminate the shadow clear on transform change
      Bump to 1.5.99.903

Matthias Hopf (5):
      randr: Add monitor option "Panning" for initial panning configuration
      randr: Fix error message for bad panning config
      randr: Update initial screen size if panning information is present
      randr: Oops, miscalculated panning rectangle's coordinates
      randr: Fix initial panning border copy

Paulo Cesar Pereira de Andrade (3):
      Work around inclusion of <X11/extensions/panoramiXext.h>
      Correct static symbol XkmReadTOC and first pass on compile warning fixes.
      Default to use standard bitmap fonts, with builtins as fallback

Peter Hutterer (2):
      xfree86: always force RAW mode under linux.
      mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668

---
 Xext/panoramiX.h                          |    3 
 config/x11-input.fdi                      |   14 +
 configure.ac                              |   12 -
 dix/dixfonts.c                            |    3 
 glx/glxdri.c                              |   10 +
 glx/glxscreens.c                          |  235 ++++++++++--------------------
 glx/glxserver.h                           |    2 
 hw/xfree86/common/xf86Bus.c               |   22 +-
 hw/xfree86/common/xf86Config.c            |  144 +++++++-----------
 hw/xfree86/common/xf86Configure.c         |   12 +
 hw/xfree86/common/xf86Globals.c           |    1 
 hw/xfree86/common/xf86Init.c              |    7 
 hw/xfree86/common/xf86Priv.h              |    1 
 hw/xfree86/common/xf86pciBus.c            |    6 
 hw/xfree86/dixmods/glxmodule.c            |   15 -
 hw/xfree86/modes/xf86Crtc.c               |  128 +++++++++++-----
 hw/xfree86/modes/xf86Crtc.h               |   10 +
 hw/xfree86/modes/xf86RandR12.c            |   21 ++
 hw/xfree86/modes/xf86Rotate.c             |   45 +++--
 hw/xfree86/os-support/linux/int10/linux.c |    3 
 hw/xfree86/os-support/linux/lnx_init.c    |   60 +++----
 hw/xfree86/parser/Files.c                 |    9 +
 hw/xfree86/parser/xf86Parser.h            |    1 
 hw/xfree86/parser/xf86tokens.h            |    1 
 hw/xquartz/GL/indirect.c                  |    2 
 hw/xquartz/darwin.c                       |   11 -
 hw/xquartz/quartzKeyboard.h               |    1 
 include/dixfont.h                         |   43 +++++
 include/xkbfile.h                         |   29 ---
 mi/mieq.c                                 |    4 
 mi/mipointer.c                            |    9 +
 randr/rrcrtc.c                            |   41 ++---
 randr/rrscreen.c                          |    2 
 randr/rrtransform.c                       |   39 ++++
 34 files changed, 496 insertions(+), 450 deletions(-)
---


More information about the Xquartz-changes mailing list