projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2b9e4
)
gallium: Use "flags" consistently.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 9 Apr 2009 20:26:15 +0000
(21:26 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 9 Apr 2009 20:26:15 +0000
(21:26 +0100)
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 ceac755e71ed0231e7ddfbc4c46cd0d4c2f0c5ef..5046febcf6ef59658fe21ac1c31dc772c990aa1f 100644
(file)
--- a/
src/gallium/include/pipe/p_screen.h
+++ b/
src/gallium/include/pipe/p_screen.h
@@
-264,7
+264,7
@@
struct pipe_screen {
*/
int (*fence_signalled)( struct pipe_screen *screen,
struct pipe_fence_handle *fence,
- unsigned flag );
+ unsigned flag
s
);
/**
* Wait for the fence to finish.
@@
-273,7
+273,7
@@
struct pipe_screen {
*/
int (*fence_finish)( struct pipe_screen *screen,
struct pipe_fence_handle *fence,
- unsigned flag );
+ unsigned flag
s
);
};