projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfeb98
)
swrast: Clean up header file inclusion in s_logic.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:43:35 +0000
(20:43 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:43:35 +0000
(20:43 -0800)
src/mesa/swrast/s_logic.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_logic.h
b/src/mesa/swrast/s_logic.h
index 95c7fe3e1501b55145a2b12f003b8dcea9c7d329..0a3adfca5ff665ad52276f858c3e6ffb5e760e9b 100644
(file)
--- a/
src/mesa/swrast/s_logic.h
+++ b/
src/mesa/swrast/s_logic.h
@@
-27,9
+27,11
@@
#define S_LOGIC_H
-#include "main/mtypes.h"
#include "s_span.h"
+struct gl_context;
+struct gl_renderbuffer;
+
extern void
_swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
SWspan *span);