Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: The role of a Assembler in the driver

  1. #1
    Junior Member Newbie
    Join Date
    May 2012
    Posts
    3

    The role of a Assembler in the driver

    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!

  2. #2

  3. #3
    Junior Member Regular Contributor Kopelrativ's Avatar
    Join Date
    Apr 2011
    Posts
    212
    Quote Originally Posted by tanshilai View Post
    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!
    You know you are using the legacy version of OpenGL?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •