Skip to content

gallium: Add PIPE_CAP_QUERY_TIMESTAMP_BITS

Tomeu Vizoso requested to merge tomeu/mesa:iris-timestamps into main

For those drivers that don't make full use of the 64 bits in pipe_query_result.u64.

Applications will make use of it via GL_QUERY_COUNTER_BITS to handle when the value rolls over.

Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com

Edited by Tomeu Vizoso

Merge request reports