High-Performance Graphics 2017
Permanent URI for this collection
Browse
Browsing High-Performance Graphics 2017 by Subject "Computing methodologies Rasterization"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Effective Static Bin Patterns for Sort-Middle Rendering(ACM, 2017) Kerbl, Bernhard; Kenzel, Michael; Schmalstieg, Dieter; Steinberger, Markus; Vlastimil Havran and Karthik VaiyanathanTo e ectively utilize an ever increasing number of processors during parallel rendering, hardware and so ware designers rely on sophisticated load balancing strategies. While dynamic load balancing is a powerful solution, it requires complex work distribution and synchronization mechanisms. Graphics hardware manufacturers have opted to employ static load balancing strategies instead. Speci cally, triangle data is distributed to processors based on its overlap with screenspace tiles arranged in a xed pa ern. While the current strategy of using simple pa erns for a small number of fast rasterizers achieves formidable performance, it is questionable how this approach will scale as the number of processors increases further. To address this issue, we analyze real-world rendering workloads, derive requirements for e ective pa erns, and present ten di erent pa ern design strategies based on these requirements. In addition to a theoretical evaluation of these design strategies, we compare the performance of select pa erns in a parallel sort-middle so ware rendering pipeline on an extensive set of triangle data captured from eight recent video games. As a result, we are able to identify a set of pa erns that scale well and exhibit signi cantly improved performance over na¨ıve approaches.