MMM
Results 1 to 25 of 3051

Thread: The Fermi Thread - Part 3

Threaded View

  1. #10
    Xtreme Member
    Join Date
    Mar 2008
    Location
    utah ogden
    Posts
    110
    Quote Originally Posted by Picao84 View Post
    Ok Its enough time to end this nonsence. BOTH nVIDIA and ATI use SP to do Tesselation! Both!

    Why?

    Because Tesselation is a three stage process, where the middle stage can be done in fixed function, but the first and last stages are the Domain and Hull SHADERS. You surely know shader work is done on CUDA/Stream/Shader/put_fancy_name_here cores.

    So, NO! The tesselator in GF100 is not a pure SP one, same as ATI is not pure fixed function! Those are myths created by Charlie and ATI FUD machine.
    Well, good job at pointing out some of the mechanics of how tesselation works, but you did fail to mention the singular reason why the 4xx Nvidia hardware will ALWAYS have a huge advantage over the ATI 5xxx series in tesselation. You did part of the work for me, mentioning that this was a 3 stage processes but left out the most important detail, in ATI 5xxx hardware, this is a multipass operation which requires it to go out to board memory and back the core at least once, and more depending on how much tesselation is used, this slows down the process considerably. Now on Nvidia 4xx hardware, it is also a multipass operation, but due to a unified cache architecture it doesn't require a trip out to main memory for each pass, only a trip to on chip cache making very significant gains over the ATI 5xxx series on tesselation, this also caries over to big gains on any multi pass shader such as some of them used in Crysis.

    EDIT: The multi pass shader operation I thinking of in Crysis is called "parallax occlusion mapping" in case anyone was wondering.
    Last edited by hennyo; 03-17-2010 at 07:08 AM.

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •