summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi_sparc.S
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-05-02 12:42:52 +0200
committerMarek Olšák <[email protected]>2011-05-03 00:35:50 +0200
commit3be1c7f2601a4e8accfa653a095a716b18cf3710 (patch)
tree908e035c1c6682cd3287c7db477f778b11ff2a9d /src/mapi/glapi/glapi_sparc.S
parent9ecb46f59e72acbd054d000b41b1258623af35f9 (diff)
glapi: regenerate files for AMD_draw_buffers_blend
Diffstat (limited to 'src/mapi/glapi/glapi_sparc.S')
-rw-r--r--src/mapi/glapi/glapi_sparc.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapi/glapi/glapi_sparc.S b/src/mapi/glapi/glapi_sparc.S
index cff25f8cc4f..cb11a8b2381 100644
--- a/src/mapi/glapi/glapi_sparc.S
+++ b/src/mapi/glapi/glapi_sparc.S
@@ -1406,6 +1406,10 @@ gl_dispatch_functions_start:
GL_STUB_ALIAS(glDrawElementsInstancedEXT, glDrawElementsInstancedARB)
GL_STUB_ALIAS(glDrawElementsInstanced, glDrawElementsInstancedARB)
GL_STUB_ALIAS(glRenderbufferStorageMultisampleEXT, glRenderbufferStorageMultisample)
+ GL_STUB_ALIAS(glBlendEquationSeparateIndexedAMD, glBlendEquationSeparateiARB)
+ GL_STUB_ALIAS(glBlendEquationIndexedAMD, glBlendEquationiARB)
+ GL_STUB_ALIAS(glBlendFuncSeparateIndexedAMD, glBlendFuncSeparateiARB)
+ GL_STUB_ALIAS(glBlendFuncIndexedAMD, glBlendFunciARB)
GL_STUB_ALIAS(glPointParameterf, glPointParameterfEXT)
GL_STUB_ALIAS(glPointParameterfARB, glPointParameterfEXT)
GL_STUB_ALIAS(glPointParameterfSGIS, glPointParameterfEXT)