diff options
author | Brian Paul <[email protected]> | 2008-10-06 09:32:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-06 09:32:33 -0600 |
commit | b0ca50bd38b69593ac683a5e7635fbafa5e06676 (patch) | |
tree | e2cf828b3540c6a184482afd02dd077195fb9cf6 /src/mesa/main | |
parent | 382911bdbce5545117d5a70ce7e43b71e8396e32 (diff) |
mesa: updated _mesa_delete_query() comments
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | 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 2d060300300..6f084b6a4f1 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) |