projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eadb90f
)
swrast: Clean up header file inclusion in s_atifragshader.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 03:47:54 +0000
(19:47 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 03:47:54 +0000
(19:47 -0800)
src/mesa/swrast/s_atifragshader.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_atifragshader.h
b/src/mesa/swrast/s_atifragshader.h
index 39a6e64ed924e7f55498083b7a6acf4e2e804918..10aaaa592c7fe6599e354d401431f0ca8eef2be4 100644
(file)
--- a/
src/mesa/swrast/s_atifragshader.h
+++ b/
src/mesa/swrast/s_atifragshader.h
@@
-27,9
+27,9
@@
#define S_ATIFRAGSHADER_H
-#include "main/mtypes.h"
#include "s_span.h"
+struct gl_context;
extern void
_swrast_exec_fragment_shader( struct gl_context *ctx, SWspan *span );