Re: [Mesa-dev] ARB_query_buffer_object driver interface

2015-05-02 Thread Kristian Høgsberg
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);

[Mesa-dev] ARB_query_buffer_object driver interface

2015-05-02 Thread Ilia Mirkin
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