mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 21:50:28 +01:00
mesa: Remove assyntax.h include from generated matypes.h.
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms).
This commit is contained in:
parent
8223add330
commit
fc286ff3ba
17 changed files with 17 additions and 3 deletions
|
|
@ -24,6 +24,6 @@ clean:
|
|||
|
||||
# need some special rules here, unfortunately
|
||||
matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
|
||||
../x86/gen_matypes | grep -v '#include "assyntax.h' > matypes.h
|
||||
../x86/gen_matypes > matypes.h
|
||||
|
||||
xform4.o: matypes.h
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
#ifdef USE_3DNOW_ASM
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "norm_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_3DNOW_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_3DNOW_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_3DNOW_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_3DNOW_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ int main( int argc, char **argv )
|
|||
printf( "#ifndef __ASM_TYPES_H__\n" );
|
||||
printf( "#define __ASM_TYPES_H__\n" );
|
||||
printf( "\n" );
|
||||
printf( "#include \"assyntax.h\"\n" );
|
||||
|
||||
|
||||
/* GLcontext offsets:
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
;
|
||||
/*
|
||||
* Written by José Fonseca <j_r_fonseca@yahoo.co.uk>
|
||||
* Written by Jos<EFBFBD> Fonseca <j_r_fonseca@yahoo.co.uk>
|
||||
*/
|
||||
|
||||
|
||||
#ifdef USE_MMX_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
|
||||
/* integer multiplication - alpha plus one
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "norm_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
* in there will break the build on some platforms.
|
||||
*/
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "clip_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
* in there will break the build on some platforms.
|
||||
*/
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
* in there will break the build on some platforms.
|
||||
*/
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
* in there will break the build on some platforms.
|
||||
*/
|
||||
|
||||
#include "assyntax.h"
|
||||
#include "matypes.h"
|
||||
#include "xform_args.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue