Add support for assembly (static) dispatch functions on x86-64. This
authorIan Romanick <idr@us.ibm.com>
Sat, 2 Jul 2005 08:29:57 +0000 (08:29 +0000)
committerIan Romanick <idr@us.ibm.com>
Sat, 2 Jul 2005 08:29:57 +0000 (08:29 +0000)
commitf0ff50d4edbeab5aa0df349772ed2eda64878282
tree6128d8aa814ddd6ab374710743ff79cfc3c2282c
parent1a9cac10b85aed9f93d765a1569dbaeb658a9def
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.
configs/freebsd-dri-amd64
configs/linux-dri-x86-64
configs/linux-x86-64
src/glx/x11/Makefile
src/mesa/glapi/gl_XML.py
src/mesa/glapi/gl_x86-64_asm.py [new file with mode: 0644]
src/mesa/main/dispatch.c
src/mesa/sources
src/mesa/x86-64/glapi_x86-64.S [new file with mode: 0644]