summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/state_tracker/st_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/softpipe/state_tracker/st_context.h')
-rw-r--r--src/mesa/softpipe/state_tracker/st_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/softpipe/state_tracker/st_context.h b/src/mesa/softpipe/state_tracker/st_context.h
index 08cee11797..5ff10c1b1f 100644
--- a/src/mesa/softpipe/state_tracker/st_context.h
+++ b/src/mesa/softpipe/state_tracker/st_context.h
@@ -73,6 +73,7 @@ struct st_context
struct softpipe_clip_state clip;
struct softpipe_scissor_rect scissor;
struct softpipe_poly_stipple poly_stipple;
+ struct softpipe_stencil_state stencil;
} state;
struct {