Nvidia Instancing demo on x800

Discussion in 'Architecture and Products' started by tEd, Jul 25, 2004.

  1. digitalwanderer

    digitalwanderer Dangerously Mirthful
    Legend

    Joined:
    Feb 19, 2002
    Messages:
    18,992
    Likes Received:
    3,532
    Location:
    Winfield, IN USA
    No.

    Deano, thank you! :D
     
  2. Farid

    Farid Artist formely known as Vysez
    Veteran Subscriber

    Joined:
    Mar 22, 2004
    Messages:
    3,844
    Likes Received:
    108
    Location:
    Paris, France
    Do you know, Dave, if this software does rely "heavily" on the CPU?
     
  3. Dave Baumann

    Dave Baumann Gamerscore Wh...
    Moderator Legend

    Joined:
    Jan 29, 2002
    Messages:
    14,090
    Likes Received:
    694
    Location:
    O Canada!
    I would say that the difference in the demo here would suggest not. ;)

    I don't know the extent of it, however I don't think the overhead is particularly great. But, the main element is that the registers used are in the hardware.
     
  4. digitalwanderer

    digitalwanderer Dangerously Mirthful
    Legend

    Joined:
    Feb 19, 2002
    Messages:
    18,992
    Likes Received:
    3,532
    Location:
    Winfield, IN USA
    OT-Happy 7k Dave. 8)
     
  5. Humus

    Humus Crazy coder
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    3,217
    Likes Received:
    77
    Location:
    Stockholm, Sweden
    Well, if they wanted to do that it would mean nVidia couldn't expose SM3.0 since the 6800 doesn't support either of blending or filtering on FP32.
     
  6. Humus

    Humus Crazy coder
    Veteran

    Joined:
    Feb 6, 2002
    Messages:
    3,217
    Likes Received:
    77
    Location:
    Stockholm, Sweden
    And that's exactly what's wrong. There is no such thing as grades of hardware. It's not nearly that linear. It's sort of like when you put people's different political view and opinions on the left-right scale, which artificially ties completely unrelated views to each other, which does nothing but rationalizes people's prejudice against those on the other side of the scale.
    It's sort of linear within an IHV though I guess, but not entirely linear there either. Features occasionally gets dropped from hardware. But it's certainly not particularly linear when you take all the IHVs into account.

    Now I'm fine with a packaging model with loads of functionality bound into it, IFF it also allows you to poke in the details if you care. I think the OpenGL model is good. For many apps you can just check the OpenGL version, and if you have say 1.5 you have a large package of features you can use. But if you want more precise details, you can query the extensions, and if you want even more detail, query the capabilities within the extensions.
     
  7. DeanoC

    DeanoC Trust me, I'm a renderer person!
    Veteran Subscriber

    Joined:
    Feb 6, 2003
    Messages:
    1,469
    Likes Received:
    185
    Location:
    Viking lands
    Why is OpenGL bundling any better than D3D?

    Both systems make mistakes, from the shadow buffer stuff in OpenGL to D3D vertex instancing.

    If anything bundling capabilities is something OpenGL has made more mistakes with than D3D so far. The shadow buffer issue makes a great example.

    Shadow buffers are part of OpenGL 1.4 (I think) but aren't supported on all hardware natively. Its not an inherit capability of most non NVIDIA hardware and they have to emulate it via fragment programs. This caused a big mess when ARB_Fragment_Program came about, as you need fragment programs to do both on ATI hardware but you can mix fragment program and shadow buffers freely on NVIDIA.

    NVIDIA was quite rightly pissed that enabling fragment programs disabled a logically seperate part of the API (its basically the same as connecting geometry instancing to shader model) and wouldn't support it (they have claimed ATI rushed it through the ARB spec process without proper reviews on that particular part).

    Not a great success for bundling, shadow buffer should have remained a IHV extension with NV_Shadow_Buffer working regardless of fragment program, and ATI_Shadow_Buffer not working with fragment programs. Of course when ATI get very long shaders (so can support shadow maps with any shaders) they could have supported NV_Shadow_Buffer.
     
  8. Johnny Watson

    Newcomer

    Joined:
    Apr 15, 2004
    Messages:
    15
    Likes Received:
    0
    The game is clamped at 60 fps to prevent synching errors that were present in Quake 3, so that's the highest anyone will get.

    (Yes, I know the benchmarks go higher than 60, but the benchmarks aren't the game)
     
  9. Pete

    Pete Moderate Nuisance
    Moderator Legend

    Joined:
    Feb 7, 2002
    Messages:
    5,777
    Likes Received:
    1,814
    Great discussion, guys. Keep it up. :)

    Dave, when you say "vertex stream frequency/geometry instancing," do you mean they're two different terms for the same thing, or just two different but important VS improvements in terms of CPU usage? They sound different at face value, but I'm guessing they're not?

    BTW, does anyone care to reply to my second question, whether this nV demo was purposefully "badly" coded (very high frequency?) to exaggerate instancing's improvement? I mean, do X800s and 6800s really drop down to 4fps rendering a bunch of rocks?
     
  10. Bouncing Zabaglione Bros.

    Legend

    Joined:
    Jun 24, 2003
    Messages:
    6,363
    Likes Received:
    83
    IIRC, it's a worst case scenario. Nvidia demoed it at their launch events with the same kind of massive differences, like 5 fps without instancing, and 50 with instancing on 6800U.
     
  11. Ostsol

    Veteran

    Joined:
    Nov 19, 2002
    Messages:
    1,765
    Likes Received:
    0
    Location:
    Edmonton, Alberta, Canada
    Drawing each rock individually would result in a CPU limitation, so yeah I'd say that the comparison is valid. Of course, no developer in their right mind would code a game that drew that many objects individually. They'd used other alternatives. . . like instancing. :)
     
  12. Simon F

    Simon F Tea maker
    Moderator Veteran

    Joined:
    Feb 8, 2002
    Messages:
    4,563
    Likes Received:
    171
    Location:
    In the Island of Sodor, where the steam trains lie
    I would assume they are implying the same thing: the vertex stream frequency allows you to do geometry instancing (and other things for that matter).
     
  13. Ylandro

    Newcomer

    Joined:
    Mar 12, 2004
    Messages:
    144
    Likes Received:
    1
    Location:
    Göttingen, Germany
    As far as I understood, the game phyics is operating at 60fps. So that running, jumping etc work independend of framerate.
    The actual graphics rendering is not clamped, and can be running at any framerate.
     
  14. Veridian3

    Newcomer

    Joined:
    Jan 31, 2003
    Messages:
    120
    Likes Received:
    0
    It is a bit of a worst case scenario (rather than badly coded), yes. Thats kind of the point though, test the worst case scenario you can to see what the real benefits can be.

    On a slightly different note, Tommti removed all the CPU limiting code the new stats are:
    6800GT @ Ultra... 3.4fps with off and 47.2 with on

    X800XTPE... 4.46fps with off and 50.21 with on
     
  15. Martin Eddy

    Regular

    Joined:
    Oct 5, 2003
    Messages:
    491
    Likes Received:
    4
    Location:
    Australia,Brisbane
    AFAIK The AI and physics is clamped at 60FPS not the actual framerate of the game.
     
  16. Simon F

    Simon F Tea maker
    Moderator Veteran

    Joined:
    Feb 8, 2002
    Messages:
    4,563
    Likes Received:
    171
    Location:
    In the Island of Sodor, where the steam trains lie
    I would assume they are implying the same thing: the vertex stream frequency allows you to do geometry instancing (and other things for that matter).
     
  17. jvd

    jvd
    Banned

    Joined:
    Feb 13, 2002
    Messages:
    12,724
    Likes Received:
    9
    Location:
    new jersey
    So what else is instancing good for beisdes rocks , trees and grass ?
     
  18. nelg

    Veteran

    Joined:
    Jan 26, 2003
    Messages:
    1,557
    Likes Received:
    42
    Location:
    Toronto
    Rendering a nude beach :?:
     
  19. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,680
    Instancing

    I find it strange that instancing is only being added to specs now .... you'd think this would have been an obviously beneficial technology early on. So many games repeat geometry.

    Does instancing only work for static geometry, like trees? Or say if you were making a Star Wars game, and you were fighting hordes of storm troopers, could instancing be used for those enemies? I'm just wondering if there's any limitations to how it works. If it can be used for enemies, it seems like it would be very useful for games like Serious Sam, where you're swarmed by seemingly endless hordes of monsters.
     
  20. Farid

    Farid Artist formely known as Vysez
    Veteran Subscriber

    Joined:
    Mar 22, 2004
    Messages:
    3,844
    Likes Received:
    108
    Location:
    Paris, France
    Re: Instancing

    On Ati hardware? If yes, then it's because Ati's Instancing is some kind of software trick (that mainly use the Radeon hardware, and very little CPU, if i understood correctly), and logically it wasn't available from day one...
    Maybe, Ati decided to "work on it", when they saw Nvidia creating a buzz around instancing, with their "little dude rendering" :lol:
     
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...