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
This commit is contained in:
Kenneth Graunke
2018-09-27 14:27:41 +02:00
parent 0b095c665d
commit 7840d0e091

View File

@@ -172,6 +172,7 @@ write_value(struct iris_context *ice, struct iris_query *q, unsigned offset)
offset); offset);
break; break;
case PIPE_QUERY_TIME_ELAPSED: case PIPE_QUERY_TIME_ELAPSED:
assert(false);
iris_pipelined_write(&ice->render_batch, q, iris_pipelined_write(&ice->render_batch, q,
PIPE_CONTROL_WRITE_TIMESTAMP, PIPE_CONTROL_WRITE_TIMESTAMP,
offset); offset);