home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17900 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  674 b 

  1. Path: sparky!uunet!spool.mu.edu!olivea!apple!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Chunky Pixel Mode for Low End Chip Set?
  5. Message-ID: <paulk.2za1@terapin.com>
  6. Date: 29 Dec 92 00:27:24 GMT
  7. References: <jbickers.0m6w@templar.actrix.gen.nz>
  8. Organization: BBS
  9. Lines: 7
  10.  
  11. > I don't see how flood filling can be faster with planes. The
  12. > classic method is mostly ReadPixel() and WritePixel() operations,
  13. > which chunky pixels excel at.
  14.  
  15. The area fill operation built into the blitter doesn't go one
  16. pixel at a time, I'm pretty sure.  Unfortunately the line-drawing
  17. operation does go one pixel at a time.
  18.