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

  1. Path: nntp-trd.UNINETT.no!lolsen
  2. From: lolsen@hsr.no (Lasse Olsen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: 12 Jan 1996 10:44:15 GMT
  6. Organization: UNINETT news service    
  7. Message-ID: <4d5e1v$nlh@dole.uninett.no>
  8. References: <4cj57f$7qe@irz210.inf.tu-dresden.de> <4cjmsk$9aa@sunsystem5.informatik.tu-muenchen.de> <291.6578T1189T2189@login.eunet.no> <4cskrt$kmq@morgoth.sfu.ca> <4d16bt$48l@sunsystem5.informatik.tu-muenchen.de> <4d3j36$70g_001@salford.ac.uk>
  9. NNTP-Posting-Host: gorina5.hsr.no
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Doug Reed (D.A.Reed@chemistry.salford.ac.uk) wrote:
  13. : In article <4d16bt$48l@sunsystem5.informatik.tu-muenchen.de>,
  14. :    fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) wrote:
  15.  
  16. : >|> Are you using HAM mode?  You can get excellent speed only updating 
  17. : the lower
  18. : >|> four bitplanes and interlacing lores screens, alternating odd/even 
  19. : chunky
  20. : >|> pixels.
  21. : >
  22. : >cool, have you done a demo with your idea ?
  23. : >
  24. : >if the cpu is quick enough, and the renderer is dirty enough to get 
  25. : >conversion for free ;) then you should even be able to copy a 1x1 
  26. : >screen in 1/2 >frame! =:o but maybe you got to wait for PPC to get it 
  27. : >for free ;)
  28. : >would be especially interesting for all A3000 users! (quick cpu but no 
  29. : >AGA)
  30.  
  31. : I tried this using SuperHires Ham-6 (Soz A3000 users). On my 030-50F it 
  32. : does a 12-Bit truecolour 1X1 screen (256*256 [1024*256]) in about 12.5 
  33. : fps, and the processor is currently idle for >= 3/4 of the time (no 
  34. : rendering just F>C conversion), as the blitter is doing the bulk of the 
  35. : work and so there is plenty of time to render the screen with the 
  36. : processor. The only problems that I can see with it is that colours 
  37. : have to be scrambled to get this speed (this could be a pain when 
  38. : shading Etc.) and it requires s**tloads of memory. It does look good 
  39. : though. If only I had time to do something with it ;)
  40.  
  41. :     Doug.  
  42.  
  43.     Very interresting indeed. :)
  44.     Anyone up for a test of this thesus?
  45.     Cheers...
  46.  
  47.