home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4062 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  947 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: userabyss@aol.com (Userabyss)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Q: Blitter stealing cpu cycles while C2P?
  5. Date: 17 Feb 1996 11:24:17 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4g4vfh$sjq@newsbf02.news.aol.com>
  9. Reply-To: userabyss@aol.com (Userabyss)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I'm using a 2 pass C2P routine: 1st pass cpu (040: 5000 micros), 2nd pass
  13. asynchronously blitter (8000 micros).
  14.  
  15. so as i was using the routine with a zooming routine (2x2) i sometimes get
  16. strange results out of my profiler so I was wondering if it could be that
  17. the blitter pass is stealing cpu cycles while i'm rendering the zoomer...
  18.  
  19. my 2nd problem was that it seemed when i was rendering the zoomer into a
  20. scrambled chunky buffer it was according to my profiler faster when using
  21. a scrambling table than rendering vertically...
  22.