gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment
authorBrian Paul <brianp@vmware.com>
Wed, 19 Sep 2012 18:43:38 +0000 (12:43 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 20 Sep 2012 15:49:12 +0000 (09:49 -0600)
src/gallium/include/pipe/p_screen.h

index dff5036..754cfd7 100644 (file)
@@ -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,