summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-06-12 12:31:04 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-06-12 12:31:04 +0100
commit3fff84a999e7d564c16846340bb2b7dac75fb8b3 (patch)
treec3e8d578a8bc8094d4138ce6bb5d8db8d9ea8610 /src/mesa/main/queryobj.h
parent279143c6e808b37c333321b696d80df77f709a04 (diff)
parentc6de08fff483911953692693c501bc200c235dce (diff)
Merge branch 'mesa_7_5_branch'
Diffstat (limited to 'src/mesa/main/queryobj.h')
-rw-r--r--src/mesa/main/queryobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/queryobj.h b/src/mesa/main/queryobj.h
index 9a9774641b..bc02b65b54 100644
--- a/src/mesa/main/queryobj.h
+++ b/src/mesa/main/queryobj.h
@@ -48,6 +48,9 @@ _mesa_end_query(GLcontext *ctx, struct gl_query_object *q);
extern void
_mesa_wait_query(GLcontext *ctx, struct gl_query_object *q);
+extern void
+_mesa_check_query(GLcontext *ctx, struct gl_query_object *q);
+
extern void GLAPIENTRY
_mesa_GenQueriesARB(GLsizei n, GLuint *ids);