From 23ffc3a85d6172f8a98d17d7f23610bab808d84e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 27 Aug 2005 13:56:08 +0000 Subject: Rearrange the code related to GL_ARB_occlusion_object to generalize query objects for future types of queries. --- src/mesa/main/dd.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index e4c103c55e..311278000f 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -816,6 +816,14 @@ struct dd_function_table { /*@}*/ #endif + /** + * \name Query objects + */ + /*@{*/ + void (*BeginQuery)(GLcontext *ctx, struct gl_query_object *q); + void (*EndQuery)(GLcontext *ctx, struct gl_query_object *q); + /*@}*/ + /** * \name Support for multiple T&L engines -- cgit v1.2.3