checkpoint: implement z/depth testing
[mesa.git] / src / mesa / state_tracker / st_atom.c
index e1d187f2db90a7634a03be91c1e672191a161ef2..5fcd9d7af59d5aef342f175986882b089892837e 100644 (file)
@@ -44,6 +44,7 @@ static const struct st_tracked_state *atoms[] =
 {
    &st_update_framebuffer,
    &st_update_clear_color,
+   &st_update_depth,
    &st_update_clip,
    &st_update_fs,
    &st_update_point,