You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README-exynos.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,6 @@ The two fullscreen parameters select the mode the DRM should select. If zero, th
55
55
The driver still suffers from some issues.
56
56
57
57
- 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).
59
59
- 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.
0 commit comments