From f0ff50d4edbeab5aa0df349772ed2eda64878282 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 2 Jul 2005 08:29:57 +0000 Subject: Add support for assembly (static) dispatch functions on x86-64. This is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. --- src/mesa/sources | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/sources') diff --git a/src/mesa/sources b/src/mesa/sources index deb23f4bf2..937405474d 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -235,6 +235,9 @@ X86_API = \ X86-64_SOURCES = \ x86-64/xform4.S +X86-64_API = \ + x86-64/glapi_x86-64.S + SPARC_SOURCES = \ sparc/clip.S \ sparc/norm.S \ -- cgit v1.2.3