[Mesa-dev] [PATCH 3/3] mapi: export all GLES 3.2 functions in libGLESv2.so

Ilia Mirkin imirkin at alum.mit.edu
Thu Sep 22 18:57:14 UTC 2016


2016-09-22 14:53 GMT-04:00 Dylan Baker <dylan at pnwbakers.com>:
> See commit 5921f372c89a68fac6ddefc009442721d9df4db2 for the rational of
> this commit.
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>  src/mapi/glapi/gen/static_data.py | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py
> index bb11c1d..fa63ab5 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",
>      "BlendEquationSeparate",
> +    "BlendEquationSeparatei",
>      "BlendEquationSeparateiARB",
> +    "BlendEquationi",
>      "BlendEquationiARB",
>      "BlendFunc",
>      "BlendFuncSeparate",
>      "BlendFuncSeparateEXT",
> +    "BlendFuncSeparatei",
>      "BlendFuncSeparateiARB",
> +    "BlendFunci",
>      "BlendFunciARB",
>      "BlitFramebuffer",
>      "BufferData",
> @@ -825,6 +830,7 @@ functions = [
>      "GetFramebufferAttachmentParameteriv",
>      "GetFramebufferAttachmentParameterivEXT",
>      "GetFramebufferParameteriv",
> +    "GetGraphicsResetStatus",
>      "GetGraphicsResetStatusARB",
>      "GetHandleARB",
>      "GetHistogram",
> @@ -887,6 +893,7 @@ functions = [
>      "GetSamplerParameterIiv",
>      "GetSamplerParameterIuiv",
>      "GetSamplerParameterfv",
> +    "GetSamplerParameteri",
>      "GetSamplerParameteriv",
>      "GetSeparableFilter",
>      "GetShaderInfoLog",
> @@ -951,8 +958,11 @@ functions = [
>      "GetnSeparableFilterARB",
>      "GetnTexImageARB",
>      "GetnUniformdvARB",
> +    "GetnUniformfv",
>      "GetnUniformfvARB",
> +    "GetnUniformiv",
>      "GetnUniformivARB",
> +    "GetnUniformuiv",
>      "GetnUniformuivARB",
>      "Hint",
>      "Histogram",
> @@ -1160,6 +1170,7 @@ functions = [
>      "Orthof",
>      "Orthox",
>      "PassThrough",
> +    "PatchParameteri"
>      "PauseTransformFeedback",
>      "PixelMapfv",
>      "PixelMapuiv",
> @@ -1191,6 +1202,7 @@ functions = [
>      "PopDebugGroup",
>      "PopMatrix",
>      "PopName",
> +    "PrimitiveBoundingBox",
>      "PrimitiveRestartIndex",
>      "PrimitiveRestartIndexNV",
>      "PrimitiveRestartNV",
> @@ -1274,6 +1286,7 @@ functions = [
>      "RasterPos4sv",
>      "ReadBuffer",
>      "ReadPixels",
> +    "ReadnPixels",
>      "ReadnPixelsARB",
>      "Rectd",
>      "Rectdv",
> @@ -1305,6 +1318,7 @@ functions = [
>      "SamplerParameterfv",
>      "SamplerParameteri",
>      "SamplerParameteriv",
> +    "SamplerParameterIiv",
>      "Scaled",
>      "Scalef",
>      "Scalex",
> @@ -1426,6 +1440,7 @@ functions = [
>      "TexParameterIiv",
>      "TexParameterIivEXT",
>      "TexParameterIuiv",
> +    "TexParameterIuiv",
>      "TexParameterIuivEXT",
>      "TexParameterf",
>      "TexParameterfv",
> @@ -1442,6 +1457,7 @@ functions = [
>      "TexSubImage2D",
>      "TexSubImage3D",
>      "TexSubImage3DEXT",
> +    "TexbufferRange",

TexBufferRange

[would probably be good to change whatever processes this array to
warn about typos like this...]

>      "TextureBarrierNV",
>      "TextureStorage1DEXT",
>      "TextureStorage2DEXT",
> --
> 2.10.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list