mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 00:10:10 +01:00
gallium: remove stray comment
This commit is contained in:
parent
2b2d0e0584
commit
29b65a709c
1 changed files with 1 additions and 5 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue