summaryrefslogtreecommitdiffstats
path: root/minui/graphics_drm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-13minui: add ARGB_8888 formatAdrian Salido1-0/+4
2019-03-01Use O_CLOEXEC at a few places.Tao Bao1-1/+1
2018-11-01minui: Remove the default and copy ctors for GRSurface.Tao Bao1-7/+3
2018-10-24minui: Cleanup GRSurfaceDrm and MinuiBackendDrm.Tao Bao1-114/+85
2018-10-23minui: Move GRSurface into a class.Tao Bao1-7/+6
2018-08-07Fix the DRM_FORMAT match with corresponding PixelFormattangrobin1-3/+7
2018-08-02minui: Use runtime properties instead of build time vars.Tao Bao1-9/+10
2018-07-03minui/drm: wait for page flip completionJeremy Compostella1-1/+38
2018-06-06minui: Handle the failures from the drm backend in gr_initTianjie Xu1-6/+11
2017-02-11minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao1-75/+49
2017-02-07minui: Clean up graphics_drm.cpp.Tao Bao1-351/+297
2017-01-17minui: Export minui/minui.h.Tao Bao1-2/+1
2015-07-02Add drm support to minuiStéphane Marchesin1-0/+476