projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85dbb29
)
st/mesa: Add missing headers in st_cb_flush.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 22:32:53 +0000
(15:32 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 22:32:53 +0000
(15:32 -0700)
Add forward declarations.
Include p_compiler.h for uint symbol.
src/mesa/state_tracker/st_cb_flush.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_flush.h
b/src/mesa/state_tracker/st_cb_flush.h
index 7fca0176a303c69af085b101237dff1006992cf4..7672b4cf1da4cb9a9c6f885ba2a9c9471be0cb63 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_flush.h
+++ b/
src/mesa/state_tracker/st_cb_flush.h
@@
-30,6
+30,12
@@
#define ST_CB_FLUSH_H
+#include "pipe/p_compiler.h"
+
+struct dd_function_table;
+struct pipe_fence_handle;
+struct st_context;
+
extern void
st_init_flush_functions(struct dd_function_table *functions);