diff options
Diffstat (limited to 'src/mapi/glapi/glapi_sparc.S')
-rw-r--r-- | src/mapi/glapi/glapi_sparc.S | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/src/mapi/glapi/glapi_sparc.S b/src/mapi/glapi/glapi_sparc.S index 8fb631ec146..dd5b13a94e3 100644 --- a/src/mapi/glapi/glapi_sparc.S +++ b/src/mapi/glapi/glapi_sparc.S @@ -1030,6 +1030,12 @@ gl_dispatch_functions_start: GL_STUB(glGetBooleanIndexedvEXT, _gloffset_GetBooleanIndexedvEXT) GL_STUB(glGetIntegerIndexedvEXT, _gloffset_GetIntegerIndexedvEXT) GL_STUB(glIsEnabledIndexedEXT, _gloffset_IsEnabledIndexedEXT) + GL_STUB(glClearColorIiEXT, _gloffset_ClearColorIiEXT) + GL_STUB(glClearColorIuiEXT, _gloffset_ClearColorIuiEXT) + GL_STUB(glGetTexParameterIivEXT, _gloffset_GetTexParameterIivEXT) + GL_STUB(glGetTexParameterIuivEXT, _gloffset_GetTexParameterIuivEXT) + GL_STUB(glTexParameterIivEXT, _gloffset_TexParameterIivEXT) + GL_STUB(glTexParameterIuivEXT, _gloffset_TexParameterIuivEXT) GL_STUB(glBeginConditionalRenderNV, _gloffset_BeginConditionalRenderNV) GL_STUB(glEndConditionalRenderNV, _gloffset_EndConditionalRenderNV) GL_STUB(glBeginTransformFeedbackEXT, _gloffset_BeginTransformFeedbackEXT) @@ -1040,23 +1046,23 @@ gl_dispatch_functions_start: GL_STUB(glGetTransformFeedbackVaryingEXT, _gloffset_GetTransformFeedbackVaryingEXT) GL_STUB(glTransformFeedbackVaryingsEXT, _gloffset_TransformFeedbackVaryingsEXT) GL_STUB(glProvokingVertexEXT, _gloffset_ProvokingVertexEXT) - GL_STUB(gl_dispatch_stub_815, _gloffset_GetTexParameterPointervAPPLE) - HIDDEN(gl_dispatch_stub_815) - GL_STUB(gl_dispatch_stub_816, _gloffset_TextureRangeAPPLE) - HIDDEN(gl_dispatch_stub_816) + GL_STUB(gl_dispatch_stub_821, _gloffset_GetTexParameterPointervAPPLE) + HIDDEN(gl_dispatch_stub_821) + GL_STUB(gl_dispatch_stub_822, _gloffset_TextureRangeAPPLE) + HIDDEN(gl_dispatch_stub_822) GL_STUB(glGetObjectParameterivAPPLE, _gloffset_GetObjectParameterivAPPLE) GL_STUB(glObjectPurgeableAPPLE, _gloffset_ObjectPurgeableAPPLE) GL_STUB(glObjectUnpurgeableAPPLE, _gloffset_ObjectUnpurgeableAPPLE) - GL_STUB(gl_dispatch_stub_820, _gloffset_StencilFuncSeparateATI) - HIDDEN(gl_dispatch_stub_820) - GL_STUB(gl_dispatch_stub_821, _gloffset_ProgramEnvParameters4fvEXT) - HIDDEN(gl_dispatch_stub_821) - GL_STUB(gl_dispatch_stub_822, _gloffset_ProgramLocalParameters4fvEXT) - HIDDEN(gl_dispatch_stub_822) - GL_STUB(gl_dispatch_stub_823, _gloffset_GetQueryObjecti64vEXT) - HIDDEN(gl_dispatch_stub_823) - GL_STUB(gl_dispatch_stub_824, _gloffset_GetQueryObjectui64vEXT) - HIDDEN(gl_dispatch_stub_824) + GL_STUB(gl_dispatch_stub_826, _gloffset_StencilFuncSeparateATI) + HIDDEN(gl_dispatch_stub_826) + GL_STUB(gl_dispatch_stub_827, _gloffset_ProgramEnvParameters4fvEXT) + HIDDEN(gl_dispatch_stub_827) + GL_STUB(gl_dispatch_stub_828, _gloffset_ProgramLocalParameters4fvEXT) + HIDDEN(gl_dispatch_stub_828) + GL_STUB(gl_dispatch_stub_829, _gloffset_GetQueryObjecti64vEXT) + HIDDEN(gl_dispatch_stub_829) + GL_STUB(gl_dispatch_stub_830, _gloffset_GetQueryObjectui64vEXT) + HIDDEN(gl_dispatch_stub_830) GL_STUB(glEGLImageTargetRenderbufferStorageOES, _gloffset_EGLImageTargetRenderbufferStorageOES) GL_STUB(glEGLImageTargetTexture2DOES, _gloffset_EGLImageTargetTexture2DOES) GL_STUB_ALIAS(glArrayElementEXT, glArrayElement) |