pull request v2: offload slaves

Dave Airlie airlied at gmail.com
Fri Jul 6 14:43:10 PDT 2012


based on the v2 output slaves,

I may have smashed an ajax r-b on one patch a bit early, but he might
have r-b more of them, I've explained hopefully the patches you
haven't r-b so feel free to smash it on, as I'm going to bed now.

Dave.

The following changes since commit ee95ce979365d4383d8adc927547424eabc2ed64:

  xf86: make sure rotate calcs are done on the right screen boundaries
(2012-07-06 22:17:42 +0100)

are available in the git repository at:

  ssh://people.freedesktop.org/~airlied/xserver for-keithp-offload-slave

for you to fetch changes up to 772d1419ca5d5b4716dbbb64d584a9f5b440ee43:

  dri2: add initial prime support. (v1.2) (2012-07-06 22:18:08 +0100)

----------------------------------------------------------------
Dave Airlie (6):
      dix/xf86: initial offload slave tracking (v1.1)
      randr: add hooks for offload sink provider protocol
      xf86: store scanout pixmap in the xf86 struct as well.
      xf86: add callback for offloak sink setting support.
      dix/randr: add a hook into screen to replace scanout pixmap
      dri2: add initial prime support. (v1.2)

 dix/dispatch.c                 |   19 +++
 glx/glxdri2.c                  |    2 +-
 hw/xfree86/dri2/dri2.c         |  265 ++++++++++++++++++++++++++++++++++++----
 hw/xfree86/dri2/dri2.h         |   25 +++-
 hw/xfree86/dri2/dri2ext.c      |    4 +-
 hw/xfree86/modes/xf86Crtc.c    |    5 +-
 hw/xfree86/modes/xf86Crtc.h    |    6 +-
 hw/xfree86/modes/xf86RandR12.c |   31 +++++
 include/screenint.h            |    6 +
 include/scrnintstr.h           |    6 +
 randr/randr.c                  |    2 +-
 randr/randrstr.h               |   13 ++
 randr/rrcrtc.c                 |   58 +++++++++
 randr/rrdispatch.c             |    2 +-
 randr/rrprovider.c             |   61 +++++++++
 15 files changed, 472 insertions(+), 33 deletions(-)


More information about the xorg-devel mailing list