summaryrefslogtreecommitdiffstats
path: root/minuitwrp/graphics.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-9/+9
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2013-03-01Add 2 second pre-dim and bugfix blank timerDees_Troy1-1/+2
2 second predim code courtesy of bigbiff Change-Id: I052ac422f78dc82c05f58c188587534b800b935a
2012-11-21minuitwrp: fix screen update issueHiemanshu Sharma1-2/+4
2012-11-21graphics: add support for "single buffering"Hiemanshu Sharma1-2/+10
2012-09-28Fix compiler warningsDees_Troy1-2/+2
2012-09-05TWRP-ify AOSP codeDees_Troy1-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