gallium: add an index argument to create_query
[mesa.git] / src / gallium / drivers / softpipe / sp_query.c
index 88223708f4f6f0de756db5adbcf974a5640483c1..e2fc917b3617509e924f73c77f2d24e49602bbdc 100644 (file)
@@ -53,7 +53,8 @@ static struct softpipe_query *softpipe_query( struct pipe_query *p )
 
 static struct pipe_query *
 softpipe_create_query(struct pipe_context *pipe, 
-                     unsigned type)
+                     unsigned type,
+                     unsigned index)
 {
    struct softpipe_query* sq;