fd778e3e40
[Problem]
Droid and animation color in recovery mode are incorrect
[Modify]
- Add support for flipping (zero copy) with RECOVERY_ABGR.
- Decodes PNG files to BGRA directly, and other fills, text and alpha blending are also done directly in BGRA (i.e. blits can still bypass conversion)
- Remove the BGRA workaround added previous for single buffer mode (
|
||
---|---|---|
.. | ||
Android.mk | ||
events.c | ||
font_10x18.h | ||
graphics.c | ||
graphics.h | ||
graphics_adf.c | ||
graphics_fbdev.c | ||
minui.h | ||
mkfont.c | ||
resources.c |