OSDN Git Service

glapi: Fix aliases to non-static functions.
authorChia-I Wu <olv@lunarg.com>
Sat, 20 Mar 2010 15:58:15 +0000 (23:58 +0800)
committerChia-I Wu <olv@lunarg.com>
Sat, 20 Mar 2010 16:05:01 +0000 (00:05 +0800)
commit6fed3a9fa0a87ae797f995de5b51eb9be3493fe0
tree14b621734acc63073cdeb6970f8933c203dc98f7
parent41a87a43e11c664935349f938022d58d3e22da4e
glapi: Fix aliases to non-static functions.

The bug is triggered by 41a87a43e11c664935349f938022d58d3e22da4e.
glBlitFramebuffer, for example, is an alias to the non-static
glBlitFramebufferEXT.  We should define glBlitFramebuffer as an alias to
_dispatch_stub_NNN.
src/mesa/glapi/gen/gl_x86_asm.py
src/mesa/x86/glapi_x86.S