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

  1. Path: hercules.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@hercules.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 13 Mar 1996 12:24:53 GMT
  6. Organization: Technical University Berlin, Germany
  7. Message-ID: <4i6eql$qpo@brachio.zrz.TU-Berlin.DE>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922
  9. NNTP-Posting-Host: hercules.zrz.tu-berlin.de
  10.  
  11. ccc6004@vip.cybercity.dk (Hans Henrik Happe) writes:
  12.  
  13.  
  14. >Philipp Boerker ( rawneiha@hydra.zrz.TU-Berlin.DE ) wrote:
  15. >> ludvigp@ifi.uio.no (Ludvig Pedersen) writes:
  16.  
  17.  
  18. >>>>>Your are not using the CPU and the BLITTER at the same time in chipram are
  19. >>>>>you??? Because that is very foolish! :) (read: SLOW!)
  20. >>>>No, I don't. I even toggle blitternasty-bit at the importent places...
  21. >>>But you are using a blitter-interrupt (or QBlit)?
  22.  
  23. >> Yes, I did my own interrupthandler.
  24.  
  25. >Is this a system interrupthandler??
  26.  
  27. No, it is impossible to get in charge of the blitterint without some
  28. hardware banging. 
  29.  
  30.  
  31. > I thougt graphics.library always were in charge
  32. >of the blitter interrupt (and it don't even use it for it's own rutines, exept QBlit).
  33.  
  34. Yes, it is...until you take it away from it ;)
  35. If you want to control the blitter via OS you could launch another task from your
  36. starting task that will do a OwnBlitter(), start the blitter via OS and then 
  37. does some WaitBlit()'s until the blitter is ready. Your main task would have 
  38. to request a conversion by sending a message to that task. The task would have to 
  39. do a WaitPort() in the meantime.
  40. I didn't want to do that...
  41.  
  42. >btw. Why is it slower to write to chipmem with the CPU and the blitter at the samme time?
  43.  
  44. Because the blitter is stealing DMA from the CPU.
  45.  
  46. >Hans Henrik Happe
  47. >  Goat / Sumpen
  48.  
  49. >You can kill the human race, but you can't kill the AMIGA.
  50.  
  51. I'd still prefer the second...
  52.  
  53. Greets,
  54. Phil.
  55. grond/matrix
  56.