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

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.advocacy,comp.os.ms-windows.advocacy
  4. Subject: Re: intuition inefficient ?
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.advocacy,comp.os.ms-windows.advocacy
  6. Date: 1 Mar 1996 20:00:21 GMT
  7. Organization: Teleport - Portland's Public Access (503) 220-1016
  8. Distribution: world
  9. Message-ID: <4h7l0l$3n9@maureen.teleport.com>
  10. References: <4gm2qg$8lk@sunsystem5.informatik.tu-muenchen.de> <4gqhjj$j7b@maureen.teleport.com> <4gtqdk$mu0@sunsystem5.informatik.tu-muenchen.de>
  11. NNTP-Posting-Host: julie.teleport.com
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  15. : Stephan Schaem (sschaem@teleport.com) wrote:
  16. : : Juergen "Rally" Fischer (fischerj@Informatik.TU-Muenchen.DE) wrote:
  17.  
  18. : :  I dont know PC HW , but Dbuffer is what I would go for... BTW I read
  19. : only tripple buffering makes full use of cpu.
  20.  
  21.  Ok, but this was reguarding a waitfof methode . but hey, if the card
  22.  as enought mem for 3 buffer and support seting video mem start and
  23.  allow vblank interupt I would go for that. I would go with even more
  24.  if the video HW could work in parallel to prepare a 'blank page'.
  25.  (BTW: thats the senario on the amiga if you draw 3d objects on a
  26.  blitter backdround.)
  27.  
  28. : :  that the 'majority' of amiga nowdays dont have a vbi anymore :)
  29. : :  Well they have the native video one, but since its not used it mean
  30. : :  nothing. 
  31. : Using the AmigaOS3.0 routines does it for both AGA & gfx-cards.
  32.  
  33.  I read here that the routine use diferent sync then the gfx card.
  34.  like the card run at 72hz, the sync you will get will be 50 or
  35.  whatever your native chipset is running at.
  36.  
  37. : :  The VBL mean nada for splitfree anim, you can as well use a timmer
  38. : :  interupt derived from the video mode timing.
  39.  
  40. : On AmigaOS, yes (but you don't need it as gfxlib already got it).
  41. : On PC AFAIK only under DOS.
  42.  
  43.  On amiga OS or ANY OS you cannot get splitfree anim with a vbeam sync!
  44.  you need dbuffer MINIMUM.
  45.  
  46.  Stephan
  47.