Data-parallel rasterization of micropolygons with defocus and motion blur

  • Kayvon Fatahalian ,
  • Edward Luong ,
  • Solomon Boulos ,
  • Kurt Akeley ,
  • William P. Mark ,
  • Pat Hanrahan

HPG '09: Proceedings of the 1st ACM conference on High Performance Graphics |

Published by ACM

Current GPUs rasterize micropolygons (polygons approximately one pixel in size) inefficiently. We design and analyze the costs of three alternative data-parallel algorithms for rasterizing micropolygon workloads for the real-time domain. First, we demonstrate that efficient micropolygon rasterization requires parallelism across many polygons, not just within a single polygon. Second, we produce a data-parallel implementation of an existing stochastic rasterization algorithm by Pixar, which is able to produce motion blur and depth-of-field effects. Third, we provide an algorithm that leverages interleaved sampling for motion blur and camera defocus. This algorithm outperforms Pixar’s algorithm when rendering objects undergoing moderate defocus or high motion and has the added benefit of predictable performance.