aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/context.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2012-08-01 22:18:16 -0700
committerIan Romanick <[email protected]>2012-09-28 08:19:54 -0700
commitd0e142834948307ccfad6b038814618604390e2a (patch)
tree7d3b7f32a5dbd9cb18e5e62bc51b4938d8c74df3 /src/mesa/main/context.h
parent9c59d11cd29e5ddb678824738299d452b4147e0e (diff)
mesa/main: Make no-op dispatch function public
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r--src/mesa/main/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h
index e2387521f57..f0b4471b140 100644
--- a/src/mesa/main/context.h
+++ b/src/mesa/main/context.h
@@ -179,6 +179,8 @@ _mesa_finish(struct gl_context *ctx);
extern void
_mesa_flush(struct gl_context *ctx);
+extern int
+_mesa_generic_nop(void);
extern void GLAPIENTRY
_mesa_Finish( void );