libXrandr: Changes to 'refs/tags/libXrandr-1.2.0'

Keith Packard keithp at kemper.freedesktop.org
Mon Feb 19 07:22:33 EET 2007


Tag 'libXrandr-1.2.0' created by Keith Packard <keithp at neko.keithp.com> at 2007-02-19 05:21 -0800

RandR Library version 1.2.0

Changes since libXrandr-1.1.2:
Dave Airlie:
      Merge branch 'randr-1.2'

Eric Anholt:
      Add support for various output property requests.
      Return the right actual property type for XRRGetOutputProperty.
      Merge branch 'randr-1.2'
      Return a valid property info even if we lack valid value sets.

Keith Packard:
      Start update to 1.2, splitting code across multiple files.
      XRRGetScreenSizeRange returns Status. Lots more requests added.
      Add mode origins and output options.
      Remove mode origins. Add preferred mode count.
      Moving physical size from mode to output.
      Remove RandR output options.
      Change properties to have a pending value and report valid values.
      Add initial implementation of crtc gamma and mode adding requests.
      Failed to copy rotations from reply to XRRCrtcInfo.
      Avoid nested LockDisplay calls.
      Fix read sizes for 64-bit machines.
      Merge 64-bit fixes in
      Must pass size information in SetCrtcGamma request.
      Reset version from 1.2.0.0 to 1.2.0

---
 configure.ac                    |    2 
 include/X11/extensions/Xrandr.h |  266 +++++++++++++++++++--
 src/.gitignore                  |    1 
 src/Makefile.am                 |   10 
 src/Xrandr.c                    |  506 +++++++---------------------------------
 src/Xrandrint.h                 |   16 +
 src/XrrConfig.c                 |  433 ++++++++++++++++++++++++++++++++++
 src/XrrCrtc.c                   |  272 +++++++++++++++++++++
 src/XrrMode.c                   |  150 +++++++++++
 src/XrrOutput.c                 |  131 ++++++++++
 src/XrrProperty.c               |  347 +++++++++++++++++++++++++++
 src/XrrScreen.c                 |  246 +++++++++++++++++++
 12 files changed, 1953 insertions(+), 427 deletions(-)
---



More information about the xorg-commit mailing list