iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capability
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 11 Jan 2019 21:39:04 +0000 (13:39 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000 (10:26 -0800)
commit1f91f688e8c05f1d026e92234d768a5d361e0805
tree12e40c32b1025d160c1f925a83dd6aefdf67ad57
parenta23c06cabcfaaca4386eff7b73c9fb62894f6519
iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capability

I had a hack in place earlier to pass the query type as q->index
for the regular statistics query, but we ended up adjusting the
interface and adding a new query type.  Use that instead, fixing
pipeline statistics queries since the rebase.
src/gallium/drivers/iris/iris_query.c
src/gallium/drivers/iris/iris_screen.c