gallium: adjust the query interface to support custom types
[profile/ivi/mesa.git] / src / gallium / drivers / rbug / rbug_context.c
index 164d811..00b167e 100644 (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;