From: Kenneth Graunke Date: Thu, 27 Sep 2018 12:27:41 +0000 (+0200) Subject: iris: play chicken with timer queries for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7840d0e09101b07ca4f73a562cb616bb22e10a41;p=mesa.git iris: play chicken with timer queries for now they have been crashy in the past and I don't want to risk tanking my laptop right before my XDC talk --- diff --git a/src/gallium/drivers/iris/iris_query.c b/src/gallium/drivers/iris/iris_query.c index 03c527a3ad8..f3018c34563 100644 --- a/src/gallium/drivers/iris/iris_query.c +++ b/src/gallium/drivers/iris/iris_query.c @@ -172,6 +172,7 @@ write_value(struct iris_context *ice, struct iris_query *q, unsigned offset) offset); break; case PIPE_QUERY_TIME_ELAPSED: + assert(false); iris_pipelined_write(&ice->render_batch, q, PIPE_CONTROL_WRITE_TIMESTAMP, offset);