xrandr: Changes to 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Wed Feb 6 10:00:20 PST 2013


 man/xrandr.man |   17 ++++++
 xrandr.c       |  157 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 145 insertions(+), 29 deletions(-)

New commits:
commit 138b6252c0cae6599b6c8a25ffa22ffe70f227c2
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Feb 4 16:17:24 2013 -0800

    xrandr: look for providers by name or xid
    
    Use the name_t infrastructure to allow specifying providers by name, index, or
    XID.  This means that numbers without a "0x" prefix will now be interpreted as a
    indices rather than XIDs.  To match that, print provider XIDs in hexadecimal.
    
    Print an error if a provider-related option is specified and RandR 1.4 isn't
    supported.
    
    Make get_screen robust against being called multiple times.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>

commit a93b77b15fa2463c7fd06c6898b9c9f737c3ae8a
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Feb 4 16:05:11 2013 -0800

    xrandr: make providers a first-class citizen
    
    Create a struct _provider to match the existing output, crtc, etc. objects.
    Build that from a new get_providers() function.  Use that to populate the list
    when querying the providers.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>

commit 8ce9d1fa48a7556e9aee090e5d72566dbb9a32f8
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Mon Feb 4 15:20:21 2013 -0800

    man: document provider options
    
    I hope I got the --setprovideroffloadsink parameters the right way around.
    
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
    Reviewed-by: Dave Airlie <airlied at redhat.com>



More information about the xorg-commit mailing list