Beating The GPU At Its Own Game (By Stacking the Deck)

Let’s begin with a little lecture on parallel rendering. Broadly speaking, there are three basic approaches to designing a parallel rasterization architecture. They differ mainly in how they approach the problem of going wide on rendering while preserving strictly ordered fragment processing that APIs require. You, can, and should, read about all of them in … [Read more…]