Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: R520 - no FP texture filtering?

  1. #1
    Advanced Member Frequent Contributor
    Join Date
    Apr 2003
    Posts
    652

    R520 - no FP texture filtering?

    I just want a confirmation on this...
    So ATI supports now FP blending (what about alphatesting?) and antialiasing on FP-rendertargets, but no filtering on FP textures? If that is true, what is the reasoning behind this?

  2. #2
    Intern Contributor
    Join Date
    Mar 2004
    Location
    Victoria, Australia
    Posts
    79

    Re: R520 - no FP texture filtering?

    Im not sure why, but i know that the new ATI cards dont support all of SM3.0 either, Vertex Texturing apparantly wasnt included in the 'minimum' SM3.0 spec, so ATI have skipped it.

    -Twixn-
    "These flowers were sent to harras me" - Jack Thompson

  3. #3
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    3,768

    Re: R520 - no FP texture filtering?

    If that is true, what is the reasoning behind this?
    That ATi has slacked off since the R300? The fact that they care far more about performance than they do about functionality, because you can't test functionality in a benchmark?

  4. #4
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    The Round Table at Camelot
    Posts
    1,537

    Re: R520 - no FP texture filtering?

    ATI's new cards are definately not worth it. No FP filtering, a vertex texture cap but no texture formats that work (very sleazy), and cross-fire... ha hahahaha come on now. Why spend all that money on ATI right now when you can get the same (or better) performance with new cool features from NVIDIA. It's a no brainer really.

    -SirKnight
    -SirKnight

  5. #5
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: R520 - no FP texture filtering?

    Originally posted by skynet:
    I just want a confirmation on this...
    So ATI supports now FP blending (what about alphatesting?) and antialiasing on FP-rendertargets, but no filtering on FP textures? If that is true, what is the reasoning behind this?
    Alpha testing should work AFAIK (haven't tested). The reasoning is simple. For all HDR related stuff, FP filtering was one of the most expensive to support, yet is the least important one. Instead focus has been put on hard to emulate features, such as full multisampling support on FP16, FP16 blending, displayable FP16 surfaces with tonemapping in the display engine etc. Blending could reasonably be emulated with ping-ponging, but that's quite cumbersome.
    Floating point filtering on the other hand is easily emulated in the shader. Also, FP16 is hardly the best way to store HDR assets. A much better way is to use something like RGB in DXT1 and exponent as L16. This costs less than 1/3 the bandwidth and storage space.

    Personally, while FP16 is a convenience, I'd rather spend the transistors on supporting multisampling. Users shouldn't have to turn off AA to play with HDR. That pretty much makes HDR useless IMHO.

  6. #6
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: R520 - no FP texture filtering?

    Originally posted by Korval:
    That ATi has slacked off since the R300? The fact that they care far more about performance than they do about functionality, because you can't test functionality in a benchmark?
    Uhm, the X1K cards has the best feature set out there. To mention a few that Nvidia don't support: FP16 multisampling, displable FP16 and RGB10_A2, RGB10_A2/R16/RG16/RGBA16/R16F render targets, fetch4, floating point HiZ, 3Dc+ (now with a single channel format as well), unlimited MRT support, angle invariant AF (well, they used to, but now they don't).

    Or how about that dynamic branching now is actually fast enough to be useful? Like the X1800 being over twice as fast as the 7800GTX in the dynamic branching heavy samples to be included in the next ATI SDK, and the X1600 competing very well with it. Or instancing that's fast enough to be useful. The X1600 spanked the 7800GTX in my tests (heck even my mobility 9700 does).

  7. #7
    Intern Contributor
    Join Date
    Mar 2005
    Posts
    56

    Re: R520 - no FP texture filtering?

    What about Vertex Texturing? Are you at least going to support a render-to-vertex-array in OpenGL in a near future?

  8. #8
    Member Regular Contributor
    Join Date
    Apr 2001
    Posts
    354

    Re: R520 - no FP texture filtering?

    Another reason I saw mentioned on review sites regarding lack of FP16 filtering is that developpers are expected to implement custom filters via shaders anyway, meaning virtually no one would use the built-in box filter. The site gave UnrealEngine3 as an example; the engine uses a custom filter on all cards (ie including NVIDIA, which hardware filtering is wasted in this case).

  9. #9
    Intern Contributor
    Join Date
    Mar 2005
    Posts
    56

    Re: R520 - no FP texture filtering?

    Even if you implement a custom filter, often you will be able to have better performance if you use the built-in box filter to implement this custom filter, since it samples 4 or 8 texture samples instead of one.

  10. #10
    Junior Member Regular Contributor Zulfiqar Malik's Avatar
    Join Date
    Jun 2004
    Location
    London, UK
    Posts
    247

    Re: R520 - no FP texture filtering?

    I believe that the reason why Unreal Engine 3 implements its own filtering is because of non-availability of SM3.0 capable hardware and/or sucky driver support when they were developing this technology. I don't see much reason for implementing your own filtering if the hardware filter is good enough and produces good results. From the looks of it i don't think that Epic are doing any fancy stuff in their own filtering code.
    Zulfiqar Inayat Malik.
    Senior Developer, The Foundry.

Posting Permissions

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