summaryrefslogtreecommitdiffstats
path: root/minui/graphics_fbdev.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-27Remove magic code to flash the screenKelvin Zhang1-2/+0
2019-03-01Use O_CLOEXEC at a few places.Tao Bao1-1/+1
2018-11-27minui: GRSurface::Create() computes data_size on its own.Tao Bao1-3/+3
2018-11-02minui: Use android::base::unique_fd in MinuiBackendFbdev.Tao Bao1-12/+5
2018-11-01minui: Refactor GRSurfaceFbdev.Tao Bao1-36/+32
2018-10-23minui: Move GRSurface into a class.Tao Bao1-16/+12
2017-02-11minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao1-37/+14
2017-02-07minui: Clean up graphics_fbdev.cpp.Tao Bao1-139/+129
2017-01-17minui: Export minui/minui.h.Tao Bao1-2/+1
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-1/+1
2016-11-09Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-1/+1
2016-01-08Revert "Byte swap to support BGRA in recovery mode"Andriy Naborskyy1-12/+0
2015-04-15Don't use typedefs that hide *s.Elliott Hughes1-4/+4
2015-04-10Switch minui over to C++.Elliott Hughes1-10/+6
2015-02-12Fix Droid and animation color in recovery modeTony Kuo1-13/+0
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2014-11-14Byte swap to support BGRA in recovery modeHeather Lee Wilson1-0/+12
2014-06-12minui: avoid random screen frame at startupJoey Pan1-0/+2
2014-05-14Support BGRA framebufferDaniel Leung1-0/+13
2014-03-14Recovery 64-bit compile issuesMark Salyzyn1-3/+4
2014-03-11separate fbdev-specific code out from minuiDoug Zongker1-0/+201
2014-03-11separate fbdev-specific code out from minuiDoug Zongker1-0/+201