diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-07 14:17:32 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-04-07 14:17:32 -0600 |
commit | 29b65a709cae779debc4bcdbfaa66cfe72f7074f (patch) | |
tree | b8f3d581650ca91647cf39886cbad0447025b595 /src/mesa/state_tracker/st_cb_queryobj.c | |
parent | 2b2d0e05842691e715782a64845aeca12a428427 (diff) |
gallium: remove stray comment
Diffstat (limited to 'src/mesa/state_tracker/st_cb_queryobj.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_queryobj.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/state_tracker/st_cb_queryobj.c b/src/mesa/state_tracker/st_cb_queryobj.c index c1d0d086b4..21c2c7dd9f 100644 --- a/src/mesa/state_tracker/st_cb_queryobj.c +++ b/src/mesa/state_tracker/st_cb_queryobj.c @@ -90,11 +90,7 @@ st_DeleteQuery(GLcontext *ctx, struct gl_query_object *q) FREE(stq); } -/** - * Do glReadPixels by getting rows from the framebuffer surface with - * get_tile(). Convert to requested format/type with Mesa image routines. - * Image transfer ops are done in software too. - */ + static void st_BeginQuery(GLcontext *ctx, struct gl_query_object *q) { |