From a6fd9f6a008735d1fcf96f63d50f0cf135d3a5ba Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Sat, 9 Aug 2014 11:55:16 +0200 Subject: [PATCH] exynos: update TODO list --- README-exynos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-exynos.md b/README-exynos.md index eeffe0df12..caf8e7b406 100644 --- a/README-exynos.md +++ b/README-exynos.md @@ -55,6 +55,6 @@ The two fullscreen parameters select the mode the DRM should select. If zero, th The driver still suffers from some issues. - The aspect ratio computation can be improved. In particular the user supplied aspect ratio is currently unused. - - Font rendering and blitting is very inefficient since the backing buffer is cleared every frame. Introduce a invalidation rectangle which covers the region where font glyphs are drawn, and then only clear this region. + - Font rendering and blitting is very inefficient since the backing buffer is cleared every frame. Introduce a invalidation rectangle which covers the region where font glyphs are drawn, and then only clear this region. Also consider converting the buffer to A8 color format and using global color (not sure if this is possible). - Temporary GEM buffers are used as source for blitting operations. Support for the IOMMU has to be enabled, so that one can use the 'userptr' functionality. - More TODOs are pointed out in the code itself.