xrandr: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Tue Dec 2 19:05:08 PST 2008


 Makefile.am  |    9 
 configure.ac |    3 
 keystone.5c  |  555 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 xrandr.c     |  338 +++++++++++++++++++++++++++++++++--
 4 files changed, 883 insertions(+), 22 deletions(-)

New commits:
commit 7963d4217c12d2e4b0c38ad4ff185462784609f7
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 23:27:51 2008 +0100

    Require libXrandr 1.2.91

commit ba78e14c8c43a141fc5227e7bb75d6cfd0f70dba
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 21:45:47 2008 +0100

    Fix build outside of the source dir

commit 63ba316bcbe8ad61ba63d9fe62c82e7d56dcc399
Merge: a813c4da7f0b166ee9001fa97c5d8d64e5b5b560 1b95e32b4b0a4a114e0fbebe8a18316d2f9010cf
Author: Julien Cristau <jcristau at debian.org>
Date:   Mon Dec 1 21:33:35 2008 +0100

    Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/app/xrandr

commit 1b95e32b4b0a4a114e0fbebe8a18316d2f9010cf
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Nov 14 14:14:24 2008 -0800

    Add --scale and --transform to --help output

commit e9a5d1c598cd0440f062240430a9b86b4d514ada
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Nov 14 14:13:51 2008 -0800

    Check return value from XRRGetCrtcTransform
    
    XRRGetCrtcTransform will return 0 if the X server does not support this
    request.

commit 0d2082e9eb25cb7410309eed908b7f95abb8da79
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Apr 1 23:46:02 2008 -0700

    Exit when select output is not available

commit 18a189993b3df8bc54a79e0d62240ef203d6f34f
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Apr 1 23:44:50 2008 -0700

    Fix up xkeystone to use current screen/output settings

commit 9e8860f9231926090462ea20132cc9e1d64e5fe4
Author: Keith Packard <keithp at keithp.com>
Date:   Sun Mar 30 19:03:53 2008 -0700

    Execute xrandr to set keystone correction

commit 206bfbea4ebe854fdfa66e8a6fbd9296b6004c0e
Author: Keith Packard <keithp at keithp.com>
Date:   Sun Mar 30 19:03:29 2008 -0700

    add --transform none to reset to identity

commit 443e1f80c885133ae6df590f1a7663833c76b7f3
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Mar 21 23:29:41 2008 -0700

    Build and install xkeystone program from keystone.5c

commit a7a7eea510b5a87c1e12516fadae4d13bd26e0a0
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Mar 21 23:26:30 2008 -0700

    Track toolkit name change (chrome->nichrome)

commit 74dae9d4b06369a1863e7a68b7b3772751e06ff1
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Mar 21 03:17:44 2008 -0700

    Add keystone.5c program to help compute transforms.

commit 46bd35dd9004c0f9f47dc44b77a8c28e3ab7ced1
Author: Keith Packard <keithp at keithp.com>
Date:   Fri Mar 21 03:17:40 2008 -0700

    Make screen undersize a warning instead of an error

commit b816bf38b418618c2f1cb5ded09aa3b346f8eb15
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Mar 18 16:04:34 2008 -0700

    Add --transform to pass arbitrary transforms to the server

commit 3809884530223e32f7026ec987257cb91e2122a9
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Mar 18 16:04:22 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 854a7c2916455fec5ec1ba87576e26706d151381
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Mar 17 13:59:40 2008 -0700

    Transform mode bounds when computing sizes.
    
    Ensure screen sizes are compared with projected mode image, including
    rotation and transformation.

commit bed3da4feaa505a5b50a4c94b0e6661bdac1fcbd
Author: Keith Packard <keithp at keithp.com>
Date:   Sat Mar 15 00:35:08 2008 -0700

    Manage transform filters. Use bilinear for non-identity scale.
    
    This involved creating a compound transform datatype to hold all of the
    relevant transform and filter information. Adding arbitrary transforms
    should be fairly easy at this point.

commit ba35bb5d306f4edf9a47b92f249132a0814f5db1
Author: Keith Packard <keithp at keithp.com>
Date:   Mon Mar 10 21:19:41 2008 -0700

    Add output scaling using the 1.3 transform requests



More information about the xorg-commit mailing list