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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Chunky Pixels vs. Bitplanes (was: Chunky Chip Set...)
  5. References: <doiron.0ka3@starpt.UUCP>
  6. Message-ID: <paulk.30qv@terapin.com>
  7. Date: 30 Dec 92 22:44:37 PST
  8. Organization: BBS
  9. Lines: 32
  10.  
  11. > > Shifting/Masking is a no-time operation in hardware.
  12.  
  13. It approaches no-time for large enough operations, you mean.
  14.  
  15. > If you can make this magical piece of hardware, I'm sure Commodore
  16. > has a job position open for you.
  17.  
  18. Well the regular blitter is not all that far off from being this
  19. magical.  Shifting and masking basically has no speed cost except for
  20. needing to access one more word when your bits stretch over a word
  21. boundary.
  22.  
  23. > > Now render a 64 color image to your 256 color display :)
  24.  
  25. > The best you can hope for is a tie, since with planar you have to
  26. > clear the top two bitplanes anyways.
  27.  
  28. Huh???  Eh?  Duh?
  29.  
  30. All you have to do is tell it to use only six planes now.
  31.  
  32. Sounds like you're getting a little too wrapped up in this.  Time to
  33. take some deep breaths and reoxygenate those crucial tissues.
  34.  
  35. > And some chunky hardware supports color expansion, too, where you
  36. > take a single-bit image and can expand all 0's to one color and 1's
  37. > to another.  Of course, a similar thing could be done for planar,
  38. > but you still have the masking/shifting/bandwidth on unaffected
  39. > pixels problems.
  40.  
  41. You're talking about a case where you are implementing a planar
  42. display in your "chunky" system.  Where's the difference?
  43.