In our driver ,when i debug glVertex3f function,it will jmp to GL_STUB(Vertex3f)Macro.The Macro define in a Assembler,I only know the assembler have relationship whit dispatchtable,can any one the some detail about it ,thanks!
In our driver ,when i debug glVertex3f function,it will jmp to GL_STUB(Vertex3f)Macro.The Macro define in a Assembler,I only know the assembler have relationship whit dispatchtable,can any one the some detail about it ,thanks!
* http://www.mesa3d.org/dispatch.html (search for GL_STUB)
* https://en.wikipedia.org/wiki/Assemb...uage#Assembler