diff options
author | Matt Turner <[email protected]> | 2013-11-11 21:26:33 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:47 -0800 |
commit | 4194f9c1ad5f0c809bf4380490793103c8b857e9 (patch) | |
tree | 42a3a25dffff6451ac95dca495de035967fbd665 /src | |
parent | 0557d54847d13a7bc5cad6f9ff7fe7baea351749 (diff) |
x86: Add headers to distribution.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/Makefile.sources | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index 816896e5e89..18d988912e9 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -451,17 +451,28 @@ ASM_C_FILES = \ $(SRCDIR)x86-64/x86-64.c X86_FILES = \ + $(SRCDIR)x86/assyntax.h \ + $(SRCDIR)x86/clip_args.h \ + $(SRCDIR)x86/norm_args.h \ + $(SRCDIR)x86/xform_args.h \ $(SRCDIR)x86/common_x86_asm.S \ + $(SRCDIR)x86/common_x86_asm.h \ + $(SRCDIR)x86/common_x86_features.h \ + $(SRCDIR)x86/x86_xform.h \ $(SRCDIR)x86/x86_xform2.S \ $(SRCDIR)x86/x86_xform3.S \ $(SRCDIR)x86/x86_xform4.S \ $(SRCDIR)x86/x86_cliptest.S \ - $(SRCDIR)x86/mmx_blend.S \ + $(SRCDIR)x86/mmx.h \ + $(SRCDIR)x86/mmx_blend.S \ + $(SRCDIR)x86/mmx_blendtmp.h \ + $(SRCDIR)x86/3dnow.h \ $(SRCDIR)x86/3dnow_xform1.S \ $(SRCDIR)x86/3dnow_xform2.S \ $(SRCDIR)x86/3dnow_xform3.S \ $(SRCDIR)x86/3dnow_xform4.S \ $(SRCDIR)x86/3dnow_normal.S \ + $(SRCDIR)x86/sse.h \ $(SRCDIR)x86/sse_xform1.S \ $(SRCDIR)x86/sse_xform2.S \ $(SRCDIR)x86/sse_xform3.S \ |