Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 19 Oct 2016 03:44:10 +0000 (20:44 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 20 Oct 2016 22:57:18 +0000 (15:57 -0700)
This reverts commit 85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f.  The
previous commit should help with the scons build failure caused by the
original commit.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/mapi/glapi/gen/static_data.py

index 2f403e9b39eed1e5d22a6ae0f466aa6341e9f817..25e78bf601aeb251169ccc9d7a1a2bce69426bd4 100644 (file)
@@ -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",