Schied, ChristophDachsbacher, CarstenPetrik Clarberg and Elmar Eisemann2016-01-192016-01-192015978-1-4503-3707-6https://doi.org/10.1145/2790060.2790066In this work we present a novel approach to deferred shading suitable for high resolution displays and high visibility sampling rates. We reduce the memory costs of deferred shading by substituting the geometry buffer with a visibility buffer that stores references into a triangle buffer. The triangle buffer is populated dynamically with all visible triangles which is compatible with the use of tessellation. Stored triangles are represented by a sample point and screen-space partial derivatives. This representation allows for efficient attribute interpolation during shading and gives shaders knowledge about the partial derivatives of all attributes. We show that the size of the visibility buffer can be further decreased by storing a linked list of visibility samples per pixel. For high-resolution displays we propose an extension of our algorithm to perform shading at reduced frequency, allowing us to reduce the sampling rate for computationally expensive, but low-frequency signals such as indirect illumination.deferred shadingreal time renderinganti aliasingDeferred Attribute Interpolation for Memory-Efficient Deferred Shading10.1145/2790060.279006643-50