summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2015-08-21 09:43:27 +0300
committerTapani Pälli <[email protected]>2015-08-27 10:52:46 +0300
commitf4280b740d835d5c62b330e2fd563eeb119005b1 (patch)
treea71190d3fc259f759724e1643c730a00e5456072
parent9a759a6ee002203a045e9df1f91823204609fd4a (diff)
glapi: add GL_OES_texture_storage_multisample_2d_array extension
Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Marta Lofstedt <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
-rw-r--r--src/mapi/glapi/gen/es_EXT.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index 642e3b319bb..cfca5a980bb 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -798,4 +798,23 @@
</function>
</category>
+<!-- 174. GL_OES_texture_storage_multisample_2d_array -->
+<category name="GL_OES_texture_storage_multisample_2d_array" number="174">
+ <enum name="TEXTURE_2D_MULTISAMPLE_ARRAY_OES" value="0x9102"/>
+ <enum name="TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY_OES" value="0x9105"/>
+ <enum name="SAMPLER_2D_MULTISAMPLE_ARRAY_OES" value="0x910B"/>
+ <enum name="INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" value="0x910C"/>
+ <enum name="UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY_OES" value="0x910D"/>
+
+ <function name="TexStorage3DMultisampleOES" alias="TexStorage3DMultisample" es2="3.1">
+ <param name="target" type="GLenum"/>
+ <param name="samples" type="GLsizei"/>
+ <param name="internalformat" type="GLenum"/>
+ <param name="width" type="GLsizei"/>
+ <param name="height" type="GLsizei"/>
+ <param name="depth" type="GLsizei"/>
+ <param name="fixedsamplelocations" type="GLboolean"/>
+ </function>
+</category>
+
</OpenGLAPI>