diff options
author | Ian Romanick <[email protected]> | 2011-08-25 17:31:03 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-08-26 23:33:23 -0700 |
commit | 3a1ed4eaf20a350a16f18cd20140ed4182a487c3 (patch) | |
tree | 98ccbe22c20694b1818b8cbf566977f2f253810c /src/mapi/glapi/glapi_x86.S | |
parent | f40c291ed637a916414d1367de379a0980488b4b (diff) |
mapi: Commit generated files modified by previous commit
Some of the changes are spurious because somebody forgot to do this
when adding glFramebufferTextureLayerARB.
Diffstat (limited to 'src/mapi/glapi/glapi_x86.S')
-rw-r--r-- | src/mapi/glapi/glapi_x86.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/glapi_x86.S b/src/mapi/glapi/glapi_x86.S index ea30e99604a..81859d07cba 100644 --- a/src/mapi/glapi/glapi_x86.S +++ b/src/mapi/glapi/glapi_x86.S @@ -1433,6 +1433,7 @@ GLNAME(gl_dispatch_functions_start): GL_STUB_ALIAS(VertexAttribI4usv, 888, VertexAttribI4usv@8, VertexAttribI4usvEXT, VertexAttribI4usvEXT@8) GL_STUB_ALIAS(VertexAttribIPointer, 889, VertexAttribIPointer@20, VertexAttribIPointerEXT, VertexAttribIPointerEXT@20) GL_STUB_ALIAS(FramebufferTextureLayer, 890, FramebufferTextureLayer@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20) + GL_STUB_ALIAS(FramebufferTextureLayerARB, 890, FramebufferTextureLayerARB@20, FramebufferTextureLayerEXT, FramebufferTextureLayerEXT@20) GL_STUB_ALIAS(ColorMaski, 891, ColorMaski@20, ColorMaskIndexedEXT, ColorMaskIndexedEXT@20) GL_STUB_ALIAS(Disablei, 892, Disablei@8, DisableIndexedEXT, DisableIndexedEXT@8) GL_STUB_ALIAS(Enablei, 893, Enablei@8, EnableIndexedEXT, EnableIndexedEXT@8) |