gallium: adjust the query interface to support custom types

we need to change it to support composite types
This commit is contained in:
Zack Rusin
2010-06-03 16:12:08 -04:00
parent 3a7fc2e4f3
commit 34f7681669
12 changed files with 22 additions and 15 deletions

View File

@@ -241,7 +241,7 @@ static boolean
rbug_get_query_result(struct pipe_context *_pipe,
struct pipe_query *query,
boolean wait,
uint64_t *result)
void *result)
{
struct rbug_context *rb_pipe = rbug_context(_pipe);
struct pipe_context *pipe = rb_pipe->pipe;