Where is the function implementation?
denzig kervan <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm a newcomer, so please be nice. Analysing only the case for intel 32bit and that I have _glapi_tls_Dispatch. I don't understand gas so the code in file glapi_x86.S I understood as a black box for PIC addressing mode. So I have the global variable _glapi_tls_Dispatch that when processed by the code in glapi_x86.S creates the glfoo interface directing correctly to the appropriate pointer to function in the _glapi_table. Then I get stuck. Although I can see the declaration of all the pointer to functions in _glapi_table I cannot know where it is its implementations. Again, my best bet is _mesa_foo, but I don't know how, for example, void (GLAPIENTRYP NewList)(GLuint list, GLenum mode) could become _mesa_NewList(GLuint name, GLenum mode). Thanks in advance. _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users