Skip to content

Commit a6fd9f6

Browse files
committed
exynos: update TODO list
1 parent 55d331c commit a6fd9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-exynos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ The two fullscreen parameters select the mode the DRM should select. If zero, th
5555
The driver still suffers from some issues.
5656

5757
- The aspect ratio computation can be improved. In particular the user supplied aspect ratio is currently unused.
58-
- 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.
58+
- 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).
5959
- 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.
6060
- More TODOs are pointed out in the code itself.

0 commit comments

Comments
 (0)