Massively-parallel vector graphics
Francisco Ganacim, Rodolfo S. Lima, Luiz Henrique de Figueiredo, Diego Nehab
In ACM Transactions on Graphics, 33(6), November 2014.
Abstract: We present a massively parallel vector graphics rendering pipeline that is divided into two components. The preprocessing component builds a novel adaptive acceleration data structure, the shortcut tree. Tree construction is efficient and parallel at the segment level, enabling dynamic vector graphics. The tree allows efficient random access to the color of individual samples, so the graphics can be warped for special effects. The rendering component processes all samples and pixels in parallel. It was optimized for wide antialiasing filters and a large number of samples per pixel to generate sharp, noise-free images. Our sample scheduler allows pixels with overlapping antialiasing filters to share samples. It groups together samples that can be computed with the same vector operations using little memory or bandwidth. The pipeline is feature-rich, supporting multiple layers of filled paths, each defined by curved outlines (with linear, rational quadratic, and integral cubic Bézier segments), clipped against other paths, and painted with semi-transparent colors, gradients, or textures. We demonstrate renderings of complex vector graphics in state-of-the-art quality and performance. Finally, we provide full source-code for our implementation as well as the input data used in the paper.
Article URL: http://dx.doi.org/10.1145/2661229.2661274
BibTeX format:
@article{Ganacim:2014:MVG,
  author = {Francisco Ganacim and Rodolfo S. Lima and Luiz Henrique de Figueiredo and Diego Nehab},
  title = {Massively-parallel vector graphics},
  journal = {ACM Transactions on Graphics},
  volume = {33},
  number = {6},
  pages = {229:1--229:14},
  month = nov,
  year = {2014},
}
Search for more articles by Francisco Ganacim.
Search for more articles by Rodolfo S. Lima.
Search for more articles by Luiz Henrique de Figueiredo.
Search for more articles by Diego Nehab.

Return to the search page.


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