Geeks3D Forums

Please login or register.

Login with username, password and session length

Author Topic: Intel Dynamic Resolution Rendering Update  (Read 788 times)

0 Members and 1 Guest are viewing this topic.

Stefan

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2380
    • View Profile
Intel Dynamic Resolution Rendering Update
« on: May 13, 2012, 12:35:07 PM »

Quote
We've updated the Dynamic Resolution Rendering sample with an optimisation to the temporal anti-aliasing (TAA) upscale pass and added a few new features for improved qualitative comparisons focused on TAA.

You can find the updated sample here.

The changes, listed below, are detailed in this pdf.

    Added optimization for temporal anti-aliasing (TAA) when using motion blur, which decreases the time this pass takes by approximately 40%.
    Corrected the velocity scale factor so that if the pixel in the last frame was 1 pixel away it is attenuated by 1⁄2. Previously a constant scale factor was used, which was chosen for the default resolution.
    Added a zoom box for viewing scaled portions of the screen.
    Added a basic TAA mode that does no velocity scaling so any ghosting issues can be found.
    Improved pause mode that correctly renders the previous and current frames to show TAA artifacts clearly in basic mode.
    Added a motion blur toggle so that the effect of motion blur and TAA can be properly considered.
    Added a symmetric TAA toggle.
    Changed pause key from Space to P.
Logged