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-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix dangerous casts
Amaury Pouly
2017-02-04
*
lcd-16bit: Split out some functions to lcd-color-common.c
Thomas Martitz
2014-06-21
*
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
2014-01-07
*
lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.
Thomas Martitz
2014-01-07
*
lcd: Fix certain drawmode combinations.
Thomas Martitz
2014-01-05
*
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
2013-12-14
*
lcd-*: Merge common viewport operations into lcd-bitmap-common.c
Thomas Martitz
2013-12-14
*
bitmap drawing: Support alpha blend if image over the framebuffer contents.
Thomas Martitz
2013-02-12
*
bitmap drawing: use temp vars to help gcc opmize loops.
Thomas Martitz
2013-02-12
*
bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases.
Thomas Martitz
2013-02-12
*
bitmap drawing: Negate alpha channel to match alpha information format of fon...
Thomas Martitz
2013-02-12
*
Fix a drawing bug where rectangles stop drawing too early.
Michael Sevakis
2012-05-19
*
Remove left-over debug statement (oops).
Thomas Martitz
2012-03-20
*
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
*
Fix incomplete comment.
Thomas Martitz
2012-01-22
*
Coldfire: Fix alpha bitmap drawing from messing up the emac status register.
Michael Sevakis
2012-01-05
*
lcd_blit_yuv(): don't use weak attribute when building for windows
Rafaël Carré
2011-12-09
*
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
*
lcd_blit_yuv: move to lcd-16bit-common.c
Rafaël Carré
2011-12-03
*
Document the internal alpha channel format better, and fixes for 32bit alpha ...
Thomas Martitz
2011-11-11
*
Support for transparency in 32bit bitmaps on color targets.
Thomas Martitz
2011-11-08
*
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
2011-11-08
*
Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...
Thomas Martitz
2011-03-08