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

  1. Path: easy.in-chemnitz.de!mkmk!floh
  2. From: floh@mkmk.in-chemnitz.de (Andre Weissflog)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Message-ID: <+VGWx*-A0@mkmk.in-chemnitz.de>
  6. Date: Fri, 12 Jan 1996 23:23:42 CET
  7. Reply-To: floh@mkmk.in-chemnitz.de
  8. References: <4d0ou6$835@astfgl.idb.hist.no> <Z31Wx*zA0@mkmk.in-chemnitz.de>
  9.  <4d42di$9e9@maureen.teleport.com>
  10. Distribution: world
  11. Organization: private uucp site
  12. X-Newsreader: Arn V 1.04
  13.  
  14. In article <4d42di$9e9@maureen.teleport.com>, Stephan Schaem writes:
  15.  
  16. > Andre Weissflog (floh@mkmk.in-chemnitz.de) wrote:
  17. > : In article <4d0ou6$835@astfgl.idb.hist.no>, Lasse Staff Jensen writes:
  18. > : > I have been following the discussion on fast tmapping
  19. > : > innerloops, and have a question conserning those 
  20. > : > very fast loops (i.e two instructions per pixel).
  21. > : > 
  22. > : 2 instructions per pixel for free texture mapping? How
  23. > : do you define 'instruction' ?
  24. >  I think he was mentiontioning this map code:
  25. >       REPEAT  32
  26. > 1)    move.b  (a0,d0.w),(a1)+
  27. > 2)    addx.l  d1,d0
  28. >       ENDR
  29. Ah yes, I remember, that one with the huge texture maps :-)
  30.  
  31. >  In the example above I dont think it will work with neg number.
  32. >  Because the msbit of X if neg will have an effect on Y.
  33. >  On the 'regular' addx methode it does work wihtout problem...
  34. Yep.
  35.  
  36. >  the xflag 'trick' is not a bad methode... it enable you
  37. >  to preshift value. It would fly on a 150mhz 030 ;)
  38. >  people compare to quickly a tmap program on a 66mhz 486 and a
  39. >  a1200... to see x86 true code speed they should run it on a
  40. >  12mhz 286.
  41. Very, *very* true :-/
  42.  
  43. Bye,
  44. -Floh.
  45.  
  46. ====//=== Andre Weissflog <floh@mkmk.in-chemnitz.de> =======
  47. ...// Sep'95: Return Of The Living Death...................
  48. \\// 90% of everything is crap (Sturgeon's Law)...........
  49. =\\===============================================Amiga!=
  50.  
  51.