summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-16bit-common.c (follow)
Commit message (Expand)AuthorAge
* Fix dangerous castsAmaury Pouly2017-02-04
* lcd-16bit: Split out some functions to lcd-color-common.cThomas Martitz2014-06-21
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2014-01-07
* lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.Thomas Martitz2014-01-07
* lcd: Fix certain drawmode combinations.Thomas Martitz2014-01-05
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz2013-12-14
* bitmap drawing: Support alpha blend if image over the framebuffer contents.Thomas Martitz2013-02-12
* bitmap drawing: use temp vars to help gcc opmize loops.Thomas Martitz2013-02-12
* bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases.Thomas Martitz2013-02-12
* bitmap drawing: Negate alpha channel to match alpha information format of fon...Thomas Martitz2013-02-12
* Fix a drawing bug where rectangles stop drawing too early.Michael Sevakis2012-05-19
* Remove left-over debug statement (oops).Thomas Martitz2012-03-20
* lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz2012-03-20
* Refactor lcd_clear_viewport().Thomas Martitz2012-03-20
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* Fix incomplete comment.Thomas Martitz2012-01-22
* Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis2012-01-05
* lcd_blit_yuv(): don't use weak attribute when building for windowsRafaël Carré2011-12-09
* lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré2011-12-03
* lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré2011-12-03
* lcd_blit_yuv: move to lcd-16bit-common.cRafaël Carré2011-12-03
* Document the internal alpha channel format better, and fixes for 32bit alpha ...Thomas Martitz2011-11-11
* Support for transparency in 32bit bitmaps on color targets.Thomas Martitz2011-11-08
* Add new lcd_bmp and lcd_bmp_part APIs.Thomas Martitz2011-11-08
* Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim...Thomas Martitz2011-03-08