summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/r600_query.h
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-06-27 19:46:39 +0200
committerMarek Olšák <marek.olsak@amd.com>2016-06-29 20:12:00 +0200
commit44906101c4bcd630733ee46fcd9a3b718314461d (patch)
treed662e47e450bdadd8bafe99807a57719586f66a8 /src/gallium/drivers/radeon/r600_query.h
parent82b39f352142a91ad98ae84f313287eb14197c90 (diff)
downloadexternal_mesa3d-44906101c4bcd630733ee46fcd9a3b718314461d.zip
external_mesa3d-44906101c4bcd630733ee46fcd9a3b718314461d.tar.gz
external_mesa3d-44906101c4bcd630733ee46fcd9a3b718314461d.tar.bz2
gallium/radeon: don't re-create queries for DCC stat gathering
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_query.h')
-rw-r--r--src/gallium/drivers/radeon/r600_query.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_query.h b/src/gallium/drivers/radeon/r600_query.h
index aad8eaf..f3c03f5 100644
--- a/src/gallium/drivers/radeon/r600_query.h
+++ b/src/gallium/drivers/radeon/r600_query.h
@@ -258,5 +258,7 @@ void r600_perfcounters_add_block(struct r600_common_screen *,
unsigned counters, unsigned selectors,
unsigned instances, void *data);
void r600_perfcounters_do_destroy(struct r600_perfcounters *);
+void r600_query_hw_reset_buffers(struct r600_common_context *rctx,
+ struct r600_query_hw *query);
#endif /* R600_QUERY_H */