You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 6: Graphics Pipeline (15)
bveeramani

Today, many programs are memory-bound rather than compute-bound. The reason for this is that processor technology has advanced faster than memory technology.

Given that the Z-Buffer algorithm operates on a large amount of data (in particular, all samples for all triangles), how have engineers minimized the amount of slow data movement between the processor and the GPU?

You must be enrolled in the course to comment