summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/state_tracker/st_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-05-24 17:37:36 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-05-24 17:37:36 -0600
commit008fb50174fb6717f3b71836427bc6be4e44613c (patch)
tree5a10e328618f82f97eead2ca7d1fb9fffbee9a7d /src/mesa/softpipe/state_tracker/st_context.h
parent2248829b99bf388dfe7ee9c6763f98167b52ba8b (diff)
Stencil state.
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 {