New type system for assembly code. Asm files should now include
authorGareth Hughes <gareth@valinux.com>
Wed, 28 Mar 2001 20:44:43 +0000 (20:44 +0000)
committerGareth Hughes <gareth@valinux.com>
Wed, 28 Mar 2001 20:44:43 +0000 (20:44 +0000)
commit0a59ca6cae6ef24990f1c41c8c7857214489443c
tree209540eb19ac3ad222e060b86ed788d38237a56b
parent38f28665bf9fb5b2464738ca5074848ec2777ae1
New type system for assembly code.  Asm files should now include
matypes.h, which includes assyntax.h and is generated from the core Mesa
header files.
18 files changed:
Make-config
src/mesa/Makefile.X11
src/mesa/main/Makefile.X11
src/mesa/x86/3dnow.c
src/mesa/x86/3dnow.h
src/mesa/x86/clip_args.h
src/mesa/x86/common_x86.c
src/mesa/x86/common_x86_asm.S
src/mesa/x86/common_x86_asm.h
src/mesa/x86/common_x86_features.h
src/mesa/x86/gen_matypes.c [new file with mode: 0644]
src/mesa/x86/mmx.h
src/mesa/x86/mmx_blend.S
src/mesa/x86/norm_args.h [new file with mode: 0644]
src/mesa/x86/x86.c
src/mesa/x86/x86.h
src/mesa/x86/x86_cliptest.S
src/mesa/x86/xform_args.h