home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18594 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.7 KB  |  40 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!think.com!enterpoop.mit.edu!thunder.mcrcim.mcgill.edu!homer.cs.mcgill.ca!jerry
  3. From: jerry@cs.mcgill.ca (Gerald Jerry KUCH)
  4. Subject: Re: Chunky Pixels vs. Bitplanes (was: Chunky Chip Set...)
  5. Message-ID: <C0rpII.Dz7@cs.mcgill.ca>
  6. Sender: news@cs.mcgill.ca (Netnews Administrator)
  7. Organization: SOCS - McGill University, Montreal, Canada
  8. References: <doiron.0kil@starpt.UUCP> <10408@cbmger.de.so.commodore.com> <1993Jan12.112405.14424@doug.cae.wisc.edu>
  9. Date: Wed, 13 Jan 1993 01:01:29 GMT
  10. Lines: 28
  11.  
  12. In article <1993Jan12.112405.14424@doug.cae.wisc.edu> pochanay@cae.wisc.edu (Adisak Pochanayon) writes:
  13. >     Chunky Pixels are much more efficient than Bitplanes.  Consider setting
  14. >a 8-bit color-depth pixel.
  15. >
  16. >    With Chunky pixels you simply make one memory access.  That is, writing the
  17. >color to the pixel address.
  18. >
  19. >    With Bitplanes, you must make 16 memory access.  For each bitplane, you must
  20. >read a byte, set or clear the appropriate pixel-bit, and then write back the
  21. >byte.
  22. >
  23. >             1:16 memory access to slow chip mem???  I think that Chunky wins.
  24. >Not to mention that chunky pixel calculations take less time to find the
  25. >pixel address.
  26. >
  27.  
  28. Thank you for your manifold, profound insights.  This was the first point
  29. brought up in this thread, which has been going on for about three weeks
  30. now.  There are pros and cons to both sides.
  31.  
  32. But Thus Sprach Pochanay... so shall it be.
  33.  
  34.  
  35. -- 
  36.  Jerry Kuch (jerry@cs.mcgill.ca)   |  NEED A NEW QUOTE
  37.  "I was wrong to play God.  Life is precious, not a thing to be toyed with.
  38.   Now take out that brain and flush it down the toilet."
  39.                   --- M. Burns  "Treehouse of Horror II"
  40.