mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
mesa: Prefix main includes with dir to avoid conflicts.
Eliminate a couple of differences with gallium-0.2
This commit is contained in:
parent
2ea3ef9a80
commit
64dc397d8b
@ -31,7 +31,7 @@
|
||||
|
||||
#ifdef USE_SPARC_ASM
|
||||
|
||||
#include "context.h"
|
||||
#include "main/context.h"
|
||||
#include "math/m_xform.h"
|
||||
#include "tnl/t_context.h"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#ifndef SS_VB_H
|
||||
#define SS_VB_H
|
||||
|
||||
#include "mtypes.h"
|
||||
#include "main/mtypes.h"
|
||||
#include "swrast_setup.h"
|
||||
|
||||
void _swsetup_vb_init( GLcontext *ctx );
|
||||
|
@ -31,8 +31,8 @@
|
||||
|
||||
#ifdef USE_X86_64_ASM
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/context.h"
|
||||
#include "math/m_xform.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "x86-64.h"
|
||||
|
Loading…
Reference in New Issue
Block a user