DirectX11 Redux

With the launch of the 5800 series, AMD is quite proud of the position they’re in. They have a DX11 card launching a month before DX11 is dropped on to consumers in the form of Win7, and the slower timing of NVIDIA means that AMD has had silicon ready far sooner. This puts AMD in the position of Cypress being the de facto hardware implementation of DX11, a situation that is helpful for the company in the long term as game development will need to begin on solely their hardware (and programmed against AMD’s advantages and quirks) until such a time that NVIDIA’s hardware is ready. This is not a position that AMD has enjoyed since 2002 with the Radeon 9700 and DirectX 9.0, as DirectX 10 was anchored by NVIDIA due in large part to AMD’s late hardware.

As we have already covered DirectX 11 in-depth with our first look at the standard nearly a year ago, this is going to be a recap of what DX11 is bringing to the table. If you’d like to get the entire inside story, please see our in-depth DirectX 11 article.

DirectX 11, as we have previously mentioned, is a pure superset of DirectX 10. Rather than being the massive overhaul of DirectX that DX10 was compared to DX9, DX11 builds off of DX10 without throwing away the old ways. The result of this is easy to see in the hardware of the 5870, where as features were added to the Direct3D pipeline, they were added to the RV770 pipeline in its transformation into Cypress.

New to the Direct3D pipeline for DirectX 11 is the tessellation system, which is divided up into 3 parts, and the Computer Shader. Starting at the very top of the tessellation stack, we have the Hull Shader. The Hull Shader is responsible for taking in patches and control points (tessellation directions), to prepare a piece of geometry to be tessellated.

Next up is the tesselator proper, which is a rather significant piece of fixed function hardware. The tesselator’s sole job is to take geometry and to break it up into more complex portions, in effect creating additional geometric detail from where there was none. As setting up geometry at the start of the graphics pipeline is comparatively expensive, this is a very cool hack to get more geometric detail out of an object without the need to fully deal with what amounts to “eye candy” polygons.

As the tesselator is not programmable, it simply tessellates whatever it is fed. This is what makes the Hull Shader so important, as it’s serves as the programmable input side of the tesselator.

Once the tesselator is done, it hands its work off to the Domain Shader, along with the Hull Shader handing off its original inputs to the Domain Shader too. The Domain Shader is responsible for any further manipulations of the tessellated data that need to be made such as applying displacement maps, before passing it along to other parts of the GPU.

 

 

The tesselator is very much AMD’s baby in DX11. They’ve been playing with tesselators as early as 2001, only for them to never gain traction on the PC. The tesselator has seen use in the Xbox 360 where the AMD-designed Xenos GPU has one (albeit much simpler than DX11’s), but when that same tesselator was brought over and put in the R600 and successive hardware, it was never used since it was not a part of the DirectX standard. Now that tessellation is finally part of that standard, we should expect to see it picked up and used by a large number of developers. For AMD, it’s vindication for all the work they’ve put into tessellation over the years.

The other big addition to the Direct3D pipeline is the Compute Shader, which allows for programs to access the hardware of a GPU and treat it like a regular data processor rather than a graphical rendering processor. The Compute Shader is open for use by games and non-games alike, although when it’s used outside of the Direct3D pipeline it’s usually referred to as DirectCompute rather than the Compute Shader.

For its use in games, the big thing AMD is pushing right now is Order Independent Transparency, which uses the Compute Shader to sort transparent textures in a single pass so that they are rendered in the correct order. This isn’t something that was previously impossible using other methods (e.g. pixel shaders), but using the Compute Shader is much faster.

 


 

Other features finding their way into Direct3D include some significant changes for textures, in the name of improving image quality. Texture sizes are being bumped up to 16K x 16K (that’s a 256MP texture) which for all practical purposes means that textures can be of an unlimited size given that you’ll run out of video memory before being able to utilize such a large texture.

The other change to textures is the addition of two new texture compression schemes, BC6H and BC7. These new texture compression schemes are another one of AMD’s pet projects, as they are the ones to develop them and push for their inclusion in DX11. BC6H is the first texture compression method dedicated for use in compressing HDR textures, which previously compressed very poorly using even less-lossy schemes like BC3/DXT5. It can compress textures at a lossy 6:1 ratio. Meanwhile BC7 is for use with regular textures, and is billed as a replacement for BC3/DXT5. It has the same 3:1 compression ratio for RGB textures.

We’re actually rather excited about these new texture compression schemes, as better ways to compress textures directly leads to better texture quality. Compressing HDR textures allows for larger/better textures due to the space saved, and using BC7 in place of BC3 is an outright quality improvement in the same amount of space, given an appropriate texture. Better compression and tessellation stand to be the biggest benefactors towards improving the base image quality of games by leading to better textures and better geometry.

