qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5605] Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)
@ 2008-11-03  1:08 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-11-03  1:08 UTC (permalink / raw)
  To: qemu-devel

Revision: 5605
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5605
Author:   balrog
Date:     2008-11-03 01:08:14 +0000 (Mon, 03 Nov 2008)

Log Message:
-----------
Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch)

This patch fixes the misinterpretaion of the transparency bit for
RGBT 5:5:5 mode on pxa2xx LCDC.

Signed-off-by: Lars Munch <lars@segv.dk>

Modified Paths:
--------------
    trunk/hw/pxa2xx_template.h

Modified: trunk/hw/pxa2xx_template.h
===================================================================
--- trunk/hw/pxa2xx_template.h	2008-11-02 16:51:02 UTC (rev 5604)
+++ trunk/hw/pxa2xx_template.h	2008-11-03 01:08:14 UTC (rev 5605)
@@ -156,6 +156,7 @@
         g = (data & 0x1f) << 3;
         data >>= 5;
         r = (data & 0x1f) << 3;
+        data >>= 5;
         if (data & 1)
             SKIP_PIXEL(dest);
         else

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-03  1:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03  1:08 [Qemu-devel] [5605] Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch) Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).