From 43e4b3e311df3bede930229380a7aa389ac7019a Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Thu, 26 Jun 2014 19:33:07 -0400 Subject: gallium: add an index argument to create_query MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilia Mirkin Reviewed-by: Marek Olšák Reviewed-by: Roland Scheidegger --- src/gallium/drivers/nouveau/nv30/nv30_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/nouveau/nv30/nv30_query.c') diff --git a/src/gallium/drivers/nouveau/nv30/nv30_query.c b/src/gallium/drivers/nouveau/nv30/nv30_query.c index 01b3817c45d..ace2cdcd795 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_query.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_query.c @@ -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) -- cgit v1.2.3