projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4d27c
)
mesa: Include missing header in st_get_mipmap.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 08:23:05 +0000
(
01:23
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 08:23:46 +0000
(
01:23
-0700)
Include mtypes.h for GLcontext symbol.
Add forward declaration for st_context.
src/mesa/state_tracker/st_gen_mipmap.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_gen_mipmap.h
b/src/mesa/state_tracker/st_gen_mipmap.h
index 00fbae9302601bc5a1c36afbbeea11c6afe81109..016bf3f4bba25a89542f35bbd51f64b2d7f776a7 100644
(file)
--- a/
src/mesa/state_tracker/st_gen_mipmap.h
+++ b/
src/mesa/state_tracker/st_gen_mipmap.h
@@
-30,6
+30,10
@@
#define ST_GEN_MIPMAP_H
+#include "main/mtypes.h"
+
+struct st_context;
+
extern void
st_init_generate_mipmap(struct st_context *st);