Checkerboard rendering

Checkerboard rendering or sparse rendering[1], also known as checkerboarding for short, is a 3D computer graphics rendering technique, intended primarily to assist graphics processing units with rendering images at high resolutions. It should not be confused with tile rendering, another method of subdividing images in order to render them more efficiently, or the "checkerboard" method of alternate frame rendering.

Description

While exact implementations tend to vary between developers, the technique generally involves rendering only 50% of any given scene, often rendering it in a grid of 2×2 pixels. A reconstruction filter is then employed to extrapolate the appearance of the unrendered parts of the scene, with the final image then being presented to the viewer as (theoretically) the same as if it had been rendered natively at the target resolution. In some implementations the checkerboard grid will be alternated between frames, with the previous frame's image data being held in memory, and then used to aid with reconstructing the scene.[2]

The technique is similar to interlaced video, where every frame is split into two fields, also halving the amount of pixels that has to be rendered or transferred. Checkboard rendering differs by splitting the image using the checkboard pattern instead of splitting it by alternate line. The reconstruction filter used in checkboard rendering is often more complex than the typical deinterlacing process.

Though the technique is usually employed with the goal of reducing the computational resources required to render a scene at higher resolutions, it can also be used as a form of anti-aliasing, with Rainbow Six: Siege being one of the games to use it in this manner.[3]

Implementation

Games first started making use of the technique in the mid-2010s, often with the goal of making it easier for games to achieve 4K resolution at acceptable framerates.[4] The first game to use checkerboard rendering was Killzone Shadow Fall in multiplayer mode. Though the technique does not require any specific hardware support outside of the normal for games produced in this era, the PlayStation 4 Pro and Xbox One X included specialised hardware to enable checkerboard rendering to be carried out with much less of a performance loss than might otherwise be the case.[5]

See also

References

  1. Leadbetter, Richard. "The race for 4K: how Project Scorpio targets ultra HD gaming". Eurogamer. Archived from the original on 24 January 2017. Retrieved 9 September 2018.
  2. Sony Explains How Checkerboard Rendering Works On The PS4 Pro
  3. Rendering Rainbow Six Siege: p48
  4. The PS4 Pro, as explained by the man who designed it
  5. Blow: Checkerboard Rendering on PS4Pro Isn’t Completely Free, There Might Be Better Uses of the Power
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.