Hi, Luc reviewed the patches and fixed up the drivers. No one else has bothered to comment on the patches so I can only conclude that they're in good enough shape to go in.
The following changes since commit 23e3d1f23318ce69623f91908f888a09f8b74ac2: dix: remove now unnecessary !! before BitIsOn() (2010-11-26 11:05:50 +1000) are available in the git repository at: git://gitorious.org/vsyrjala/xserver.git xv_reput Ville Syrjälä (15): xfree86/xv: Remove useless NULL check from ClipNotify xfree86/xv: Eliminate two open coded copies of xf86XVRemovePortFromWindow xfree86/xv: Factor out the meat of xf86XVWindowExposures for later reuse xfree86/xv: Allow xf86XVReputOrStopPort() to stop PutVideo/GetVideo ports xfree86/xv: Change the behaviour of ClipNotify to reput instead of stop xfree86/xv: No need to free composite clip in AdjustFrame xfree86/xv: Change the behaviour of AdjustFrame to reput everything xfree86/xv: Factor out the meat of xf86XVAdjustFrame for later reuse xfree86/xv: Remove clipOrg from XvPortRecPrivate xfree86/xv: Fix ReputImage clipping xfree86/xv: Add some helpful comments about ReputImage xfree86/xv: Document VIDEO_CLIP_TO_VIEWPORT incompatibility with reput xfree86/xv: Pass all coordinate arguments to ReputImage xfree86/modes: Provide a ModeSet hook in ScrnInfo xfree86/xv: Provide a ModeSet hook hw/xfree86/common/xf86str.h | 4 +- hw/xfree86/common/xf86xv.c | 258 ++++++++++++++++++++++++---------------- hw/xfree86/common/xf86xv.h | 10 ++- hw/xfree86/common/xf86xvpriv.h | 2 +- hw/xfree86/modes/xf86Crtc.c | 8 ++ 5 files changed, 175 insertions(+), 107 deletions(-) -- Ville Syrjälä _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel