mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02: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);
|
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
|
static void
|
||||||
st_BeginQuery(GLcontext *ctx, struct gl_query_object *q)
|
st_BeginQuery(GLcontext *ctx, struct gl_query_object *q)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue