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 1eb5c86e46..5f426f040a 100644
--- a/src/mesa/softpipe/state_tracker/st_atom.c
+++ b/src/mesa/softpipe/state_tracker/st_atom.c
@@ -48,6 +48,7 @@ static const struct st_tracked_state *atoms[] =
&st_update_setup,
&st_update_viewport,
&st_update_scissor,
+ &st_update_blend,
/* will be patched out at runtime */
/* &st_update_constants */
};