gallium: add PIPE_CAP_TIMER_RESOLUTION

Reviewed by Marek Olšák

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23703>
This commit is contained in:
norablackcat
2023-06-17 14:49:12 -06:00
committed by Marge Bot
parent 77f5b1cce0
commit 660f2eabe1
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -153,6 +153,7 @@ The integer capabilities:
the pipe_screen::get_timestamp hook are implemented.
* ``PIPE_CAP_QUERY_TIMESTAMP_BITS``: How many bits the driver uses for the
results of GL_TIMESTAMP queries.
* ``PIPE_CAP_TIMER_RESOLUTION``: The resolution of the timer in nanos.
* ``PIPE_CAP_TEXTURE_MULTISAMPLE``: Whether all MSAA resources supported
for rendering are also supported for texturing.
* ``PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT``: The minimum alignment that should be