summaryrefslogtreecommitdiffstats
path: root/minuitwrp/graphics.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode2013-07-031-4/+8
| | | | Change-Id: I93391596eece6b08ecf2e54f443e9821573cb871
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-9/+9
| | | | | | Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
* Add 2 second pre-dim and bugfix blank timerDees_Troy2013-03-011-1/+2
| | | | | | 2 second predim code courtesy of bigbiff Change-Id: I052ac422f78dc82c05f58c188587534b800b935a
* minuitwrp: fix screen update issueHiemanshu Sharma2012-11-211-2/+4
|
* graphics: add support for "single buffering"Hiemanshu Sharma2012-11-211-2/+10
|
* Fix compiler warningsDees_Troy2012-09-281-2/+2
|
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+716
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere