pull request: support for randr 1.5 tile and monitors
Dave Airlie
airlied at gmail.com
Mon Mar 30 19:34:04 PDT 2015
The following changes since commit 7088816fee0ca7d609c7bca41ef8c3fc938556f5:
Merge remote-tracking branch 'anholt/glamor-next' (2015-03-27 06:45:56 -0700)
are available in the git repository at:
git://people.freedesktop.org/~airlied/xserver for-keithp
for you to fetch changes up to 5de13830709a7f2d4d112d71e062f710ef466ab6:
randr: Use Monitor list for Xinerama (2015-03-31 12:32:04 +1000)
----------------------------------------------------------------
Dave Airlie (1):
xf86Crtc: add tile prop setting
Keith Packard (2):
randr: Add Monitor support (v1.1)
randr: Use Monitor list for Xinerama
hw/xfree86/modes/xf86Crtc.c | 53 ++++
hw/xfree86/modes/xf86Crtc.h | 26 +-
include/protocol-versions.h | 2 +-
randr/Makefile.am | 1 +
randr/randr.c | 4 +
randr/randrstr.h | 44 +++
randr/rrdispatch.c | 3 +
randr/rrmonitor.c | 748 ++++++++++++++++++++++++++++++++++++++++++++
randr/rrsdispatch.c | 38 +++
randr/rrxinerama.c | 118 ++-----
10 files changed, 936 insertions(+), 101 deletions(-)
create mode 100644 randr/rrmonitor.c
More information about the xorg-devel
mailing list