Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Alex Deucher
On Fri, Aug 27, 2010 at 2:09 AM, Heikki Lindholm holin...@saunalahti.fi wrote: 27.8.2010 7.46, Alex Deucher kirjoitti: On Mon, Aug 23, 2010 at 2:52 AM, Heikki Lindholmho...@iki.fi  wrote: Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with the bpp

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Michel Dänzer
On Mon, 2010-08-23 at 09:52 +0300, Heikki Lindholm wrote: Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with the bpp variable. Fix tested with r100 and r300, screen depth 16 and 32 with YV12 and YUY2 (overlay, textured video), RGBA and RGBT (overlay).

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Michel Dänzer
On Fre, 2010-08-27 at 10:29 +0300, Heikki Lindholm wrote: 27.8.2010 10.07, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 09:58 +0300, Heikki Lindholm wrote: 27.8.2010 9.38, Michel Dänzer kirjoitti: On Mon, 2010-08-23 at 09:52 +0300, Heikki Lindholm wrote: Column order is wrong on big

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Heikki Lindholm
27.8.2010 9.38, Michel Dänzer kirjoitti: On Mon, 2010-08-23 at 09:52 +0300, Heikki Lindholm wrote: Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with the bpp variable. Fix tested with r100 and r300, screen depth 16 and 32 with YV12 and YUY2 (overlay,

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Heikki Lindholm
27.8.2010 10.07, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 09:58 +0300, Heikki Lindholm wrote: 27.8.2010 9.38, Michel Dänzer kirjoitti: On Mon, 2010-08-23 at 09:52 +0300, Heikki Lindholm wrote: Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Michel Dänzer
On Fre, 2010-08-27 at 17:56 +0300, Heikki Lindholm wrote: 27.8.2010 10.45, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 10:29 +0300, Heikki Lindholm wrote: 27.8.2010 10.07, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 09:58 +0300, Heikki Lindholm wrote: I know of no real application

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-27 Thread Heikki Lindholm
27.8.2010 10.45, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 10:29 +0300, Heikki Lindholm wrote: 27.8.2010 10.07, Michel Dänzer kirjoitti: On Fre, 2010-08-27 at 09:58 +0300, Heikki Lindholm wrote: 27.8.2010 9.38, Michel Dänzer kirjoitti: On Mon, 2010-08-23 at 09:52 +0300, Heikki Lindholm

Re: [PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-26 Thread Alex Deucher
On Mon, Aug 23, 2010 at 2:52 AM, Heikki Lindholm ho...@iki.fi wrote: Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with the bpp variable. Fix tested with r100 and r300, screen depth 16 and 32 with YV12 and YUY2 (overlay, textured video), RGBA and RGBT

[PATCH] xv: fix non-kms/non-dri Xv column ordering on big endian systems

2010-08-23 Thread Heikki Lindholm
Column order is wrong on big endian systems, primarly because of a bits / bytes mix up with the bpp variable. Fix tested with r100 and r300, screen depth 16 and 32 with YV12 and YUY2 (overlay, textured video), RGBA and RGBT (overlay). Should fix: https://bugs.freedesktop.org/show_bug.cgi?id=29041