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) + +