mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
mesa: rename common_x86_macros.h -> x86_xform.h
This commit is contained in:
parent
20d289eb2d
commit
81e366c659
5 changed files with 6 additions and 6 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "math/m_xform.h"
|
||||
#include "tnl/t_context.h"
|
||||
#include "x86-64.h"
|
||||
#include "../x86/common_x86_macros.h"
|
||||
#include "../x86/x86_xform.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#include "math/m_debug.h"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include "tnl/t_context.h"
|
||||
|
||||
#include "3dnow.h"
|
||||
#include "common_x86_macros.h"
|
||||
#include "x86_xform.h"
|
||||
|
||||
#ifdef DEBUG_MATH
|
||||
#include "math/m_debug.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "tnl/t_context.h"
|
||||
|
||||
#include "sse.h"
|
||||
#include "common_x86_macros.h"
|
||||
#include "x86_xform.h"
|
||||
|
||||
#ifdef DEBUG_MATH
|
||||
#include "math/m_debug.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "tnl/t_context.h"
|
||||
|
||||
#include "x86.h"
|
||||
#include "common_x86_macros.h"
|
||||
#include "x86_xform.h"
|
||||
#include "common_x86_asm.h"
|
||||
|
||||
#ifdef DEBUG_MATH
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
* Gareth Hughes
|
||||
*/
|
||||
|
||||
#ifndef __COMMON_X86_MACROS_H__
|
||||
#define __COMMON_X86_MACROS_H__
|
||||
#ifndef X86_XFORM_H
|
||||
#define X86_XFORM_H
|
||||
|
||||
|
||||
/* =============================================================
|
||||
Loading…
Add table
Reference in a new issue