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

  1. Path: io.salford.ac.uk!ais-ck-018
  2. From: D.A.Reed@chemistry.salford.ac.uk (Doug Reed)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: C2P
  5. Date: Thu, 11 Jan 96 17:57:58 GMT
  6. Organization: University of Salford
  7. Message-ID: <4d3j36$70g_001@salford.ac.uk>
  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>
  9. NNTP-Posting-Host: ais-ck-018.salford.ac.uk
  10. X-Newsreader: News Xpress Version 1.0 Beta #3
  11.  
  12. In article <4d16bt$48l@sunsystem5.informatik.tu-muenchen.de>,
  13.    fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) wrote:
  14.  
  15. >|> Are you using HAM mode?  You can get excellent speed only updating 
  16. the lower
  17. >|> four bitplanes and interlacing lores screens, alternating odd/even 
  18. chunky
  19. >|> pixels.
  20. >
  21. >cool, have you done a demo with your idea ?
  22. >
  23. >if the cpu is quick enough, and the renderer is dirty enough to get 
  24. >conversion for free ;) then you should even be able to copy a 1x1 
  25. >screen in 1/2 >frame! =:o but maybe you got to wait for PPC to get it 
  26. >for free ;)
  27. >would be especially interesting for all A3000 users! (quick cpu but no 
  28. >AGA)
  29.  
  30. I tried this using SuperHires Ham-6 (Soz A3000 users). On my 030-50F it 
  31. does a 12-Bit truecolour 1X1 screen (256*256 [1024*256]) in about 12.5 
  32. fps, and the processor is currently idle for >= 3/4 of the time (no 
  33. rendering just F>C conversion), as the blitter is doing the bulk of the 
  34. work and so there is plenty of time to render the screen with the 
  35. processor. The only problems that I can see with it is that colours 
  36. have to be scrambled to get this speed (this could be a pain when 
  37. shading Etc.) and it requires s**tloads of memory. It does look good 
  38. though. If only I had time to do something with it ;)
  39.  
  40.     Doug.  
  41.