pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Tue Jun 19 08:34:39 PDT 2007


 pixman/pixman-compose.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 6cb74dfe3d395051f9a2e4b850979a018ac340ca (from 07e73371ef096b42d3a983266105b71ea01b4cc8)
Author: Søren Sandmann Pedersen <sandmann at redhat.com>
Date:   Tue Jun 19 11:23:05 2007 -0400

    Also store the g3 part correctly

diff --git a/pixman/pixman-compose.c b/pixman/pixman-compose.c
index d870b2a..24402da 100644
--- a/pixman/pixman-compose.c
+++ b/pixman/pixman-compose.c
@@ -1421,7 +1421,7 @@ fbStore_b2g3r3 (pixman_image_t *image,
 	Split(READ(values + i));
 	WRITE(pixel++,
 	      ((b     ) & 0xc0) |
-	      ((g >> 3) & 0x1c) |
+	      ((g >> 2) & 0x1c) |
 	      ((r >> 5)       ));
     }
 }


More information about the xorg-commit mailing list