graphics: We defintiely want blit for some hardware
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 20 Oct 2015 16:45:03 +0000 (17:45 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 20 Oct 2015 16:45:03 +0000 (17:45 +0100)
Kernel/README.GRAPHICS

index 469d2d1..79d85f4 100644 (file)
@@ -157,7 +157,7 @@ If we go this way then
    map it, just put a copy of the rendering loop *in* userspace and avoid
    syscalls !
 
-6. Do we still allow for screen/screen blits as well (eg scrolling)
+6. Do we still allow for screen/screen blits as well (eg scrolling)  YES
 
 7. Should there be a way to access the system font from userspace for graphics
    work ?