A Compressed Depth Cache
Jon Hasselgren, Magnus Andersson, Jim Nilsson, Tomas Akenine-Möller
In Journal of Computer Graphics Techniques (JCGT), 1(1), December 2012.
Abstract: We propose a depth cache that keeps the depth data in compressed format, when possible. Compared to previous work, this requires a more flexible cache implementation, where a tile may occupy a variable number of cache lines depending on whether it can be compressed or not. The advantage of this is that the effective cache size increases proportionally to the compression ratio. We show that the depth-buffer bandwidth can be reduced, on average, by 17%, compared to a system compressing the data after the cache. Alternatively, and perhaps more interestingly, we show that pre-cache compression in all cases increases the effective cache size by a factor of two or more, compared to a post-cache compressor, at equal or higher performance.
Article URL: http://jcgt.org/published/0001/01/03/
BibTeX format:
@article{Hasselgren:2012:ACD,
  author = {Jon Hasselgren and Magnus Andersson and Jim Nilsson and Tomas Akenine-Möller},
  title = {A Compressed Depth Cache},
  journal = {Journal of Computer Graphics Techniques (JCGT)},
  volume = {1},
  number = {1},
  pages = {101--118},
  month = dec,
  year = {2012},
}
Search for more articles by Jon Hasselgren.
Search for more articles by Magnus Andersson.
Search for more articles by Jim Nilsson.
Search for more articles by Tomas Akenine-Möller.

Return to the search page.


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