projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f979c
)
x86: Include missing headers in mmx.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 06:29:09 +0000
(23:29 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 06:29:09 +0000
(23:29 -0700)
Include compiler.h for _ASMAPI symbol.
Include mtypes.h for GLcontext symbol.
src/mesa/x86/mmx.h
patch
|
blob
|
history
diff --git
a/src/mesa/x86/mmx.h
b/src/mesa/x86/mmx.h
index 5641936bdb049ca3f6591bba0d41acd8ba745c79..47a0d4b54dd633fa2bcd18f900e8190ee5b9f536 100644
(file)
--- a/
src/mesa/x86/mmx.h
+++ b/
src/mesa/x86/mmx.h
@@
-26,6
+26,9
@@
#ifndef ASM_MMX_H
#define ASM_MMX_H
+#include "main/compiler.h"
+#include "main/mtypes.h"
+
extern void _ASMAPI
_mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
GLvoid *rgba, const GLvoid *dest,