diff options
author | Brian Paul <[email protected]> | 2006-03-01 02:07:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-03-01 02:07:50 +0000 |
commit | 6d4284e2bff012e3ceeb41157b07d1d887d7cfb1 (patch) | |
tree | 3562c0395d3fd07d907711c4df3c1d64f5498ff8 /src/mesa/x86/glapi_x86.S | |
parent | 9974540c73e0c6e03f2da46483e38363d62a2e7b (diff) |
Added glBlitFramebufferEXT function.
Diffstat (limited to 'src/mesa/x86/glapi_x86.S')
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index de23b501b77..1a46e5567e7 100644 --- a/src/mesa/x86/glapi_x86.S +++ b/src/mesa/x86/glapi_x86.S @@ -959,6 +959,7 @@ GLNAME(gl_dispatch_functions_start): GL_STUB(StencilMaskSeparate, _gloffset_StencilMaskSeparate, StencilMaskSeparate@8) GL_STUB(GetQueryObjecti64vEXT, _gloffset_GetQueryObjecti64vEXT, GetQueryObjecti64vEXT@12) GL_STUB(GetQueryObjectui64vEXT, _gloffset_GetQueryObjectui64vEXT, GetQueryObjectui64vEXT@12) + GL_STUB(BlitFramebufferEXT, _gloffset_BlitFramebufferEXT, BlitFramebufferEXT@40) GL_STUB_ALIAS(ArrayElementEXT, _gloffset_ArrayElement, ArrayElementEXT@4, ArrayElement, ArrayElement@4) GL_STUB_ALIAS(BindTextureEXT, _gloffset_BindTexture, BindTextureEXT@8, BindTexture, BindTexture@8) GL_STUB_ALIAS(DrawArraysEXT, _gloffset_DrawArrays, DrawArraysEXT@12, DrawArrays, DrawArrays@12) |