projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
382911b
)
mesa: updated _mesa_delete_query() comments
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 6 Oct 2008 15:32:33 +0000
(09:32 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 6 Oct 2008 15:32:33 +0000
(09:32 -0600)
src/mesa/main/queryobj.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/queryobj.c
b/src/mesa/main/queryobj.c
index 2d060300300e529242d30a5f3479a9836dde597b..6f084b6a4f10ca41caf58bed337aaa973e1c0c7d 100644
(file)
--- 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 a
n 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)