diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2016-09-22 11:30:42 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2016-09-22 16:01:40 -0700 |
commit | e66a2b879b73bf48800fec7353dafe8fc693ecdb (patch) | |
tree | 8db5113f53eba75f2e8cd7ee5648fe2e295995ca | |
parent | ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2 (diff) |
mapi: export all GLES 3.2 functions in libGLESv2.sowip/gles32-symbols
See commit 5921f372c89a68fac6ddefc009442721d9df4db2 for the rational of
this commit.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r-- | src/mapi/glapi/gen/static_data.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 2f403e9b39..25e78bf601 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -484,17 +484,22 @@ functions = [ "BindVertexBuffer", "BindVertexBuffers", "Bitmap", + "BlendBarrier", "BlendColor", "BlendColorEXT", "BlendEquation", "BlendEquationEXT", + "BlendEquationi", "BlendEquationiARB", "BlendEquationSeparate", + "BlendEquationSeparatei", "BlendEquationSeparateiARB", "BlendFunc", + "BlendFunci", "BlendFunciARB", "BlendFuncSeparate", "BlendFuncSeparateEXT", + "BlendFuncSeparatei", "BlendFuncSeparateiARB", "BlitFramebuffer", "BufferData", @@ -825,6 +830,7 @@ functions = [ "GetFramebufferAttachmentParameteriv", "GetFramebufferAttachmentParameterivEXT", "GetFramebufferParameteriv", + "GetGraphicsResetStatus", "GetGraphicsResetStatusARB", "GetHandleARB", "GetHistogram", @@ -864,8 +870,11 @@ functions = [ "GetnSeparableFilterARB", "GetnTexImageARB", "GetnUniformdvARB", + "GetnUniformfv", "GetnUniformfvARB", + "GetnUniformiv", "GetnUniformivARB", + "GetnUniformuiv", "GetnUniformuivARB", "GetObjectLabel", "GetObjectParameterfvARB", @@ -1160,6 +1169,7 @@ functions = [ "Orthof", "Orthox", "PassThrough", + "PatchParameteri", "PauseTransformFeedback", "PixelMapfv", "PixelMapuiv", @@ -1191,6 +1201,7 @@ functions = [ "PopDebugGroup", "PopMatrix", "PopName", + "PrimitiveBoundingBox", "PrimitiveRestartIndex", "PrimitiveRestartIndexNV", "PrimitiveRestartNV", @@ -1273,6 +1284,7 @@ functions = [ "RasterPos4s", "RasterPos4sv", "ReadBuffer", + "ReadnPixels", "ReadnPixelsARB", "ReadPixels", "Rectd", |