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 5ff10c1b1f..317d377371 100644
--- a/src/mesa/softpipe/state_tracker/st_context.h
+++ b/src/mesa/softpipe/state_tracker/st_context.h
@@ -71,6 +71,7 @@ struct st_context
struct softpipe_blend_state blend;
struct softpipe_surface cbuf;
struct softpipe_clip_state clip;
+ struct softpipe_depth_state depth;
struct softpipe_scissor_rect scissor;
struct softpipe_poly_stipple poly_stipple;
struct softpipe_stencil_state stencil;