summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-07 16:59:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-07 16:59:58 +0000
commit42fa81275c67d7d1ad8d255120af0ffeeb46b963 (patch)
tree1c786fb74f62263d6a1a312178bcef74daeffa5e /src/mesa/sources
parente3f684b753c94d8657a1487655b41fdfc0119dba (diff)
x86-64 transform optimizations (Mikko T.)
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index c4249a7e49..f2f3b6b642 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -197,7 +197,8 @@ ASM_C_SOURCES = \
x86/3dnow.c \
x86/sse.c \
sparc/sparc.c \
- ppc/common_ppc.c
+ ppc/common_ppc.c \
+ x86-64/x86-64.c
X86_SOURCES = \
x86/common_x86_asm.S \
@@ -222,6 +223,9 @@ X86_SOURCES = \
X86_API = \
x86/glapi_x86.S
+X86-64_SOURCES = \
+ x86-64/xform4.S
+
SPARC_SOURCES = \
sparc/clip.S \
sparc/norm.S \