diff options
Diffstat (limited to 'src/mesa/sparc/glapi_sparc.S')
-rw-r--r-- | src/mesa/sparc/glapi_sparc.S | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S index 1771c576ab2..c1663dfc835 100644 --- a/src/mesa/sparc/glapi_sparc.S +++ b/src/mesa/sparc/glapi_sparc.S @@ -998,16 +998,17 @@ gl_dispatch_functions_start: GL_STUB(gl_dispatch_stub_771, _gloffset_BlitFramebufferEXT) HIDDEN(gl_dispatch_stub_771) GL_STUB(glFramebufferTextureLayerEXT, _gloffset_FramebufferTextureLayerEXT) - GL_STUB(gl_dispatch_stub_773, _gloffset_StencilFuncSeparateATI) - HIDDEN(gl_dispatch_stub_773) - GL_STUB(gl_dispatch_stub_774, _gloffset_ProgramEnvParameters4fvEXT) + GL_STUB(glProvokingVertexEXT, _gloffset_ProvokingVertexEXT) + GL_STUB(gl_dispatch_stub_774, _gloffset_StencilFuncSeparateATI) HIDDEN(gl_dispatch_stub_774) - GL_STUB(gl_dispatch_stub_775, _gloffset_ProgramLocalParameters4fvEXT) + GL_STUB(gl_dispatch_stub_775, _gloffset_ProgramEnvParameters4fvEXT) HIDDEN(gl_dispatch_stub_775) - GL_STUB(gl_dispatch_stub_776, _gloffset_GetQueryObjecti64vEXT) + GL_STUB(gl_dispatch_stub_776, _gloffset_ProgramLocalParameters4fvEXT) HIDDEN(gl_dispatch_stub_776) - GL_STUB(gl_dispatch_stub_777, _gloffset_GetQueryObjectui64vEXT) + GL_STUB(gl_dispatch_stub_777, _gloffset_GetQueryObjecti64vEXT) HIDDEN(gl_dispatch_stub_777) + GL_STUB(gl_dispatch_stub_778, _gloffset_GetQueryObjectui64vEXT) + HIDDEN(gl_dispatch_stub_778) GL_STUB_ALIAS(glArrayElementEXT, glArrayElement) GL_STUB_ALIAS(glBindTextureEXT, glBindTexture) GL_STUB_ALIAS(glDrawArraysEXT, glDrawArrays) |