pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Tue Apr 8 18:57:10 PDT 2008


 pixman/pixman-access.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1f51cb09ead3e0007c12e98ce74948a92e80ec5
Author: Søren Sandmann <sandmann at redhat.com>
Date:   Tue Apr 8 21:58:00 2008 -0400

    Fix bug in FbStore_b2g3r3

diff --git a/pixman/pixman-access.c b/pixman/pixman-access.c
index 94af206..6c909de 100644
--- a/pixman/pixman-access.c
+++ b/pixman/pixman-access.c
@@ -1465,7 +1465,7 @@ fbStore_b2g3r3 (pixman_image_t *image,
 	Split(values[i]);
 	WRITE(image, pixel++,
 	      ((b     ) & 0xc0) |
-	      ((g >> 2) & 0x1c) |
+	      ((g >> 2) & 0x38) |
 	      ((r >> 5)       ));
     }
 }


More information about the xorg-commit mailing list