home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17902 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.7 KB  |  37 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!Germany.EU.net!mpifr-bonn.mpg.de!speckled.mpifr-bonn.mpg.de!mlelstv
  3. From: mlelstv@speckled.mpifr-bonn.mpg.de (Michael van Elst)
  4. Subject: Re: Chunky Pixels vs. Bitplanes (was: Chunky Chip Set...)
  5. Message-ID: <1992Dec29.114206.2227@mpifr-bonn.mpg.de>
  6. Sender: news@mpifr-bonn.mpg.de
  7. Nntp-Posting-Host: speckled
  8. Organization: Max-Planck-Institut f"ur Radioastronomie
  9. References: <1992Dec28.000531.26783@mpifr-bonn.mpg.de> <doiron.0k4a@starpt.UUCP> <1992Dec29.010853.12840@mpifr-bonn.mpg.de> <C00nKw.Lx7@unix.portal.com>
  10. Date: Tue, 29 Dec 1992 11:42:06 GMT
  11. Lines: 24
  12.  
  13. In <C00nKw.Lx7@unix.portal.com> danb@shell.portal.com (Dan E Babcock) writes:
  14. >mask, dest, and dest) per word transferred. On a TI graphics chip it requires
  15. >only 2 accesses, source and dest, because it can avoid disturbing the destination
  16. >byte if the source byte is 0 (transparent). It's inherently twice as fast.
  17.  
  18. >Dan
  19.  
  20. You meant, the TI chip performs the operation twice as fast as our blitter.
  21. True (besides that it is even faster because of a higher clock).
  22.  
  23. With planes you could read a word of each plane (at that time OR them together
  24. in a register) read the destination if the generated mask is nonzero and
  25. different from all-one (AND it at that time with the mask) and write it back
  26. (just if the mask was nonzero).
  27.  
  28. This generates extra reads of the destination for the boundaries of the
  29. object compared to chunky pixel.
  30.  
  31. Regards,
  32. -- 
  33. Michael van Elst
  34. UUCP:     universe!local-cluster!milky-way!sol!earth!uunet!unido!mpirbn!p554mve
  35. Internet: p554mve@mpirbn.mpifr-bonn.mpg.de
  36.                                 "A potential Snark may lurk in every tree."
  37.