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

  1. Path: oreig.uji.es!ii202
  2. From: ii202@rossegat.uji.es (Jorge Acereda Macia)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 15 Jan 1996 18:02:41 GMT
  6. Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  7. Distribution: world
  8. Message-ID: <4de4s1$kjj@oreig.uji.es>
  9. References: <38231876@kone.fipnet.fi> <4cuhbv$l14@oreig.uji.es> <38231974@kone.fipnet.fi>
  10. NNTP-Posting-Host: @rossegat.uji.es
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  14.  
  15. > > 20 ms? Using scrambled chunky buffer I get 320x200x8 in 25.7 
  16. > > on 030@50 (slow :-( ). Well, I keep multitasking enabled using a 127
  17. > > TaskPri, so interrupts should suck the cache... But 20 ms. for
  18. > > 320x256... Could you give some hints?
  19.  
  20. > I was just speculating. Copying a 320x256x8 data area from
  21. > fast to chip ram takes about 20ms. Now, if three c2p passes
  22. > could be done "free" on 030/50 and the last pass with
  23. > the blitter, it would be great.
  24.  
  25. Using a scrambled buffer, I assume...
  26.  
  27. > I dont think your systemfriendliness slows down.. 
  28. > Do you use the blitter?
  29.  
  30. No blitter. 320x200 with CPU only, takes 25.7 ms, beeing the first two
  31. passes 5.something ms and the other two+writes to chip ram the other 20 ms.
  32. (030@50 times) It's pretty slow. I think three totally free passes are not
  33. possible on 030, but the times should not be more than 22 or 23 ms (?).
  34.  
  35. So, how much would require the last pass with the blitter? Will we
  36. see full screen 25 fps doom on 030? 
  37.  
  38. Greets,
  39.    Jorge Acereda (ii202@rossegat.uji.es)
  40.