diff options
Diffstat (limited to 'src/mesa/sparc')
| -rw-r--r-- | src/mesa/sparc/glapi_sparc.S | 41 | 
1 files changed, 27 insertions, 14 deletions
| diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S index 478adc6520..f256803894 100644 --- a/src/mesa/sparc/glapi_sparc.S +++ b/src/mesa/sparc/glapi_sparc.S @@ -1022,24 +1022,31 @@ gl_dispatch_functions_start:  	GL_STUB(glIsEnabledIndexedEXT, _gloffset_IsEnabledIndexedEXT)  	GL_STUB(glBeginConditionalRenderNV, _gloffset_BeginConditionalRenderNV)  	GL_STUB(glEndConditionalRenderNV, _gloffset_EndConditionalRenderNV) +	GL_STUB(glBeginTransformFeedbackEXT, _gloffset_BeginTransformFeedbackEXT) +	GL_STUB(glBindBufferBaseEXT, _gloffset_BindBufferBaseEXT) +	GL_STUB(glBindBufferOffsetEXT, _gloffset_BindBufferOffsetEXT) +	GL_STUB(glBindBufferRangeEXT, _gloffset_BindBufferRangeEXT) +	GL_STUB(glEndTransformFeedbackEXT, _gloffset_EndTransformFeedbackEXT) +	GL_STUB(glGetTransformFeedbackVaryingEXT, _gloffset_GetTransformFeedbackVaryingEXT) +	GL_STUB(glTransformFeedbackVaryingsEXT, _gloffset_TransformFeedbackVaryingsEXT)  	GL_STUB(glProvokingVertexEXT, _gloffset_ProvokingVertexEXT) -	GL_STUB(gl_dispatch_stub_796, _gloffset_GetTexParameterPointervAPPLE) -	HIDDEN(gl_dispatch_stub_796) -	GL_STUB(gl_dispatch_stub_797, _gloffset_TextureRangeAPPLE) -	HIDDEN(gl_dispatch_stub_797) +	GL_STUB(gl_dispatch_stub_803, _gloffset_GetTexParameterPointervAPPLE) +	HIDDEN(gl_dispatch_stub_803) +	GL_STUB(gl_dispatch_stub_804, _gloffset_TextureRangeAPPLE) +	HIDDEN(gl_dispatch_stub_804)  	GL_STUB(glGetObjectParameterivAPPLE, _gloffset_GetObjectParameterivAPPLE)  	GL_STUB(glObjectPurgeableAPPLE, _gloffset_ObjectPurgeableAPPLE)  	GL_STUB(glObjectUnpurgeableAPPLE, _gloffset_ObjectUnpurgeableAPPLE) -	GL_STUB(gl_dispatch_stub_801, _gloffset_StencilFuncSeparateATI) -	HIDDEN(gl_dispatch_stub_801) -	GL_STUB(gl_dispatch_stub_802, _gloffset_ProgramEnvParameters4fvEXT) -	HIDDEN(gl_dispatch_stub_802) -	GL_STUB(gl_dispatch_stub_803, _gloffset_ProgramLocalParameters4fvEXT) -	HIDDEN(gl_dispatch_stub_803) -	GL_STUB(gl_dispatch_stub_804, _gloffset_GetQueryObjecti64vEXT) -	HIDDEN(gl_dispatch_stub_804) -	GL_STUB(gl_dispatch_stub_805, _gloffset_GetQueryObjectui64vEXT) -	HIDDEN(gl_dispatch_stub_805) +	GL_STUB(gl_dispatch_stub_808, _gloffset_StencilFuncSeparateATI) +	HIDDEN(gl_dispatch_stub_808) +	GL_STUB(gl_dispatch_stub_809, _gloffset_ProgramEnvParameters4fvEXT) +	HIDDEN(gl_dispatch_stub_809) +	GL_STUB(gl_dispatch_stub_810, _gloffset_ProgramLocalParameters4fvEXT) +	HIDDEN(gl_dispatch_stub_810) +	GL_STUB(gl_dispatch_stub_811, _gloffset_GetQueryObjecti64vEXT) +	HIDDEN(gl_dispatch_stub_811) +	GL_STUB(gl_dispatch_stub_812, _gloffset_GetQueryObjectui64vEXT) +	HIDDEN(gl_dispatch_stub_812)  	GL_STUB(glEGLImageTargetRenderbufferStorageOES, _gloffset_EGLImageTargetRenderbufferStorageOES)  	GL_STUB(glEGLImageTargetTexture2DOES, _gloffset_EGLImageTargetTexture2DOES)  	GL_STUB_ALIAS(glArrayElementEXT, glArrayElement) @@ -1376,6 +1383,12 @@ gl_dispatch_functions_start:  	GL_STUB_ALIAS(glIsRenderbuffer, glIsRenderbufferEXT)  	GL_STUB_ALIAS(glRenderbufferStorage, glRenderbufferStorageEXT)  	GL_STUB_ALIAS(glFramebufferTextureLayer, glFramebufferTextureLayerEXT) +	GL_STUB_ALIAS(glBeginTransformFeedback, glBeginTransformFeedbackEXT) +	GL_STUB_ALIAS(glBindBufferBase, glBindBufferBaseEXT) +	GL_STUB_ALIAS(glBindBufferRange, glBindBufferRangeEXT) +	GL_STUB_ALIAS(glEndTransformFeedback, glEndTransformFeedbackEXT) +	GL_STUB_ALIAS(glGetTransformFeedbackVarying, glGetTransformFeedbackVaryingEXT) +	GL_STUB_ALIAS(glTransformFeedbackVaryings, glTransformFeedbackVaryingsEXT)  	GL_STUB_ALIAS(glProvokingVertex, glProvokingVertexEXT)  	.globl	gl_dispatch_functions_end | 
