diff options
author | Ian Romanick <[email protected]> | 2005-07-02 08:29:57 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-02 08:29:57 +0000 |
commit | f0ff50d4edbeab5aa0df349772ed2eda64878282 (patch) | |
tree | 6128d8aa814ddd6ab374710743ff79cfc3c2282c /src/glx | |
parent | 1a9cac10b85aed9f93d765a1569dbaeb658a9def (diff) |
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.
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 109a8c42d73..8982f01a155 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -49,6 +49,7 @@ C_SOURCES = \ XF86dri.c \ X86_SOURCES = $(TOP)/src/mesa/x86/glapi_x86.S +X86-64_SOURCES = $(TOP)/src/mesa/x86-64/glapi_x86-64.S # ASM_SOURCES = $(X86_SOURCES) |