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

  1. Path: fix.uni-trier.de!not-for-mail
  2. From: hfrieden@fix.uni-trier.de (Hans-Joerg Frieden)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Wolfenstein Texture mapping problem
  5. Date: 27 Feb 1996 11:43:01 GMT
  6. Organization: Universitaet Trier
  7. Message-ID: <4guqo5$4l9@news01.uni-trier.de>
  8. References: <4g5mv0$sns@news01.uni-trier.de> <4gimj3$4lp@news01.uni-trier.de> <4glh4j$rgg@maureen.teleport.com>
  9. NNTP-Posting-Host: fix.uni-trier.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  14.  
  15. Stephan Schaem (sschaem@teleport.com) wrote:
  16. :  Why the table, and the z buffer? what are those 3 instructions?
  17. I do fill a zbuffer with the information from the raycaster, so that 
  18. while I do the raycasting, the picasso blitter can clear the buffers I am 
  19. writing to... The three instructions (from memory, dunno if I am correct 
  20. here) are
  21.  
  22. loop:
  23.     move.b    (a0,d0.w),(a1)+
  24.     addq    #2,a0
  25.     dbra    d1,loop
  26.  
  27. :  How is the picaso update done? you write the the buffer directly?
  28. :  you use an OS function? How long does it take the OS to update
  29. :  a the fatsmem buffer? I'm asking cause this might be a major cause
  30. :  for your slowdown.
  31. I do write into a fastram buffer and then copy it to the card ram with 
  32. word writes. The Picasso is ZII, so word writes are better than byte 
  33. writes. I can directly access the picasso memory, as a linear chunky 
  34. stream, I don't need OS functions for that. I am using the rtgmaster 
  35. library at the moment, with my rtgPICA sublib, so this will essentially 
  36. also work on a CyberGfx or an EGS board
  37.  
  38. Regards, Hans-Joerg.
  39.  
  40. -- 
  41. Hans-Joerg Frieden   Schloss-Strasse 176   54293 Trier   Germany
  42. Private Mail to hfrieden@fix.uni-trier.de
  43. HiWi at University of Trier, Germany
  44. Any Opinion expressed is completely my own, not those of my employers.
  45.