projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed810ba
)
st/mesa: Add forward declaration in st_cb_condrender.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:24:51 +0000
(12:24 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 19:24:51 +0000
(12:24 -0700)
src/mesa/state_tracker/st_cb_condrender.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cb_condrender.h
b/src/mesa/state_tracker/st_cb_condrender.h
index 891f1cbcd8c2b2b28d62e2aa7bcb530d4972580c..79d0db8d08a4f85b4a73081e0fbd80b636b633c7 100644
(file)
--- a/
src/mesa/state_tracker/st_cb_condrender.h
+++ b/
src/mesa/state_tracker/st_cb_condrender.h
@@
-29,6
+29,8
@@
#define ST_CB_CONDRENDER_H
+struct dd_function_table;
+
extern void st_init_cond_render_functions(struct dd_function_table *functions);