Mesa (master): mesa: updated _mesa_delete_query() comments

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 6 17:01:40 UTC 2008


Module: Mesa
Branch: master
Commit: b0ca50bd38b69593ac683a5e7635fbafa5e06676
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0ca50bd38b69593ac683a5e7635fbafa5e06676

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Oct  6 09:32:33 2008 -0600

mesa: updated _mesa_delete_query() comments

---

 src/mesa/main/queryobj.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c
index 2d06030..6f084b6 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)




More information about the mesa-commit mailing list