projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e7337
)
Also store the g3 part correctly
author
Søren Sandmann Pedersen
<sandmann@redhat.com>
Tue, 19 Jun 2007 15:23:05 +0000
(11:23 -0400)
committer
Søren Sandmann Pedersen
<sandmann@redhat.com>
Tue, 19 Jun 2007 15:23:05 +0000
(11:23 -0400)
pixman/pixman-compose.c
patch
|
blob
|
history
diff --git
a/pixman/pixman-compose.c
b/pixman/pixman-compose.c
index
d870b2a
..
24402da
100644
(file)
--- 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) ));
}
}