summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-05 16:34:47 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-05 16:34:47 -0700
commit9b0f71e37f2ed129997b247d58f8d5e9004f4935 (patch)
treea7c6ff12495dbe9802cf6cb4a2c8d5a553937ae5 /src/mesa/state_tracker/st_context.h
parent91564eedcc5e98e28d749267ac81ffd4082b4147 (diff)
move st_invalidate_state() prototype to st_context.h
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index 30407768b9..82e133911f 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -180,6 +180,8 @@ struct st_framebuffer
extern void st_init_driver_functions(struct dd_function_table *functions);
+void st_invalidate_state(GLcontext * ctx, GLuint new_state);
+
#define Y_0_TOP 1