gallium: add an index argument to create_query
[mesa.git] / src / gallium / drivers / nouveau / nv30 / nv30_query.c
index 01b3817c45d4cdc7e948110b4919d5a033aa60d4..ace2cdcd79539a583700cc6c9c1df693f4cb8286 100644 (file)
@@ -105,7 +105,7 @@ nv30_query(struct pipe_query *pipe)
 }
 
 static struct pipe_query *
-nv30_query_create(struct pipe_context *pipe, unsigned type)
+nv30_query_create(struct pipe_context *pipe, unsigned type, unsigned index)
 {
    struct nv30_query *q = CALLOC_STRUCT(nv30_query);
    if (!q)