aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/r600.h
diff options
context:
space:
mode:
authorNiels Ole Salscheider <[email protected]>2013-08-28 18:42:40 +0200
committerMarek Olšák <[email protected]>2013-08-30 23:30:00 +0200
commit217d2f73596f9abfbbdcbf5cfd2b684851178c46 (patch)
tree26253716812819aa163323a8abf1a3164bf85ead /src/gallium/drivers/radeonsi/r600.h
parent431e60625b1dcacc126087f36adedb89fa60bfaa (diff)
radeonsi: Do not suspend timer queries
Signed-off-by: Niels Ole Salscheider <[email protected]> Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/r600.h')
-rw-r--r--src/gallium/drivers/radeonsi/r600.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/r600.h b/src/gallium/drivers/radeonsi/r600.h
index ce0468d4155..ac3b2f181ea 100644
--- a/src/gallium/drivers/radeonsi/r600.h
+++ b/src/gallium/drivers/radeonsi/r600.h
@@ -102,6 +102,7 @@ void si_context_emit_fence(struct r600_context *ctx, struct si_resource *fence,
unsigned offset, unsigned value);
void r600_context_draw_opaque_count(struct r600_context *ctx, struct r600_so_target *t);
+bool si_is_timer_query(unsigned type);
bool si_query_needs_begin(unsigned type);
void si_need_cs_space(struct r600_context *ctx, unsigned num_dw, boolean count_draw_in);