Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert to old libminui and fix up | Ethan Yonker | 2014-11-06 | 1 | -217/+0 |
| | | | | | | | | We will wait for CAF to give us a new libminui that supports qualcomm overlay before moving up to the new format if possible. Attempt to fix up old libminui to work with new libpng. Change-Id: I494b7287b347f4730aa8f9d27d4cc17b6e93919a | ||||
* | minui: avoid random screen frame at startup | Joey Pan | 2014-06-12 | 1 | -0/+2 |
| | | | | | | | Clear framebuffer at init. [toddpoynor@google.com: forward port] Change-Id: Ie98c7724cd974dcacef3e3559a6fe492864a5e72 | ||||
* | Support BGRA framebuffer | Daniel Leung | 2014-05-14 | 1 | -0/+13 |
| | | | | | | | | | | | | | The re-designed recovery graphics code only supports RGB{_,X,A} framebuffer, and this patch adds support for BGRA framebuffer. Change-Id: I3780c8288088f497fa248f3492c54f43834a8598 Signed-off-by: Daniel Leung <daniel.leung@intel.com> Reviewed-by: Jovanovic, Radivoje <radivoje.jovanovic@intel.com> Reviewed-by: Parkinson, TimothyX L <timothyx.l.parkinson@intel.com> Tested-by: Parkinson, TimothyX L <timothyx.l.parkinson@intel.com> Reviewed-by: Boie, Andrew P <andrew.p.boie@intel.com> Reviewed-by: Gumbel, Matthew K <matthew.k.gumbel@intel.com> | ||||
* | Recovery 64-bit compile issues | Mark Salyzyn | 2014-03-14 | 1 | -3/+4 |
| | | | | Change-Id: I92d5abd1a628feab3b0246924fab7f97ba3b9d34 | ||||
* | separate fbdev-specific code out from minui | Doug Zongker | 2014-03-11 | 1 | -0/+201 |
Isolate the code that interacts with fbdev, in preparation for adding a new backend. Change-Id: I19105e9da1ca6408cebc110f7e2bb5abfb481ee9 |