diff options
Diffstat (limited to 'src/mapi/glapi/glapi_x86.S')
-rw-r--r-- | src/mapi/glapi/glapi_x86.S | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/src/mapi/glapi/glapi_x86.S b/src/mapi/glapi/glapi_x86.S index 732aec94449..8c9af0f37ab 100644 --- a/src/mapi/glapi/glapi_x86.S +++ b/src/mapi/glapi/glapi_x86.S @@ -1007,16 +1007,19 @@ GLNAME(gl_dispatch_functions_start): GL_STUB(GetObjectParameterivAPPLE, _gloffset_GetObjectParameterivAPPLE, GetObjectParameterivAPPLE@16) GL_STUB(ObjectPurgeableAPPLE, _gloffset_ObjectPurgeableAPPLE, ObjectPurgeableAPPLE@12) GL_STUB(ObjectUnpurgeableAPPLE, _gloffset_ObjectUnpurgeableAPPLE, ObjectUnpurgeableAPPLE@12) - GL_STUB(_dispatch_stub_826, _gloffset_StencilFuncSeparateATI, _dispatch_stub_826@16) - HIDDEN(GL_PREFIX(_dispatch_stub_826, _dispatch_stub_826@16)) - GL_STUB(_dispatch_stub_827, _gloffset_ProgramEnvParameters4fvEXT, _dispatch_stub_827@16) - HIDDEN(GL_PREFIX(_dispatch_stub_827, _dispatch_stub_827@16)) - GL_STUB(_dispatch_stub_828, _gloffset_ProgramLocalParameters4fvEXT, _dispatch_stub_828@16) - HIDDEN(GL_PREFIX(_dispatch_stub_828, _dispatch_stub_828@16)) - GL_STUB(_dispatch_stub_829, _gloffset_GetQueryObjecti64vEXT, _dispatch_stub_829@12) - HIDDEN(GL_PREFIX(_dispatch_stub_829, _dispatch_stub_829@12)) - GL_STUB(_dispatch_stub_830, _gloffset_GetQueryObjectui64vEXT, _dispatch_stub_830@12) - HIDDEN(GL_PREFIX(_dispatch_stub_830, _dispatch_stub_830@12)) + GL_STUB(ActiveProgramEXT, _gloffset_ActiveProgramEXT, ActiveProgramEXT@4) + GL_STUB(CreateShaderProgramEXT, _gloffset_CreateShaderProgramEXT, CreateShaderProgramEXT@8) + GL_STUB(UseShaderProgramEXT, _gloffset_UseShaderProgramEXT, UseShaderProgramEXT@8) + GL_STUB(_dispatch_stub_829, _gloffset_StencilFuncSeparateATI, _dispatch_stub_829@16) + HIDDEN(GL_PREFIX(_dispatch_stub_829, _dispatch_stub_829@16)) + GL_STUB(_dispatch_stub_830, _gloffset_ProgramEnvParameters4fvEXT, _dispatch_stub_830@16) + HIDDEN(GL_PREFIX(_dispatch_stub_830, _dispatch_stub_830@16)) + GL_STUB(_dispatch_stub_831, _gloffset_ProgramLocalParameters4fvEXT, _dispatch_stub_831@16) + HIDDEN(GL_PREFIX(_dispatch_stub_831, _dispatch_stub_831@16)) + GL_STUB(_dispatch_stub_832, _gloffset_GetQueryObjecti64vEXT, _dispatch_stub_832@12) + HIDDEN(GL_PREFIX(_dispatch_stub_832, _dispatch_stub_832@12)) + GL_STUB(_dispatch_stub_833, _gloffset_GetQueryObjectui64vEXT, _dispatch_stub_833@12) + HIDDEN(GL_PREFIX(_dispatch_stub_833, _dispatch_stub_833@12)) GL_STUB(EGLImageTargetRenderbufferStorageOES, _gloffset_EGLImageTargetRenderbufferStorageOES, EGLImageTargetRenderbufferStorageOES@8) GL_STUB(EGLImageTargetTexture2DOES, _gloffset_EGLImageTargetTexture2DOES, EGLImageTargetTexture2DOES@8) GL_STUB_ALIAS(ArrayElementEXT, _gloffset_ArrayElement, ArrayElementEXT@4, ArrayElement, ArrayElement@4) |