home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 15015 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.7 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!primerd.prime.com!usenet
  2. From: J.Cook@ENS.Prime.COM (Jim Cook)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Top byte of 24-bit offscreen gworld?
  5. Message-ID: <1992Sep4.181047.16762@primerd.prime.com>
  6. Date: 4 Sep 92 18:10:47 GMT
  7. Article-I.D.: primerd.1992Sep4.181047.16762
  8. References: <28628@vedge.UUCP>
  9. Sender: usenet@primerd.prime.com (Usenet)
  10. Reply-To: <J.Cook@ENS.Prime.COM>
  11. Organization: Prime Computer, Inc.
  12. Lines: 24
  13.  
  14. In article <28628@vedge.UUCP> brad@vedge.com (Brad Fowlow) writes:
  15. >Can anyone say how quickly or terribly things might
  16. >go awry if I try to keep some extra info in the top 8 bits
  17. >of the pixel data of a 24-bit offscreen gworld?
  18. >
  19. >That byte is awfully tempting as a place for alpha stuff.
  20. >And for the moment I'm not too concerned with how the code
  21. >will react under system 12; I just don't want sneaking 
  22. >randomness to show up next week. 
  23. >Have I missed something in IM6 that unequivocally rules
  24. >this out, or permits it?  Has anyone else been similiarly tempted?
  25.  
  26. The only think I know is that you better check the spec's on your video board.
  27. Some video boards implement 32 bits per pixel and ignore the high 8 bits and
  28. some board don't have the memory there to save money.  Check your board and
  29. the boards of any other Macs you want to run on.
  30.  
  31. Since I don't know many video board vendors that make use of the fourth byte
  32. in 32-bit (24-bit) color mode (TruVision was one vendor), I don't know how
  33. rigorous Apple has been in testing to see that byte makes it out to the 
  34. video board complete and unchanged.  On the other hand, I don't have any
  35. evidence that it won't - just idle curiosity.
  36.  
  37. Jim
  38.