projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa0471
)
mesa: Clean up header file inclusion in shaderapi.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 21 Nov 2010 06:17:28 +0000
(22:17 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 21 Nov 2010 06:17:28 +0000
(22:17 -0800)
src/mesa/main/shaderapi.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/shaderapi.h
b/src/mesa/main/shaderapi.h
index df78351411c6dbb0e3694e00bff6b659582630b4..e4b477660dc7d5e0f04687600ec7f83edef55190 100644
(file)
--- a/
src/mesa/main/shaderapi.h
+++ b/
src/mesa/main/shaderapi.h
@@
-28,8
+28,10
@@
#include "glheader.h"
-#include "mtypes.h"
+struct _glapi_table;
+struct gl_context;
+struct gl_shader_program;
extern GLint
_mesa_sizeof_glsl_type(GLenum type);