mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
x86: Include missing headers in mmx.h.
Include compiler.h for _ASMAPI symbol. Include mtypes.h for GLcontext symbol.
This commit is contained in:
parent
51f979c347
commit
2144f8e95e
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
||||||
#ifndef ASM_MMX_H
|
#ifndef ASM_MMX_H
|
||||||
#define ASM_MMX_H
|
#define ASM_MMX_H
|
||||||
|
|
||||||
|
#include "main/compiler.h"
|
||||||
|
#include "main/mtypes.h"
|
||||||
|
|
||||||
extern void _ASMAPI
|
extern void _ASMAPI
|
||||||
_mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
|
_mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
|
||||||
GLvoid *rgba, const GLvoid *dest,
|
GLvoid *rgba, const GLvoid *dest,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue