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
/
grey_draw.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-01-07
lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.
Thomas Martitz
2012-12-18
Adapt OSD in plugin lib to be greylib compatible.
Michael Sevakis
2009-06-01
Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...
Jens Arnold
2009-05-26
Use pre-multiplication in scaler to save one multiply per color component on ...
Andrew Mahone
2009-05-09
Split 8-bit-to-native conversion in bmp.c into a function, add support for pl...
Andrew Mahone
2009-03-08
Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit ...
Jens Arnold
2009-02-15
fix greylib scaler output on sh, output_row_grey was not using SC_MUL macro
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-12-28
Make the greylib text output functions handle unicode. Fixes non-working umla...
Jens Arnold
2008-12-26
Make scaler output truly pluggable, add an 8-bit greyscale output to
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-03-25
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...
Jens Arnold
2008-03-25
Revert accidental tree commit. /me needs a smaller enter key...
Jens Arnold
2008-03-25
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...
Jens Arnold
2008-03-05
Greyscale library: Assembler optimised update function for SH1 (Archos record...
Jens Arnold
2008-03-02
Greyscale library: Assembler optimised update for coldfire, ~73% speedup when...
Jens Arnold
2008-01-13
Greyscale library: * Defer application of lcd linearisation + gamma in buffer...
Jens Arnold
2008-01-13
Greyscale library: Plugins can now put the management structure in IRAM for h...
Jens Arnold
2008-01-10
Greyscale library: * Introduced some extra macros dealing with block size, al...
Jens Arnold
2008-01-09
Greyscale library: Changed the internal data format once more (separated pixe...
Jens Arnold
2008-01-04
All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...
Jens Arnold