The F-Buffer: A Rasterization-Order FIFO Buffer for Multi-Pass Rendering
dc.contributor.author | Mark, William R. | en_US |
dc.contributor.author | Proudfoot, Kekoa | en_US |
dc.contributor.editor | Kurt Akeley and Ulrich Neumann | en_US |
dc.date.accessioned | 2013-10-28T09:58:49Z | |
dc.date.available | 2013-10-28T09:58:49Z | |
dc.date.issued | 2001 | en_US |
dc.description.abstract | Multi-pass rendering is a common method of virtualizing graphics hardware to overcome limited resources. Most current multi-pass rendering techniques use the RGBA framebuffer to store intermediate results between each pass. This method of storing intermediate results makes it difficult to conectly render partially-transparent surfaces, and reduces the performance of shaders that need to preserve more than one intermediate result between passes. We propose an alternative approach to storing intermediate results that solves these problems. This approach stores intermediate colors (or other values) that are generated by a rendering pass in a FIFO buffer as the values exit the fragment pipeline. On a subsequent pass, the contents of the FIFO buffer are fed into the top of the fragment pipeline. We refer to this FIFO buffer as a fragment-stream buffer (or F-buffer), because this approach has the effect of associating intermediate results with particular rasterization fragments, rather than with an (x,y) location in the framebuffer. Implementing an F-buffer requires some changes to current mainstream graphics architectures, but these changes can be minor. We describe the designs pace associated with implementing an F-buffer, and compare the F-buffer to recirculating pipeline designs. We implement F-buffers in the Mesa software renderer, and demonstrate our programmable-shading system running on top of this renderer. | en_US |
dc.description.seriesinformation | Eurographics/SIGGRAPH Graphics Hardware Workshop 2001 | en_US |
dc.identifier.isbn | 158113407X | en_US |
dc.identifier.issn | 1727-3471 | en_US |
dc.identifier.uri | https://doi.org/10.2312/EGGH/EGGH01/057-063 | en_US |
dc.publisher | The Eurographics Association | en_US |
dc.subject | I.3.1 [Computer Graphics] | en_US |
dc.subject | Hardware Architecture | en_US |
dc.subject | Graphics processors | en_US |
dc.subject | I.3.7 [Computer Graphics] | en_US |
dc.subject | Three Dimensional Graphics and Realism | en_US |
dc.subject | Color | en_US |
dc.subject | shading | en_US |
dc.subject | shadowing and texture | en_US |
dc.title | The F-Buffer: A Rasterization-Order FIFO Buffer for Multi-Pass Rendering | en_US |