projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e2ea14
)
swrast: Clean up header file inclusion in s_fragprog.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:34:53 +0000
(20:34 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:34:53 +0000
(20:34 -0800)
src/mesa/swrast/s_fragprog.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_fragprog.h
b/src/mesa/swrast/s_fragprog.h
index 689d3fc82e4a79fc5adcb525803ea03731713215..62a68361769f3edb8b7859cea9f9f401da31b3db 100644
(file)
--- a/
src/mesa/swrast/s_fragprog.h
+++ b/
src/mesa/swrast/s_fragprog.h
@@
-27,9
+27,10
@@
#define S_FRAGPROG_H
-#include "main/mtypes.h"
#include "s_span.h"
+struct gl_context;
+
extern void
_swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);