home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4430 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: newshost.grace.cri.nz!maths!peterm
  3. From: peterm@maths.grace.cri.nz (Peter McGavin)
  4. Subject: Re: Amiga doesn`t need Pl
  5. Message-ID: <PETERM.96Feb29104046@tui.maths.irl.cri.nz>
  6. Date: 28 Feb 1996 21:40:46 GMT
  7. Distribution: world
  8. References: <john.hendrikx.4hkw@grafix.xs4all.nl>
  9. Organization: Industrial Research Ltd
  10. In-reply-to: john.hendrikx@grafix.xs4all.nl's message of Tue, 27 Feb 96
  11.     12:14:59 GMT+1
  12.  
  13. john.hendrikx@grafix.xs4all.nl (John Hendrikx) writes:
  14. >Add '1 MB Agnus required' to this list (yet another hardware specific
  15. >optimisation C2P needs to take into account).
  16.  
  17. Blitter C2P can be written for any Agnus, but pre-1MB Agnus requires
  18. several blits per pass, hence more overheads and slower.  I agree it's
  19. a hassle to optimise for all configs.
  20.  
  21. >In a message of 25 Feb 96 Peter McGavin wrote to All:
  22. > PM> Minor point, perhaps, but I now believe it _is_ possible to blit a
  23. > PM> smaller part of the whole screen (horizontally) with C2P.
  24. >
  25. >This final blitter pass, would this be an additional blitter-pass 'normally'
  26. >not needed?  If so it would be possible.  Otherwise I think it isn't possible
  27. >as the Destination modulo MUST be zero (remember that only 1 word is copied
  28. >before each modulo is updated -- the BlitterWindow is after all only 1 word
  29. >wide, but VERY high, which is what makes the BlitterC2P trick work in the first
  30. >place).
  31.  
  32. Whoops, I think you are right after all.  To do it in the final
  33. (usually 4th) blitter pass would require a blit for every scanline.
  34. -- 
  35. Peter McGavin.   (p.mcgavin@irl.cri.nz)
  36.  
  37.