index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
gray.c
(
unfollow
)
Commit message (
Expand
)
Author
2004-06-23
Split grayscale library into several files to make up a real function library...
Jens Arnold
2004-06-22
Slight speedup for drawing 1-bit bitmaps with draw modes 0..2
Jens Arnold
2004-06-02
Major rework of the grayscale framework:
Jens Arnold
2004-05-21
Fix: scrolling left/right with even pixel counts caused an address error if t...
Jens Arnold
2004-05-20
FIX: The previous update produced a buffer overflow, which broke e.g. the jpe...
Jens Arnold
2004-05-20
Font support, several speed and size tweaks
Jens Arnold
2004-05-19
Added return parameter for space taken by grayscale buffer to gray_init_buffer()
Jens Arnold
2004-05-19
First real library version of the grayscale framework
Jens Arnold
2004-05-19
o killed trailing whitespace
Daniel Stenberg
2004-05-19
moved Jens Arnold's grayscale frame work source file to the plugin library
Daniel Stenberg
2004-05-17
Implemented scrolling up/down by n pixels (<= 7)
Jens Arnold
2004-05-15
Vastly improved speed for gray_fillrect(), gray_drawgraymap(), left and right...
Jens Arnold
2004-05-12
gray_drawbitmap() changed to use the same bitmap format as lcd_bitmap(). Also...
Jens Arnold
2004-05-10
A plugin containing a framework to use grayscale display, primarily aimed at ...
Jens Arnold