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

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


Tag 'xorg-server-1.6.1.902' created by Keith Packard <keithp at keithp.com> at 2009-06-29 22:52 -0700

Xorg Server Version 1.6.1.902 (1.6.2 RC2)

Changes since xorg-server-1.6.1.901:
Adam Jackson (5):
      vfb: Fix depth setup.
      EDID: Be more cautious about finding vendor blocks.
      EDID: Add modes from Established Timings III descriptor to mode pool
      pci: Dump vendor/devices ids in the printed device list
      EDID: Fix timing class names to match the spec

Alan Coopersmith (5):
      XkbSetNamedIndicator should ignore SD's without LED's
      Fix byte swapping of XF86VidMode{Get,Set}GammaRamp
      Don't leak canonical module name and patterns if module is built-in
      Don't leak default font path when appending built-ins
      Resync COPYING file with notices in code base as of xorg-server-1.6.1

Dave Airlie (1):
      randr12: looking up these bits if randr isn't initialised is bad.

Eamon Walsh (2):
      xselinux: Relax ownership restriction on SetSelectionUseContext.
      xace: Fix a bad device access hook call.

Federico Mena Quintero (1):
      dix/randr: Add missing fields to SRR*NotifyEvent()

Ian Romanick (9):
      DRI2: Add fake front-buffer to request list for windows
      DRI2: Do not send the real front buffer of a window to the client
      DRI2: Synchronize the contents of the real and fake front-buffers
      DRI2: Don't leave empty entries in private->buffers
      DRI2: Add missing front-buffer flush callback.
      DRI2: Add interface for drivers to query DRI2 extension version
      DRI2: Implement protocol for DRI2GetBuffersWithFormat
      DRI2: Force allocation of real-front buffer for non-windows as well
      Use a #define instead of a magic number

Jeremy Huddleston (1):
      Fix a couple off-by-one array boundary checks.

Jerome Glisse (1):
      DRI2: update DRI2 private drawable width & height according to X drawable

Jon TURNEY (2):
      Remove long-gone '-co' option from Xserver man page
      Remove references to rgb.txt from files section of Xserver and Xorg man pages

Julien Cristau (1):
      Change default for ExaOptimizeMigration to false

Keith Packard (2):
      Make RANDR 'set' timestamps follow client specified time. Bug 21987.
      Bump version to 1.6.1.902

Kristian Høgsberg (1):
      Support setTexBuffer2 in AIGLX.

Michel Dänzer (2):
      EXA: Take GC client clip type into account for migration.
      EXA: Always damage glyph cache pixmap manually after uploading a glyph.

Peter Hutterer (7):
      os: don't malloc memory in LogVMessageVerb.
      Xi: fix copy/paste error causing sizeof against wrong struct.
      Xi: don't double-swap the XListDeviceProperties reply.
      xfree86: restore default off for DontZap
      dix: ensure Activate/DeactivateGrab has a valid value.
      kdrive: set Activate/Deactivate grab for input devices (#21591)
      xfree86: fix SWCursor check in xf86CursorSetCursor.

Tomas Janousek (1):
      Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.

---
 COPYING                               |  837 +++++-----------------------------
 Xext/geext.c                          |    2 
 Xext/xselinux.c                       |    9 
 Xi/xiproperty.c                       |    9 
 configure.ac                          |    6 
 dix/devices.c                         |    2 
 dix/events.c                          |    8 
 doc/Xserver.man.pre                   |    9 
 exa/exa_accel.c                       |   35 -
 exa/exa_glyphs.c                      |   73 +-
 exa/exa_priv.h                        |   10 
 exa/exa_render.c                      |    2 
 exa/exa_unaccel.c                     |    2 
 glx/glxcmds.c                         |    5 
 glx/glxdrawable.h                     |    1 
 glx/glxdri2.c                         |   95 +++
 hw/kdrive/src/kinput.c                |    4 
 hw/vfb/InitOutput.c                   |   30 -
 hw/xfree86/common/xf86Config.c        |   18 
 hw/xfree86/common/xf86pciBus.c        |   10 
 hw/xfree86/ddc/edid.h                 |    2 
 hw/xfree86/ddc/interpret_edid.c       |    7 
 hw/xfree86/ddc/print_edid.c           |    6 
 hw/xfree86/dixmods/extmod/xf86vmode.c |   16 
 hw/xfree86/doc/man/Xorg.man.pre       |    3 
 hw/xfree86/doc/man/xorg.conf.man.pre  |   11 
 hw/xfree86/dri2/dri2.c                |  217 +++++++-
 hw/xfree86/dri2/dri2.h                |   46 +
 hw/xfree86/dri2/dri2ext.c             |   96 +++
 hw/xfree86/exa/examodule.c            |    2 
 hw/xfree86/loader/loader.c            |    2 
 hw/xfree86/loader/loadmod.c           |    3 
 hw/xfree86/modes/xf86EdidModes.c      |   87 +++
 hw/xfree86/modes/xf86RandR12.c        |    6 
 hw/xfree86/ramdac/xf86Cursor.c        |    6 
 os/log.c                              |   22 
 randr/randr.c                         |   11 
 randr/rrcrtc.c                        |    5 
 randr/rrscreen.c                      |    4 
 xkb/xkb.c                             |   10 
 40 files changed, 777 insertions(+), 952 deletions(-)
---


More information about the Xquartz-changes mailing list