libXrandr: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Mon Dec 1 14:04:08 PST 2008


 configure.ac                    |    2 
 include/X11/extensions/Xrandr.h |   36 +++++++
 src/Makefile.am                 |    2 
 src/Xrandr.c                    |   28 +++--
 src/XrrCrtc.c                   |  193 ++++++++++++++++++++++++++++++++++++++++
 src/XrrScreen.c                 |   23 ++++
 6 files changed, 269 insertions(+), 15 deletions(-)

New commits:
commit 0dd24bd6ad3c437f320c5d8e922c479fb61b115f
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 21:19:35 2008 +0100

    Bump to 1.2.91

commit 0fa7452220701ee44d8bafc57001e362afcedb0c
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 21:09:44 2008 +0100

    RRNotify subevents have 'window' at different offsets, the sequel
    
    f176b2bda103f6f38aabab8207f47a02cc797659 fixed XRRWireToEvent, but
    XRREventToWire had the same bug.
    
    Signed-off-by: Julien Cristau <jcristau at debian.org>

commit 83e567f427f68dc4ae2de796a1184748bbe0238e
Merge: 908de8fc7228ecc7b02825ebede5fb937f3abf1b 00f2e30d0b8296668776d62a4c47f96bf95faa08
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 20:59:39 2008 +0100

    Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandr
    
    Conflicts:
    
    	src/Xrandr.c

commit 00f2e30d0b8296668776d62a4c47f96bf95faa08
Author: Julien Cristau <jcristau at debian.org>
Date:   Fri Nov 28 16:16:22 2008 +0100

    Set attr->pendingNparams in XRRGetCrtcTransform()

commit 908de8fc7228ecc7b02825ebede5fb937f3abf1b
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Nov 24 16:11:46 2008 -0500

    Add GetScreenResourcesCurrent

commit 377126fdaf1094354d54b1743f9d2bf1f2de1e0c
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Sep 12 20:18:21 2008 -0700

    Set NparamsFilter in XRRGetCrtcTransform return value.
    
    Leaving this uninitialized isn't very helpful, and can cause segfaults.

commit 7a21e7bc994c5fa7d3ab15ba7201667e134f1512
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Mar 18 16:02:36 2008 -0700

    Eliminate inverse matrix from randr transform protocol
    
    It is easier, and potentially more precise, to compute the inverse in the
    server where everything can eventually be kept in floating point form.

commit a6e5fa4ceb72795380496fcfe62c083866791dc1
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Mar 15 00:33:30 2008 -0700

    Support CRTC Transform filters
    
    XRRGetCrtcTransform now returns a giant struct containing all of the
    transform and filter data.
    
    XRRSetCrtcTransform now accepts filter parameters.

commit 2a5fb0e58ed6ee1ff1f0ff00b5bf5b2623991132
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Mar 4 08:17:48 2008 -0800

    Add support for new Transform requests.



More information about the xorg-commit mailing list