summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-09-23 12:10:08 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-09-23 12:13:13 -0700
commit85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f (patch)
treec6486507cddf38e582ed77a4b55278b67b9f38ed /src/mapi
parent8ce2afe776eee8444d7dd00b3e93ab2ed399903d (diff)
downloadexternal_mesa3d-85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f.zip
external_mesa3d-85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f.tar.gz
external_mesa3d-85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f.tar.bz2
Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"
This reverts commit e66a2b879b73bf48800fec7353dafe8fc693ecdb. Which breaks the scons build in an interesting way, particularly when BlendBarrier and PrimitiveBoundingBox are added to static_data.py's functions list. This seems to be related to the fact that the unsuffixed names are only in GLES3.2, but Desktop GL only has suffixed versions. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/static_data.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
index 25e78bf..2f403e9 100644
--- a/src/mapi/glapi/gen/static_data.py
+++ b/src/mapi/glapi/gen/static_data.py
@@ -484,22 +484,17 @@ functions = [
"BindVertexBuffer",
"BindVertexBuffers",
"Bitmap",
- "BlendBarrier",
"BlendColor",
"BlendColorEXT",
"BlendEquation",
"BlendEquationEXT",
- "BlendEquationi",
"BlendEquationiARB",
"BlendEquationSeparate",
- "BlendEquationSeparatei",
"BlendEquationSeparateiARB",
"BlendFunc",
- "BlendFunci",
"BlendFunciARB",
"BlendFuncSeparate",
"BlendFuncSeparateEXT",
- "BlendFuncSeparatei",
"BlendFuncSeparateiARB",
"BlitFramebuffer",
"BufferData",
@@ -830,7 +825,6 @@ functions = [
"GetFramebufferAttachmentParameteriv",
"GetFramebufferAttachmentParameterivEXT",
"GetFramebufferParameteriv",
- "GetGraphicsResetStatus",
"GetGraphicsResetStatusARB",
"GetHandleARB",
"GetHistogram",
@@ -870,11 +864,8 @@ functions = [
"GetnSeparableFilterARB",
"GetnTexImageARB",
"GetnUniformdvARB",
- "GetnUniformfv",
"GetnUniformfvARB",
- "GetnUniformiv",
"GetnUniformivARB",
- "GetnUniformuiv",
"GetnUniformuivARB",
"GetObjectLabel",
"GetObjectParameterfvARB",
@@ -1169,7 +1160,6 @@ functions = [
"Orthof",
"Orthox",
"PassThrough",
- "PatchParameteri",
"PauseTransformFeedback",
"PixelMapfv",
"PixelMapuiv",
@@ -1201,7 +1191,6 @@ functions = [
"PopDebugGroup",
"PopMatrix",
"PopName",
- "PrimitiveBoundingBox",
"PrimitiveRestartIndex",
"PrimitiveRestartIndexNV",
"PrimitiveRestartNV",
@@ -1284,7 +1273,6 @@ functions = [
"RasterPos4s",
"RasterPos4sv",
"ReadBuffer",
- "ReadnPixels",
"ReadnPixelsARB",
"ReadPixels",
"Rectd",