We had been hoping to supply some examples of these new texture compression methods in action with real textures, but we have not been able to secure the necessary samples in time. In the meantime we have Microsoft’s examples from GameFest 2008, which drive the point home well enough in spite of being synthetic.

Moving beyond the Direct3D pipeline, the next big feature coming in DirectX 11 is better support for multithreading. By allowing multiple threads to simultaneously create resources, manage states, and issue draw commands, it will no longer be necessary to have a single thread do all of this heavy lifting. As this is an optimization focused on better utilizing the CPU, it stands that graphics performance in GPU-limited situations stands to gain little. Rather this is going to help the CPU in CPU-limited situations better utilize the graphics hardware. Technically this feature does not require DX11 hardware support (it’s a high-level construct available for use with DX10/10.1 cards too) but it’s still a significant technology being introduced with DX11.

Last but not least, DX11 is bringing with it High Level Shader Language 5.0, which in turn is bringing several new instructions that are primarily focused on speeding up common tasks, and some new features that make it more C-like. Classes and interfaces will make an appearance here, which will make shader code development easier by allowing for easier segmentation of code. This will go hand-in-hand with dynamic shader linkage, which helps to clean up code by only linking in shader code suitable for the target device, taking the management of that task out of the hands of the coder.

Cypress: What’s New The First DirectX 11 Games
Comments Locked

327 Comments

