summaryrefslogtreecommitdiffstats
path: root/minui/graphics_overlay.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-16twrp: Fix unsigned compare compile warning.Simon Shi1-4/+2
Change-Id: I7e847e76932a6ceea3e669e8b8b9ec35e5ef9d9d
2017-11-29minui: Fix building graphics_overlay.cppAndreas Schneider1-4/+7
Change-Id: I65aad9253ebad598acd9468694d0e1bf6c4abc6a
2017-11-29minui: Move graphics_overlay.h down that we have all structs definedAndreas Schneider1-2/+2
Change-Id: Id971c900aec5931a11065e7e466db33acb0390eb
2015-10-14Add support for RGBA_8888 pixel formatKra1o51-0/+2
Change-Id: Ia15d49e51cad5bc8a3291975e1ff515a2b1c419c
2015-10-14Add qcom overlay graphics support to minuiEthan Yonker1-126/+357
graphics_overlay.cpp is based on a mix of AOSP code for graphics_fbdev.cpp along with overlay graphics code from CAF that was brought into earlier versions of TWRP and then further adapted and improved before being brought into this patch set. Also added a rule to build a minuitest binary for testing the minui engine to ensure proper operation on a device. Change-Id: I3972d3a6baa7002615319421ac07d9299c3cec69
2015-05-29minuitwrp: remove unused variableramsudharsan1-1/+0
Change-Id: I0beb3b349efd4f08491c92bb51c12caf3653cb73 Signed-off-by: ramsudharsan <ramsudharsanm@gmail.com>
2015-04-23Add option to use new heap_id_mask instead of old heap_maskKra1o51-0/+4
Use TW_NEW_ION_HEAP := true to use it Change-Id: I2ad105fa6d122b460ed4b5dc78563077b7904567
2014-06-30minui: Do not return true from target_has_overlay() if MSM_BSP is not setAndrew Dodd1-4/+9
Since target_has_overlay() was not ifdefed with MSM_BSP, it would return true on some devices even if MSM_BSP was unset, breaking LPM and some other minui functions. Change-Id: Ic6b524fa0b5e36fc9ffe67d53e2bf33e9d4fd2d3
2014-05-02Update minui to support overlay graphicsDees Troy1-2/+2
Fix path in minuitwrp for includes Change-Id: I9e9e5f67e8574cdcbc6f8873ceeb56eab71143ed
2014-04-01Support Qualcomm overlay graphics in recoveryEthan Yonker1-0/+453
Change-Id: Ia75c34ab1a45b7c8802c902906198517aa3437d5