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_draw.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
The old grayscale library is now officially dead.
Jens Arnold
2008-01-13
*
Fix empty commit: Add grayscale support for ARM in vertical packing format.
Tomasz Malesinski
2007-09-22
*
Grayscale lib: Using a 32x32->32 bit multiplication is better on ARM, as 16x1...
Jens Arnold
2006-11-05
*
* Use fast multiplication macro in some more places. * Better pipelining on SH1.
Jens Arnold
2006-08-19
*
Better implementation of the new greyscale algorithm. A bit faster (+2% on iP...
Jens Arnold
2006-08-11
*
New algorithm for grayscale buffer updates which is faster for large buffer d...
Jens Arnold
2006-08-11
*
ARM targets: Shave off one instruction from the multiply-by-75.
Jens Arnold
2006-08-09
*
* Assembler optimised gray_update_rect() and writearray() for arm (greyscale ...
Jens Arnold
2006-08-07
*
Grayscale library ported to the grayscale iPods, first version. Added C refer...
Jens Arnold
2006-08-07
*
Grayscale library: LCD linearisation and gamma correction.
Jens Arnold
2006-08-02
*
SH1: Better placement of the C library routine references (gcc 3.4.x -Os and ...
Jens Arnold
2006-04-20
*
Finally - grayscale library support for the simulators. Currently SDL only, w...
Jens Arnold
2006-02-26
*
Apply same optimisation as for the core lcd drivers.
Jens Arnold
2006-02-23
*
Fixed warnings on iFP.
Tomasz Malesinski
2006-02-03
*
Bugfix: gray_putsxyofs() couldn't have worked before
Jens Arnold
2006-01-23
*
Slight optimisation of gray_mono_bitmap_part() (only affects H1x0).
Jens Arnold
2005-11-25
*
H1x0: Slight optimisation of the grayscale library.
Jens Arnold
2005-10-20
*
Fixed some misleading comments.
Jens Arnold
2005-10-10
*
Grayscale lib on archos: Fixed bug introduced with the register usage change....
Jens Arnold
2005-10-03
*
Core: A graphics framework can now register a hook function to extend the cor...
Jens Arnold
2005-10-01
*
H1x0: Changed lcd_blit() and the grayscale library to use the same internal f...
Jens Arnold
2005-09-30
*
Grayscale library: (1) Ported to iriver H1x0. Experiments have shown that the...
Jens Arnold
2005-07-27
*
Complete rework of the grayscale library: (1) Implemented the new rockbox gra...
Jens Arnold
2005-07-25