Depth-Buffering Advantages

Primitives can be processed immediately
    Hence: Immediate mode graphics API's

Primitives can be processed in any order
    Exception: primitives at same depth

Well suited to H/W implementation
    simple control of low-level (per pixel) operations

Spatial coherence
    Incremental evaluation of loops
    Good memory access pattern
Lecture 15   Slide 13   6.837 Fall '00