From 250b7320376239a8599f14ca43d0321dbb423965 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 25 Nov 2009 08:21:36 +0000 Subject: [PATCH] update Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@685 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/VGA_ctrl/todo.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/VGA_ctrl/todo.txt b/lib/VGA_ctrl/todo.txt index ee11a77..e20e96d 100644 --- a/lib/VGA_ctrl/todo.txt +++ b/lib/VGA_ctrl/todo.txt @@ -10,5 +10,12 @@ - VGA-INT every n-th buffer change? 2009-11-11 -- adding a blitter for blockcopy of whole frame or box region. -- Adding capability to read from two sources, manipulate and store back of whole frame or box region +- adding a blitter for blockcopy of whole frame or box region. (done 2009-11-22) +- Adding blitter capability to read from three sources (image 1, image 2 and mask), manipulate and store back of whole frame or box region + +2009-11-25 +- Adding blitter capability to read/write single 32-Bit words (and even bytes) +- Adding blitter capability to blit constant color +- Increase BLIT_CHUNKSIZE to LINEFIFO_DEPTH/2 for more performance (needs modification to FSM) + +