gallium: add an index argument to create_query
[mesa.git] / src / gallium / drivers / llvmpipe / lp_query.c
index 2bc9c1aeb867bfea0d23af118a4a560ff0243067..8f41f56f1c48118c74e4af43f0a2a90f61ebdef2 100644 (file)
@@ -50,7 +50,8 @@ static struct llvmpipe_query *llvmpipe_query( struct pipe_query *p )
 
 static struct pipe_query *
 llvmpipe_create_query(struct pipe_context *pipe, 
-                      unsigned type)
+                      unsigned type,
+                      unsigned index)
 {
    struct llvmpipe_query *pq;