Graphics Pipeline Review
Properties of the Graphics Pipeline
  • Primitives are processed one at a time
  • All analytic processing early on
  • Sampling occurs late
  • Minimal state required (immediate mode rendering)
  • Processing is forward-mapping
Lecture 19   Slide 2   6.837 Fall '00