projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77aaaf5
)
swrast: Clean up header file inclusion in s_texcombine.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 26 Dec 2010 04:12:06 +0000
(20:12 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 26 Dec 2010 04:12:06 +0000
(20:12 -0800)
src/mesa/swrast/s_texcombine.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_texcombine.h
b/src/mesa/swrast/s_texcombine.h
index 5f47ebecbf1c60ea57283c435e3e961d2863ca45..11049d86b262b2c0bab51a2a09591a83dfec3e1e 100644
(file)
--- a/
src/mesa/swrast/s_texcombine.h
+++ b/
src/mesa/swrast/s_texcombine.h
@@
-27,9
+27,10
@@
#define S_TEXCOMBINE_H
-#include "main/mtypes.h"
#include "s_span.h"
+struct gl_context;
+
extern void
_swrast_texture_span( struct gl_context *ctx, SWspan *span );