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

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: QBlit() waits for blitter to finish... ??
  5. Date: 3 Jan 1996 11:08:33 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <1046.6575T1156T2713@ifi.uio.no>
  8. References: <4c1v3q$hhs@wumpus.cc.uow.edu.au>
  9. NNTP-Posting-Host: gymir.ifi.uio.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. >   I'm trying to use QBlit() and it doesn't seem to work like I thought it
  13. >would. My understanding was that I could call QBlit() with a bltnode and it
  14. >would return after it had put the bltnode in the queue. Then when the blitter
  15. >has finished, my task would be interrupted and the next bltnode in the queue
  16. >would be processed and my task would continue.
  17. >       I'm using an a3000 2mb chip, 4mb fast v2.04 SAS/C v6.56,
  18. >and I would like to have the cpu running without having to wait for the
  19. >blitter. The way it is behaving now is just like if I did
  20.  
  21. >       OwnBlitter()...WaitBlit()...DisownBlitter()
  22.  
  23. >       Could someone please explain how QBlit() should work, if it works how
  24. >I thought it should, then at least I'll know its something I've done wrong.
  25.  
  26. I had the same problem myself. Later I found out that there is a bug in
  27. FasterBlitter (FBL) made by Arthur Hagen.
  28.  
  29. If you har using the FBL-patch, remove it or use the "SLOW" option.
  30.  
  31.  
  32. <sb>Ludde - Amiga Demo Coder
  33. <sb>Virtual Reality & Official Be developer
  34. <sb>ludvigp@ifi.uio.no
  35.  
  36.