summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-06 09:32:33 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-06 09:32:33 -0600
commitb0ca50bd38b69593ac683a5e7635fbafa5e06676 (patch)
treee2cf828b3540c6a184482afd02dd077195fb9cf6
parent382911bdbce5545117d5a70ce7e43b71e8396e32 (diff)
mesa: updated _mesa_delete_query() comments
-rw-r--r--src/mesa/main/queryobj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
index 2d06030030..6f084b6a4f 100644
--- a/src/mesa/main/queryobj.c
+++ b/src/mesa/main/queryobj.c
@@ -90,9 +90,8 @@ _mesa_wait_query(GLcontext *ctx, struct gl_query_object *q)
/**
- * Delete an occlusion query object.
+ * Delete a query object. Called via ctx->Driver.DeleteQuery().
* Not removed from hash table here.
- * XXX maybe add Delete() method to gl_query_object class and call that instead
*/
void
_mesa_delete_query(GLcontext *ctx, struct gl_query_object *q)