summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_stencil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_atom_stencil.c')
-rw-r--r--src/mesa/state_tracker/st_atom_stencil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom_stencil.c b/src/mesa/state_tracker/st_atom_stencil.c
index d037335e9e..b8aec0b3b6 100644
--- a/src/mesa/state_tracker/st_atom_stencil.c
+++ b/src/mesa/state_tracker/st_atom_stencil.c
@@ -127,6 +127,7 @@ update_stencil( struct st_context *st )
const struct st_tracked_state st_update_stencil = {
+ .name = "st_update_stencil",
.dirty = {
.mesa = (_NEW_STENCIL),
.st = 0,