Efficient Partitioning of Fragment Shaders for Multiple-Output Hardware
Tim Foley, Mike Houston, Pat Hanrahan
Graphics Hardware, 2004, pp. 45--54.
Abstract: Partitioning fragment shaders into multiple rendering passes is an effective technique for virtualizing shading resource limits in graphics hardware. The Recursive Dominator Split (RDS) algorithm is a polynomial-time algorithm for partitioning fragment shaders for real-time rendering that has been shown to generate efficient partitions. RDS does not, however, work for shaders with multiple outputs, and does not optimize for hardware with support for multiple render targets. We present Merging Recursive Dominator Split (MRDS), an extension of the RDS algorithm to shaders with arbitrary numbers of outputs which can efficiently utilize hardware support for multiple render targets, as well as a new cost metric for evaluating the quality of multipass partitions on modern consumer graphics hardware. We demonstrate that partitions generated by our algorithm execute more efficiently than those generated by RDS alone, and that our cost model is effective in predicting the relative performance of multipass partitions.
Article URL: http://diglib.eg.org/EG/DL/WS/EGGH/EGGH04/045-054.pdf
BibTeX format:
@inproceedings{Foley:2004:EPO,
  author = {Tim Foley and Mike Houston and Pat Hanrahan},
  title = {Efficient Partitioning of Fragment Shaders for Multiple-Output Hardware},
  booktitle = {Graphics Hardware},
  pages = {45--54},
  year = {2004},
}
Search for more articles by Tim Foley.
Search for more articles by Mike Houston.
Search for more articles by Pat Hanrahan.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."