summaryrefslogtreecommitdiffstats
path: root/minui/graphics_drm.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to AOSP 8.0 baseEthan Yonker2017-09-081-378/+296
|\ | | | | | | Change-Id: I29fe722b4eb9718765327902779046840a01433e
| * minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao2017-02-111-75/+49
| | | | | | | | | | | | | | | | This CL defines minui_backend as an interface, and expresses the three backends (adf, drm and fbdev) as subclasses to the interface. Test: 'Run graphics test' on N9, Pixel C and N5X. Change-Id: I0e23951c7b2e2ff918957a8d9fc8b0085b6e5952
| * minui: Clean up graphics_drm.cpp.Tao Bao2017-02-071-351/+297
| | | | | | | | | | | | | | | | | | Remove unneeded header includes. Switch a few memset() to '= {}' style. Otherwise mostly cosmetic changes like reformatting. Test: 'Run graphics test' on ryu (which is a DRM device). Change-Id: I4b0ab2dc0da69a690f09e4f0674b8377de662962
| * minui: Export minui/minui.h.Tao Bao2017-01-171-2/+1
| | | | | | | | | | | | | | For libminui static and shared libraries. Test: build Change-Id: Ib30dc5e2ef4a3c8b3ca3a0cec68cb65e229a0c16
* | Add support for RGBA_8888 pixel formatKra1o52015-10-141-0/+3
|/ | | | Change-Id: Ia15d49e51cad5bc8a3291975e1ff515a2b1c419c
* Add drm support to minuiStéphane Marchesin2015-07-021-0/+476
Bug: 22231636 Change-Id: I103c8e906b7dd9862b7bb89d8642268e9a3006b4 Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>