summaryrefslogtreecommitdiff
path: root/src/mesa/softpipe/sp_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/softpipe/sp_context.h')
-rw-r--r--src/mesa/softpipe/sp_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/softpipe/sp_context.h b/src/mesa/softpipe/sp_context.h
index e047a9330b..e2b678f80f 100644
--- a/src/mesa/softpipe/sp_context.h
+++ b/src/mesa/softpipe/sp_context.h
@@ -43,6 +43,9 @@ struct softpipe_context {
void (*set_clip_state)( struct softpipe_context *,
const struct softpipe_clip_state * );
+ void (*set_depth_state)( struct softpipe_context *,
+ const struct softpipe_depth_state * );
+
void (*set_viewport)( struct softpipe_context *,
const struct softpipe_viewport * );