[PATCH:xf86-video-ati] Make RADEONCopySwap deal with misaligned buffers.

2014-02-03 Thread Martin Husemann
When using xvideo on alignement critical architectures (for example a sparc64 with the XVR100 graphics adapter) some screen positions (easily reproducable with xfce and gmplayer by moving the video window partly out of the screen on the left side) cause misaligned pointers being passed to RADEONCop

Re: [PATCH:xf86-video-ati] Make RADEONCopySwap deal with misaligned buffers.

2014-02-03 Thread Michel Dänzer
On Mon, 2014-02-03 at 20:36 +0100, Martin Husemann wrote: > When using xvideo on alignement critical architectures (for example a sparc64 > with the XVR100 graphics adapter) some screen positions (easily reproducable > with xfce and gmplayer by moving the video window partly out of the screen > on

Re: [PATCH:xf86-video-ati] Make RADEONCopySwap deal with misaligned buffers.

2014-02-04 Thread Martin Husemann
On Tue, Feb 04, 2014 at 11:43:09AM +0900, Michel Dänzer wrote: > Can this be limited to affected platforms? Sure, but I don't know the proper #ifdefs. Martin ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel

Re: [PATCH:xf86-video-ati] Make RADEONCopySwap deal with misaligned buffers.

2014-02-04 Thread Mark Kettenis
> From: Martin Husemann > Date: Mon, 3 Feb 2014 20:36:13 +0100 > > When using xvideo on alignement critical architectures (for example a sparc64 > with the XVR100 graphics adapter) some screen positions (easily reproducable > with xfce and gmplayer by moving the video window partly out of the sc