iris: play chicken with timer queries for now
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 27 Sep 2018 12:27:41 +0000 (14:27 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:08 +0000 (10:26 -0800)
they have been crashy in the past and I don't want to risk tanking my
laptop right before my XDC talk

src/gallium/drivers/iris/iris_query.c

index 03c527a3ad837f20364d0c1b6c77b78fc93a6144..f3018c345635a44ae76c1cd6d7303f6872965d6c 100644 (file)
@@ -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);