From: Kenneth Graunke Date: Mon, 22 Oct 2018 22:55:54 +0000 (-0700) Subject: iris: Move snapshots_landed to the front. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=938d63b2e8984591ea78f166f80c4eb1c9216648;p=mesa.git iris: Move snapshots_landed to the front. Transform feedback overflow queries need to write additional data, and it would be nice to have this field remain at a consistent offset. --- diff --git a/src/gallium/drivers/iris/iris_query.c b/src/gallium/drivers/iris/iris_query.c index 1183a65fef2..e3cd3b2ef14 100644 --- a/src/gallium/drivers/iris/iris_query.c +++ b/src/gallium/drivers/iris/iris_query.c @@ -101,9 +101,9 @@ struct iris_query { }; struct iris_query_snapshots { + uint64_t snapshots_landed; uint64_t start; uint64_t end; - uint64_t snapshots_landed; }; /**