projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11dd228
)
mesa: Clean up header file inclusion in atifragshader.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 03:41:42 +0000
(19:41 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 8 Nov 2010 03:41:42 +0000
(19:41 -0800)
src/mesa/main/atifragshader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/atifragshader.h
b/src/mesa/main/atifragshader.h
index 6911bba5aee4d010532bc825d4082932369b6b85..ade91311b01514b5cfb71afb479546fe7fe07612 100644
(file)
--- a/
src/mesa/main/atifragshader.h
+++ b/
src/mesa/main/atifragshader.h
@@
-8,7
+8,12
@@
#ifndef ATIFRAGSHADER_H
#define ATIFRAGSHADER_H
-#include "main/mtypes.h"
+#include "compiler.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct _glapi_table;
+struct gl_context;
#define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8
#define MAX_NUM_PASSES_ATI 2