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

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: One hardware-basher's manifesto
  5. Date: 29 Feb 1996 22:36:53 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4h59q5$hvl@maureen.teleport.com>
  8. References: <4ge8na$vhe@ar.ar.com.au> <08000305729070351637@BIRDLAND> <4guenp$1a1@vixen.cso.uiuc.edu> <4h51kg$cio@maureen.teleport.com>
  9. NNTP-Posting-Host: linda.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Stephan Schaem (sschaem@teleport.com) wrote:
  13.  
  14. :  You do not ALWAYS access ram linearly... Drawing a vertical line in 32bit
  15. :  color only accessing ram linearly?
  16.  
  17. : ..    move.l    d0,(a0)
  18. :     adda.l    a1,a0
  19. :     dbra    d0,..
  20.  
  21.  What I really wanted to show (above is a bad example) is that GFX
  22.  function can pretty much access ram 'randomly' for writes & READS.
  23.  
  24.  The 'worse' case senario is free direction texture mapping.
  25.  
  26.  Stephan
  27.