gallium: add an index argument to create_query
[mesa.git] / src / gallium / drivers / ilo / ilo_query.c
index 71bcc0f983ff8169939aa17ac8a4af5ee88926a3..46e6bf766e16334ae6acb2984499dd87d6b6dfe2 100644 (file)
@@ -70,7 +70,7 @@ ilo_query(struct pipe_query *query)
 }
 
 static struct pipe_query *
-ilo_create_query(struct pipe_context *pipe, unsigned query_type)
+ilo_create_query(struct pipe_context *pipe, unsigned query_type, unsigned index)
 {
    struct ilo_query *q;