projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06fa986
)
swrast: Clean up header file inclusion in s_texfilter.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 26 Dec 2010 04:28:17 +0000
(20:28 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 26 Dec 2010 04:28:17 +0000
(20:28 -0800)
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 34520f229482794cd6b0d23ae2a3135d09f0a038..69f2d80003a0187479c7a96b08d2c68868b46941 100644
(file)
--- a/
src/mesa/swrast/s_texfilter.h
+++ b/
src/mesa/swrast/s_texfilter.h
@@
-27,9
+27,11
@@
#define S_TEXFILTER_H
-#include "main/mtypes.h"
#include "s_context.h"
+struct gl_context;
+struct gl_texture_object;
+
extern texture_sample_func
_swrast_choose_texture_sample_func( struct gl_context *ctx,