projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1cd093
)
x86: Clean up header file inclusion in mmx.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:26:47 +0000
(
01:26
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 09:26:47 +0000
(
01:26
-0800)
src/mesa/x86/mmx.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/mmx.h
b/src/mesa/x86/mmx.h
index
d4bda07
..
74e9979
100644
(file)
--- a/
src/mesa/x86/mmx.h
+++ b/
src/mesa/x86/mmx.h
@@
-27,7
+27,9
@@
#define ASM_MMX_H
#include "main/compiler.h"
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
extern void _ASMAPI
_mesa_mmx_blend_transparency( struct gl_context *ctx, GLuint n, const GLubyte mask[],