summaryrefslogtreecommitdiffstats
path: root/minui/graphics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix problem where the screen is sometimes all black in recoveryDoug Zongker2011-09-271-0/+3
* minui: graphics: add interface for framebuffer blank/unblankDima Zavin2011-08-301-0/+10
* minui: graphics: add ability to query font sizeDima Zavin2011-08-301-0/+6
* Get the correct line_length.Michael Ward2011-06-241-2/+37
* Graphics can handle stride != xres, and BGRA support.Michael Ward2011-06-231-10/+13
* option to allow recovery to use 24-bit graphics in UIDoug Zongker2011-01-141-10/+18
* clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker2010-11-011-1/+2
* Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin2009-06-061-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+312
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-312/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-111-16/+33
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-181-33/+24
* Initial ContributionThe Android Open Source Project2008-10-211-0/+304