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

  1. Path: w350zrz.zrz.TU-Berlin.DE!rawneiha
  2. From: rawneiha@w350zrz.zrz.TU-Berlin.DE (Philipp Boerker)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 23 Feb 1996 14:58:53 GMT
  6. Organization: Technical University Berlin, Germany
  7. Message-ID: <4gkknd$b1v@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: w350zrz.zrz.tu-berlin.de
  10.  
  11. ludvigp@ifi.uio.no (Ludvig Pedersen) writes:
  12.  
  13. >>Have you timed the routine and have you compared it to a plain copy?
  14. >>My routine takes 48c for conversion too, and I do proper pipelining
  15. >>and still it is not chipmem speed.
  16. >That means your routine should be just as fast as ours, I guess.
  17.  
  18. I think, I made an logical error! If the routine takes 8.x c/pixel and it
  19. converts 3.5 M pixel/second that means that on the paper only 30M c should have
  20. been spent. Where are the other 20M c? Wasted while waiting for mem? That would
  21. mean that the routine is pretty free on 25 MHz too! :)
  22.  
  23. >Your are not using the CPU and the BLITTER at the same time in chipram are
  24. >you??? Because that is very foolish! :) (read: SLOW!)
  25.  
  26. No, I don't. I even toggle blitternasty-bit at the importent places...
  27.  
  28. >Anyway, to make sure I timed it.
  29.  
  30. >Using a PAL lowres screen with 256 colors, all interrupts off.
  31.  
  32. >c2p:  Used 74 rasterlines on a 160x128 screen
  33. >Copy: Used 73 rasterlines.
  34.  
  35. >I consider that as pretty equal.
  36.  
  37. Inside the error-delta for timings, I'd say.
  38.  
  39. Greets,
  40. Phil.
  41. grond/matrix
  42.  
  43.