mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +01:00
mapi: export all GLES 3.2 functions in libGLESv2.so
See commit 5921f372c8 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>
This commit is contained in:
parent
ce83e36ec0
commit
e66a2b879b
1 changed files with 12 additions and 0 deletions
|
|
@ -484,17 +484,22 @@ functions = [
|
||||||
"BindVertexBuffer",
|
"BindVertexBuffer",
|
||||||
"BindVertexBuffers",
|
"BindVertexBuffers",
|
||||||
"Bitmap",
|
"Bitmap",
|
||||||
|
"BlendBarrier",
|
||||||
"BlendColor",
|
"BlendColor",
|
||||||
"BlendColorEXT",
|
"BlendColorEXT",
|
||||||
"BlendEquation",
|
"BlendEquation",
|
||||||
"BlendEquationEXT",
|
"BlendEquationEXT",
|
||||||
|
"BlendEquationi",
|
||||||
"BlendEquationiARB",
|
"BlendEquationiARB",
|
||||||
"BlendEquationSeparate",
|
"BlendEquationSeparate",
|
||||||
|
"BlendEquationSeparatei",
|
||||||
"BlendEquationSeparateiARB",
|
"BlendEquationSeparateiARB",
|
||||||
"BlendFunc",
|
"BlendFunc",
|
||||||
|
"BlendFunci",
|
||||||
"BlendFunciARB",
|
"BlendFunciARB",
|
||||||
"BlendFuncSeparate",
|
"BlendFuncSeparate",
|
||||||
"BlendFuncSeparateEXT",
|
"BlendFuncSeparateEXT",
|
||||||
|
"BlendFuncSeparatei",
|
||||||
"BlendFuncSeparateiARB",
|
"BlendFuncSeparateiARB",
|
||||||
"BlitFramebuffer",
|
"BlitFramebuffer",
|
||||||
"BufferData",
|
"BufferData",
|
||||||
|
|
@ -825,6 +830,7 @@ functions = [
|
||||||
"GetFramebufferAttachmentParameteriv",
|
"GetFramebufferAttachmentParameteriv",
|
||||||
"GetFramebufferAttachmentParameterivEXT",
|
"GetFramebufferAttachmentParameterivEXT",
|
||||||
"GetFramebufferParameteriv",
|
"GetFramebufferParameteriv",
|
||||||
|
"GetGraphicsResetStatus",
|
||||||
"GetGraphicsResetStatusARB",
|
"GetGraphicsResetStatusARB",
|
||||||
"GetHandleARB",
|
"GetHandleARB",
|
||||||
"GetHistogram",
|
"GetHistogram",
|
||||||
|
|
@ -864,8 +870,11 @@ functions = [
|
||||||
"GetnSeparableFilterARB",
|
"GetnSeparableFilterARB",
|
||||||
"GetnTexImageARB",
|
"GetnTexImageARB",
|
||||||
"GetnUniformdvARB",
|
"GetnUniformdvARB",
|
||||||
|
"GetnUniformfv",
|
||||||
"GetnUniformfvARB",
|
"GetnUniformfvARB",
|
||||||
|
"GetnUniformiv",
|
||||||
"GetnUniformivARB",
|
"GetnUniformivARB",
|
||||||
|
"GetnUniformuiv",
|
||||||
"GetnUniformuivARB",
|
"GetnUniformuivARB",
|
||||||
"GetObjectLabel",
|
"GetObjectLabel",
|
||||||
"GetObjectParameterfvARB",
|
"GetObjectParameterfvARB",
|
||||||
|
|
@ -1160,6 +1169,7 @@ functions = [
|
||||||
"Orthof",
|
"Orthof",
|
||||||
"Orthox",
|
"Orthox",
|
||||||
"PassThrough",
|
"PassThrough",
|
||||||
|
"PatchParameteri",
|
||||||
"PauseTransformFeedback",
|
"PauseTransformFeedback",
|
||||||
"PixelMapfv",
|
"PixelMapfv",
|
||||||
"PixelMapuiv",
|
"PixelMapuiv",
|
||||||
|
|
@ -1191,6 +1201,7 @@ functions = [
|
||||||
"PopDebugGroup",
|
"PopDebugGroup",
|
||||||
"PopMatrix",
|
"PopMatrix",
|
||||||
"PopName",
|
"PopName",
|
||||||
|
"PrimitiveBoundingBox",
|
||||||
"PrimitiveRestartIndex",
|
"PrimitiveRestartIndex",
|
||||||
"PrimitiveRestartIndexNV",
|
"PrimitiveRestartIndexNV",
|
||||||
"PrimitiveRestartNV",
|
"PrimitiveRestartNV",
|
||||||
|
|
@ -1273,6 +1284,7 @@ functions = [
|
||||||
"RasterPos4s",
|
"RasterPos4s",
|
||||||
"RasterPos4sv",
|
"RasterPos4sv",
|
||||||
"ReadBuffer",
|
"ReadBuffer",
|
||||||
|
"ReadnPixels",
|
||||||
"ReadnPixelsARB",
|
"ReadnPixelsARB",
|
||||||
"ReadPixels",
|
"ReadPixels",
|
||||||
"Rectd",
|
"Rectd",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue