From 008fb50174fb6717f3b71836427bc6be4e44613c Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 24 May 2007 17:37:36 -0600 Subject: Stencil state. --- src/mesa/softpipe/state_tracker/st_atom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/softpipe/state_tracker/st_atom.c') diff --git a/src/mesa/softpipe/state_tracker/st_atom.c b/src/mesa/softpipe/state_tracker/st_atom.c index 5f426f040a..fdbfb9021d 100644 --- a/src/mesa/softpipe/state_tracker/st_atom.c +++ b/src/mesa/softpipe/state_tracker/st_atom.c @@ -49,6 +49,7 @@ static const struct st_tracked_state *atoms[] = &st_update_viewport, &st_update_scissor, &st_update_blend, + &st_update_stencil, /* will be patched out at runtime */ /* &st_update_constants */ }; -- cgit v1.2.3