summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2016-10-18 20:44:10 -0700
committerEmil Velikov <emil.l.velikov@gmail.com>2016-10-24 09:10:01 +0100
commitd0d3e721d02cc49693cc7518de9691bba2a7e471 (patch)
tree67deb8a05ce3be93d3cf0d2190fc0a1281900988 /src/mapi
parent293e4585587b6e080ad637ec765260782630a872 (diff)
downloadexternal_mesa3d-d0d3e721d02cc49693cc7518de9691bba2a7e471.zip
external_mesa3d-d0d3e721d02cc49693cc7518de9691bba2a7e471.tar.gz
external_mesa3d-d0d3e721d02cc49693cc7518de9691bba2a7e471.tar.bz2
Revert "Revert "mapi: export all GLES 3.2 functions in libGLESv2.so""
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> (cherry picked from commit 811eb7f178b8b85ac299121ac09a3180b9b55da2)
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py12
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 2f403e9..25e78bf 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",