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
/
firmware
/
drivers
/
lcd-16bit-vert.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix some build errors and warnings.
Thomas Martitz
2014-06-21
*
lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)
Thomas Martitz
2012-03-20
*
Refactor lcd_clear_viewport().
Thomas Martitz
2012-03-20
*
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-02-28
*
lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common code
Rafaël Carré
2011-12-03
*
lcd-16bit: move common code to lcd-16bit-common.c
Rafaël Carré
2011-12-03
*
Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...
Thomas Martitz
2011-03-08
*
Add viewport clipping to lcd_alpha_bitmap_part as lcd_mono_bitmap_part also has.
Thomas Martitz
2011-03-05
*
Add lcd_alpha_bitmap_part suitable for vertical stride 16bit lcd.
Thomas Martitz
2011-03-05
*
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
2010-08-12
*
Comment out lcd_drawline() DEBUGF messages which show in various simulators
Tomer Shalev
2010-02-20
*
Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A si...
Karl Kurbjun
2009-11-07
*
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-10-20
*
Fix STRIDE macro for multiscreen and add stride support for picture lib.
Karl Kurbjun
2009-09-04
*
Update Vertical stride so that it's oriented left to right in the destination.
Karl Kurbjun
2009-09-02
*
Initial vertical stride LCD driver. Backdrop is inverted with it currently.
Karl Kurbjun
2009-09-01