summaryrefslogtreecommitdiff
path: root/src/mesa/main/queryobj.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-11 14:55:14 -0600
committerBrian Paul <brianp@vmware.com>2009-06-11 14:58:25 -0600
commit322e8556b91ceb80d4a53129cbb5db99087085f1 (patch)
treedfb91d23d3497cb01dee46e1386130f4d5483657 /src/mesa/main/queryobj.h
parent0ddc38309a4ecbe7db4a9e6055d7855d00e6ab7b (diff)
mesa: add default function for ctx->Driver.CheckQuery() hook
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);