home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / programm / 15959 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.5 KB

  1. Path: sparky!uunet!cbmvax!chrisg
  2. From: chrisg@cbmvax.commodore.com (Chris Green)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: system-friendly screen-hack ?
  5. Message-ID: <37092@cbmvax.commodore.com>
  6. Date: 17 Nov 92 12:50:58 GMT
  7. References: <1992Nov16.192637.29578@ifi.uio.no>
  8. Reply-To: chrisg@cbmvax.commodore.com (Chris Green)
  9. Organization: Commodore, West Chester, PA
  10. Lines: 23
  11.  
  12. In article <1992Nov16.192637.29578@ifi.uio.no> christim@ifi.uio.no (Christian Moen) writes:
  13. >I need to write to a screen blindingly fast, but want to do this
  14. >in a system-friendly manner. I've thought about grabbing the
  15. >bitplane-pointers in the screen-structure, but is this really
  16. >system-friendly ?  What about future DIG/RTG ?
  17.  
  18.     NEVER, NEVER use the imbedded Screen BitMap structure. Use
  19. Screen->RastPort->BitMap. Under DIG, or on systems with more than 
  20. 8 bitplanes, the copy of the bitmap can't be valid.
  21.  
  22. >
  23. >I've also thought about using the graphics.library BltBitMap function,
  24. >put I think I'm better off not using the blitter.
  25.  
  26.     BltBitMap will work fine under DIG/RTG.
  27. -- 
  28. *-------------------------------------------*---------------------------*
  29. |Chris Green - Graphics Software Engineer   - chrisg@commodore.COM      f
  30. |                  Commodore-Amiga          - uunet!cbmvax!chrisg       n
  31. |My opinions are my own, and do not         - icantforgettheimpression  o
  32. |necessarily represent those of my employer.- youmadeyouleftaholeinthe  r
  33. |"A screaming comes across the sky..."      - backofmyhead              d
  34. *-------------------------------------------*---------------------------*
  35.