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
This commit is contained in:
2009-11-25 08:21:36 +00:00
parent f33f341adb
commit 250b732037
+9 -2
View File
@@ -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)