Re: [PATCH] Framebuffer: Fix 16bpp colour output in Dreamcast pvr2fb

2007-07-28 Thread Adrian McMenamin
On 28/07/07, Ondrej Zajicek <[EMAIL PROTECTED]> wrote: > On Sat, Jul 28, 2007 at 03:51:38PM +0100, Adrian McMenamin wrote: > > Tony, > > > > This patch - on top of your others - fixes the colour output for 16bpp > > RGB565 output in the Dreamcast - it was a simple out by one error in > > the bit

[PATCH] Framebuffer: Fix 16bpp colour output in Dreamcast pvr2fb

2007-07-28 Thread Adrian McMenamin
Tony, This patch - on top of your others - fixes the colour output for 16bpp RGB565 output in the Dreamcast - it was a simple out by one error in the bit shift. Still looking at the 24bpp and 32bpp issues. Signed-off by: Adrian McMenamin <[EMAIL PROTECTED]> diff --git a/drivers/video/pvr2fb.c

[PATCH] Framebuffer: Fix 16bpp colour output in Dreamcast pvr2fb

2007-07-28 Thread Adrian McMenamin
Tony, This patch - on top of your others - fixes the colour output for 16bpp RGB565 output in the Dreamcast - it was a simple out by one error in the bit shift. Still looking at the 24bpp and 32bpp issues. Signed-off by: Adrian McMenamin [EMAIL PROTECTED] diff --git a/drivers/video/pvr2fb.c

Re: [PATCH] Framebuffer: Fix 16bpp colour output in Dreamcast pvr2fb

2007-07-28 Thread Adrian McMenamin
On 28/07/07, Ondrej Zajicek [EMAIL PROTECTED] wrote: On Sat, Jul 28, 2007 at 03:51:38PM +0100, Adrian McMenamin wrote: Tony, This patch - on top of your others - fixes the colour output for 16bpp RGB565 output in the Dreamcast - it was a simple out by one error in the bit shift. @@