Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix problem where the screen is sometimes all black in recovery | Doug Zongker | 2011-09-27 | 1 | -0/+3 |
| | | | | Change-Id: Ifa0b59e43eaf0bea9435aa4d96c5b0fc4f10fbfe | ||||
* | minui: graphics: add interface for framebuffer blank/unblank | Dima Zavin | 2011-08-30 | 1 | -0/+10 |
| | | | | | Change-Id: I5c3ee61cbf6fadae50f10b9f2e73caceaa5048a7 Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | minui: graphics: add ability to query font size | Dima Zavin | 2011-08-30 | 1 | -0/+6 |
| | | | | | Change-Id: I5e8f477b7b205794f2975f12e6b6010c177f6052 Signed-off-by: Dima Zavin <dima@android.com> | ||||
* | Get the correct line_length. | Michael Ward | 2011-06-24 | 1 | -2/+37 |
| | | | | | | Set the BPP and other fields and write it back, so the line_length comes back correctly. Change-Id: I85e4e8223c79b9394ae1fb609b3026de62027ab8 | ||||
* | Graphics can handle stride != xres, and BGRA support. | Michael Ward | 2011-06-23 | 1 | -10/+13 |
| | | | | Change-Id: Ifee94ac08028e62a40241a089ac7c36346fea3a3 | ||||
* | option to allow recovery to use 24-bit graphics in UI | Doug Zongker | 2011-01-14 | 1 | -10/+18 |
| | | | | | | | Add "RECOVERY_24_BIT := true" to the device's BoardConfig.mk to use 24-bit framebuffers in the recovery ui. Change-Id: Iaede138bf7870becf237f12f1c0e49c9ff82d007 | ||||
* | clear recovery framebuffers on allocation; display icon right after ui_init | Doug Zongker | 2010-11-01 | 1 | -1/+2 |
| | | | | | | | | | | | Make ui_init() clear the framebuffer memory it maps in so the user isn't treated to a visible flash of random bits on recovery startup. Call ui_set_background() (to show the installing icon) right after ui_init() to display something while device_recovery_start() is working (which can take a second or two on some devices). Bug: 3145331 Change-Id: I11e7859fab5847370ea4f4932c3fb1558af26c5d | ||||
* | Force the fb into 16 bpp mode in case the hw has some other default. | Rebecca Schultz Zavin | 2009-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -0/+312 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -312/+0 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-11 | 1 | -16/+33 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-18 | 1 | -33/+24 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+304 |