summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/state_tracker/st_atom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/softpipe/state_tracker/st_atom.c')
-rw-r--r--src/mesa/softpipe/state_tracker/st_atom.c1
1 files changed, 1 insertions, 0 deletions
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 */
};