[Mesa-dev] [PATCH 2/6] glapi: add GL_OES_texture_storage_multisample_2d_array extension
Lofstedt, Marta
marta.lofstedt at intel.com
Sun Aug 23 23:47:05 PDT 2015
Reviewed-by: Marta Lofstedt <marta.lofstedt at intel.com>
> -----Original Message-----
> From: mesa-dev [mailto:mesa-dev-bounces at lists.freedesktop.org] On
> Behalf Of Tapani Pälli
> Sent: Friday, August 21, 2015 9:22 AM
> To: mesa-dev at lists.freedesktop.org
> Subject: [Mesa-dev] [PATCH 2/6] glapi: add
> GL_OES_texture_storage_multisample_2d_array extension
>
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
> src/mapi/glapi/gen/es_EXT.xml | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
> index 642e3b3..cfca5a9 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>
> --
> 2.4.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list