projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bcad02
)
gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() comment
author
Brian Paul
<brianp@vmware.com>
Wed, 19 Sep 2012 18:43:38 +0000
(12:43 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 20 Sep 2012 15:49:12 +0000
(09:49 -0600)
src/gallium/include/pipe/p_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_screen.h
b/src/gallium/include/pipe/p_screen.h
index dff503676f84f2fc8a678939e25f7192d3413518..754cfd7c2e6f74a4dcdba6530df98ec60ae3990c 100644
(file)
--- 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,