On Sat, May 2, 2015 at 9:47 PM, Ilia Mirkin wrote:
> Hello,
>
> I've started working on implementing ARB_query_buffer_object, and am
> trying to work out the driver interface. I'm thinking something along
> these lines:
>
> void (*CheckQuery)(struct gl_context *ctx, struct gl_query_object *q);
Hello,
I've started working on implementing ARB_query_buffer_object, and am
trying to work out the driver interface. I'm thinking something along
these lines:
void (*CheckQuery)(struct gl_context *ctx, struct gl_query_object *q);
void (*WaitQuery)(struct gl_context *ctx, struct gl_query_o