git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39942fd
)
[PATCH] fbdev: Shift pixel value before entering loop in cfbimageblit
author
Antonino A. Daplas
<adaplas@gmail.com>
Tue, 13 Dec 2005 06:17:20 +0000
(22:17 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 13 Dec 2005 06:31:17 +0000
(22:31 -0800)
In slow imageblit, the pixel value is shifted by a certain amount (dependent
on the bpp and endianness) for each iteration. This is inefficient. Better
do the shifting once before going into the loop.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found