From 58f386b20b4bb7edc2a5763092dbebc02c2cffe3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 19 Sep 2012 12:43:38 -0600 Subject: [PATCH] gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment --- src/gallium/include/pipe/p_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,