diff options
Diffstat (limited to 'src/mapi/glapi/glapi_sparc.S')
-rw-r--r-- | src/mapi/glapi/glapi_sparc.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/glapi_sparc.S b/src/mapi/glapi/glapi_sparc.S index 1c4b6f411d7..a21512ddb1d 100644 --- a/src/mapi/glapi/glapi_sparc.S +++ b/src/mapi/glapi/glapi_sparc.S @@ -1536,6 +1536,7 @@ gl_dispatch_functions_start: GL_STUB_ALIAS(glVertexAttribI4usv, glVertexAttribI4usvEXT) GL_STUB_ALIAS(glVertexAttribIPointer, glVertexAttribIPointerEXT) GL_STUB_ALIAS(glFramebufferTextureLayer, glFramebufferTextureLayerEXT) + GL_STUB_ALIAS(glFramebufferTextureLayerARB, glFramebufferTextureLayerEXT) GL_STUB_ALIAS(glColorMaski, glColorMaskIndexedEXT) GL_STUB_ALIAS(glDisablei, glDisableIndexedEXT) GL_STUB_ALIAS(glEnablei, glEnableIndexedEXT) |