projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20e977
)
swrast: Fix header file inclusion in s_texfilter.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 05:05:28 +0000
(22:05 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 05:05:28 +0000
(22:05 -0700)
Include mtypes.h for GLcontext symbol.
Include s_context.h for texture_sample_func symbol.
src/mesa/swrast/s_texfilter.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_texfilter.h
b/src/mesa/swrast/s_texfilter.h
index 2e265d685c5774ec3f2c32ea2dd6a6be660a3dd4..eceab59658e61ef8db57b70998e8f5c113cc861d 100644
(file)
--- a/
src/mesa/swrast/s_texfilter.h
+++ b/
src/mesa/swrast/s_texfilter.h
@@
-27,7
+27,8
@@
#define S_TEXFILTER_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_context.h"
extern texture_sample_func