summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapi_x86.S
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-10-11 15:07:43 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-10-27 13:35:53 -0700
commit44f6e17ebb82e3debd8e7afe4614de1620c70386 (patch)
tree2997676ef769f929052cf29af9b7fffb0ea19c17 /src/mapi/glapi/glapi_x86.S
parent206e904f3ccbbfede9b7ad3f41c93a084f1e2216 (diff)
glapi: Commit files changed by previous commit
Diffstat (limited to 'src/mapi/glapi/glapi_x86.S')
-rw-r--r--src/mapi/glapi/glapi_x86.S23
1 files changed, 13 insertions, 10 deletions
diff --git a/src/mapi/glapi/glapi_x86.S b/src/mapi/glapi/glapi_x86.S
index 732aec9444..8c9af0f37a 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)