From: Brian Paul Date: Wed, 19 Sep 2012 18:43:38 +0000 (-0600) Subject: gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58f386b20b4bb7edc2a5763092dbebc02c2cffe3;p=mesa.git gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment --- diff --git a/src/gallium/include/pipe/p_screen.h b/src/gallium/include/pipe/p_screen.h index dff503676f8..754cfd7c2e6 100644 --- a/src/gallium/include/pipe/p_screen.h +++ b/src/gallium/include/pipe/p_screen.h @@ -200,7 +200,7 @@ struct pipe_screen { /** * Wait for the fence to finish. - * \param timeout in nanoseconds + * \param timeout in nanoseconds (may be PIPE_TIMEOUT_INFINITE). */ boolean (*fence_finish)( struct pipe_screen *screen, struct pipe_fence_handle *fence,