summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-07-02 08:29:57 +0000
committerIan Romanick <idr@us.ibm.com>2005-07-02 08:29:57 +0000
commitf0ff50d4edbeab5aa0df349772ed2eda64878282 (patch)
tree6128d8aa814ddd6ab374710743ff79cfc3c2282c /src/mesa/main/dispatch.c
parent1a9cac10b85aed9f93d765a1569dbaeb658a9def (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/mesa/main/dispatch.c')
-rw-r--r--src/mesa/main/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c
index 6040c38ecf..275f2572b9 100644
--- a/src/mesa/main/dispatch.c
+++ b/src/mesa/main/dispatch.c
@@ -45,7 +45,7 @@
#include "glthread.h"
-#if !(defined(USE_X86_ASM) || defined(USE_SPARC_ASM))
+#if !(defined(USE_X86_ASM) || defined(USE_X86_64_ASM) || defined(USE_SPARC_ASM))
#if defined(WIN32)
#define KEYWORD1 GLAPI