Skip to content

zink: Do the timestamp-to-ns math in a double to have better precision.

Emma Anholt requested to merge anholt/mesa:zink-timestamp into main

Fixes arb_timer_query-timestamp-get on my radv system, where the GPU has been on for many days and the timestamp would only increment every once in a while.

Part of fixing #6808 (closed)

Merge request reports