Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add optional overscan compensation to recovery graphics | Doug Zongker | 2012-12-19 | 1 | -0/+6 |
| | | | | | | | | | | | If your screen is a TV, it may not actually be displaying the edges of the framebuffer. Allow specifying an overscan percentage, and move each edge of the framebuffer in by that percent of the width/height. (The gr_* layer just lies to the caller about the size of the framebuffer, telling the caller it's smaller than it really is, and offsets all drawing commands to match.) Change-Id: I11bb2feb39ae522bd3e957a14ebdecf3609e0fdc | ||||
* | allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMAT | Doug Zongker | 2012-07-11 | 1 | -2/+6 |
| | | | | Change-Id: I0bf22c87c51a34ee4a839c4966277fad8150bd59 | ||||
* | Graphics can handle stride != xres, and BGRA support. | Michael Ward | 2011-06-23 | 1 | -2/+5 |
| | | | | Change-Id: Ifee94ac08028e62a40241a089ac7c36346fea3a3 | ||||
* | option to allow recovery to use 24-bit graphics in UI | Doug Zongker | 2011-01-14 | 1 | -0/+4 |
| | | | | | | | Add "RECOVERY_24_BIT := true" to the device's BoardConfig.mk to use 24-bit framebuffers in the recovery ui. Change-Id: Iaede138bf7870becf237f12f1c0e49c9ff82d007 | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -0/+12 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-04 | 1 | -12/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+12 |