View All Comments

  • mapesdhs - Saturday, September 26, 2009 - link


    MODel3 writes:
    > 1.Geometry/vertex performance issues ...
    > 2.Geometry/vertex shading performance issues ...

    Would perhaps some of the subtests in 3DMark06 be able to test this?
    (not sure about Vantage, never used that yet) Though given what Jarred
    said about the bandwidth and other differences, I suppose it's possible
    to observe large differences in synthetic tests which are not the real
    cause of a performance disparity.

    The trouble with heavy GE tests is, they often end up loading the fill
    rates anyway. I've run into this problem with the SGI tests I've done
    over the years:

    http://www.sgidepot.co.uk/sgi.html">http://www.sgidepot.co.uk/sgi.html

    The larger landscape models used in the Inventor tests are a good
    example. The points models worked better in this regard for testing
    GE speed (stars3/star4), but I don't know to what extent modern PC
    gfx is designed to handle points modelling - probably works better
    on pro cards. Actually, Inventor wasn't a good choice anyway as it's
    badly CPU-bound and API-heavy (I should have used Performer, gives
    results 5 to 10X faster).

    Anyway, point is, synthetic tests might allow one to infer that one
    aspect of the gfx pipeline is a bottleneck when infact it isn't.

    Ages ago I emailed NVIDIA (Ujesh, who I used to know many moons ago,
    but alas he didn't reply) asking when, if ever, they would add
    performance counters and other feedback monitors to their gfx
    products so that applications could tell what was going on in the
    gfx pipeline. SGI did this ages years ago, which allowed systems like
    IR to support impressive functions such as Dynamic Video Resizing by
    being able to monitor frame by frame what was going on within the gfx
    engine at each stage. Try loading any 3D model into perfly, press F1
    and click on 'Gfx' in the panel (Linux systems can run Performer), eg.:

    http://www.sgidepot.co.uk/misc/perfly.gif">http://www.sgidepot.co.uk/misc/perfly.gif

    Given how complex modern PC gfx has become, it's always been a
    mystery to me why such functions haven't been included long ago.
    Indeed, for all that Crysis looks amazing, I was never that keen on
    it being used as a benchmark since there was no way of knowing
    whether the performance hammering it created was due to a genuinely
    complex environment or just an inefficient gfx engine. There's still
    no way to be sure.

    If we knew what was happening inside the gfx system, we could easily
    work out why performance differences for different apps/games crop
    up the way they do. And I would have thought that feedback monitors
    within the gfx pipe would be even more useful to those using
    professional applications, just as it was for coders working on SGI
    hardware in years past.

    Come to think of it, how do NVIDIA/ATI even design these things
    without being able to monitor what's going on? Jarred, have you ever
    asked either company about this?

    Ian.

  • JarredWalton - Saturday, September 26, 2009 - link

    I haven't personally, since I'm not really the GPU reviewer here. I'd assume most of their design comes from modeling what's happening, and with knowledge of their architecture they probably have utilities that help them debug stuff and figure out where stalls and bottlenecks are occurring. Or maybe they don't? I figure we don't really have this sort of detail for CPUs either, because we have tools that know the pipeline and architecture and they can model how the software performs without any hardware feedback.
  • MODEL3 - Thursday, October 1, 2009 - link

    I checked the web for synthetic geometry tests.
    Sadly i only found 3dMark Vantage tests.
    You can't tell much from them, but they are indicative.

    Check:

    http://www.pcper.com/article.php?aid=783&type=...">http://www.pcper.com/article.php?aid=783&type=...

    GPU Cloth: 5870 is only 1,2X faster than 4890. (vertex/geometry shading test)
    GPU Particles: 5870 is only 1,2X faster than 4890. (vertex/geometry shading test)

    Perlin Noise: 5870 is 2,5X faster than 4890. (Math-heavy Pixel Shader test)
    Parallax Occlusion Mapping: 5870 is 2,1X faster than 4890. (Complex Pixel Shader test)

    All the above 4 tests are not bandwidth limited at all.
    Just for example, if you check:

    http://www.pcper.com/article.php?aid=674&type=...">http://www.pcper.com/article.php?aid=674&type=...

    You will see that a 750MHz 4870 512MB is 20-23% faster than a 625MHz 4850 in all the above 4 tests, so the extra bandwidth (115,2GB/s vs 64GB/s) it doesn't help at all.
    But 4850 is extremely bandwidth limited in the color fillrate test (4870 is 60% faster than 4850)

    Also it shouldn't be a problem of the dual rasterizer/dual SIMDs engine efficiency since synthetic Pixel Shader tests is fine (more than 2X) while the synthetic geometry shading tests is only 1,2X.

    My guess is ATI didn't improve the classic geometry set-up engine and the GS because they want to promote vertex/geometry techniques based on the DX11 tesselator from now on.
  • Zool - Friday, September 25, 2009 - link

    In Dx11 the fixed tesselation units will do much finer geometry details for much less memmory space and on chip so i think there isnt a single problem with that. Also the compute shader need minimal memory bandwith and can utilize plenty of idle shaders. The card is designed with dx11 in mind and it isnt using the wholle pipeline after all. I wouldnt make too early conclusions.(I think the perfomance will be much better after few drivers)

  • MODEL3 - Saturday, September 26, 2009 - link

    The DX11 tesselator in order to be utilized must the game engine to take advantage of it.
    I am not talking about the tesselator.
    I am talking about the classic Geometry unit (DX9/DX10 engines) and the Geometry Shader [GS] (DX10 engines only).

    I'll check to see if i can find a tech site that has synthetic bench for Geometry related perf. and i will post again tomorrow, if i can find anything.

  • JarredWalton - Friday, September 25, 2009 - link

    It's worth noting that when you factor in clock speeds, compared to the 5870 the 4870X2 offers 88% of the core performance and 50% more bandwidth. Some algorithms/games require more bandwidth and others need more core performance, but it's usually a combination of the two. The X2 also has CrossFire inefficiencies to deal with.

    More interesting perhaps is that the GTX 295 offers (by my estimates, which admittedly are off in some areas) roughly 10% more GPU shader performance, about 18.5% more fill rate, and 46% more bandwidth than the HD 5870. The fact that the HD 4870 is still competitive is a good sign that ATI is getting good use of their 5 SPs per Stream Processor design, and that they are not memory bandwidth limited -- at least not entirely.
  • SiliconDoc - Wednesday, September 30, 2009 - link

    The 4870x2 has somewhere around "double the data paths" in and out of it's 2 cpu's. So what you have with the 5870 putting as some have characterized " 2x 770 cores melded into one " is DOUBLE THE BOTTLENECK in and out of the core.
    They tried to compensate with ddr5 1200/4800 - but the fact remains, they only get so much with that "NOT ENOUGH DATA PATHS/PINS in and out of that gpu core."
  • cactusdog - Friday, September 25, 2009 - link

    Omg these cards look great. Lol Silicon Doc is so gutted and furious he is making hmself look like a dam fool again only this time he should be on suicide watch...Nvidia cards are now obsolete..LOL.
  • mapesdhs - Friday, September 25, 2009 - link


    Hehe, indeed. Have you ever seen a scifi series called, "They Came
    From Somewhere Else?" S.D.'s getting so worked up, reminds me of
    the scene where the guy's head explodes. :D

    Hmm, that's an alternative approach I suppose in place of post
    moderation. Just get someone so worked up about something they'll
    have an aneurism and pop their clogs... in which case, I'll hand
    it back to Jarred. *grin*

    Ian.

  • SiliconDoc - Friday, September 25, 2009 - link

    That is quite all right, you fellas make sure to read it all, I am more than happy that the truth is sinking into your gourds, you won't be able to shake it.
    I am very happy about it.

Log in

Don't have an account? Sign up now