index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-16bit-common.c
Age
Commit message (
Expand
)
Author
2021-08-26
lcd_putsxyofs 16 bit lcd_mono_bitmap_part [AS] part duex
William Wilgus
2021-08-25
Revert "lcd_putsxyofs 16 bit lcd_mono_bitmap_part [AS]"
William Wilgus
2021-04-30
lcd_putsxyofs 16 bit lcd_mono_bitmap_part [AS]
William Wilgus
2021-04-17
16 bit lcd_mono_bitmap
William Wilgus
2020-10-31
lcd_framebuffer bugfixes, sanity checks
William Wilgus
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
2017-02-04
Fix dangerous casts
Amaury Pouly
2014-06-21
lcd-16bit: Split out some functions to lcd-color-common.c
Thomas Martitz
2014-01-07
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-05
lcd: Fix certain drawmode combinations.
Thomas Martitz
2013-12-14
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-02-12
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
2012-05-19
Fix a drawing bug where rectangles stop drawing too early.
Michael Sevakis
2012-03-20
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-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2012-01-22
Fix incomplete comment.
Thomas Martitz
2012-01-05
Coldfire: Fix alpha bitmap drawing from messing up the emac status register.
Michael Sevakis
2011-12-09
lcd_blit_yuv(): don't use weak attribute when building for windows
Rafaël Carré
2011-12-03
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-11-11
Document the internal alpha channel format better, and fixes for 32bit alpha ...
Thomas Martitz
2011-11-08
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-03-08
Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...
Thomas Martitz