summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_state.h')
-rw-r--r--src/mesa/drivers/dri/r600/r700_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_state.h b/src/mesa/drivers/dri/r600/r700_state.h
index 87f0903b67..23246367db 100644
--- a/src/mesa/drivers/dri/r600/r700_state.h
+++ b/src/mesa/drivers/dri/r600/r700_state.h
@@ -45,4 +45,7 @@ extern void r700InitStateFuncs (struct dd_function_table *functions);
extern void r700SetRenderTarget(context_t *context, int id);
extern void r700SetDefaultStates(context_t * context);
+void r700SetScissor(context_t *context);
+void r700SetDepthTarget(context_t *context);
+
#endif /* _R600_SCREEN_H */