[Mesa-dev] [PATCH 3/6] mesa: Add extension enable for OES_texture_storage_multisample_2d_array

Lofstedt, Marta marta.lofstedt at intel.com
Sun Aug 23 23:47:12 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 3/6] mesa: Add extension enable for
> OES_texture_storage_multisample_2d_array
> 
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
>  src/mesa/main/extensions.c | 1 +
>  src/mesa/main/mtypes.h     | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index
> 4a3c231..d3f43cc 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -336,6 +336,7 @@ static const struct extension extension_table[] = {
>     { "GL_OES_texture_half_float",                  o(OES_texture_half_float),
> ES2, 2005 },
>     { "GL_OES_texture_half_float_linear",
> o(OES_texture_half_float_linear),                      ES2, 2005 },
>     { "GL_OES_texture_mirrored_repeat",             o(dummy_true),
> ES1,       2005 },
> +   {
> "GL_OES_texture_storage_multisample_2d_array",o(OES_texture_storage_
> multisample_2d_array),          ES31, 2014 },
>     { "GL_OES_texture_npot",
> o(ARB_texture_non_power_of_two),                 ES1 | ES2, 2005 },
>     { "GL_OES_vertex_array_object",                 o(dummy_true),
> ES1 | ES2, 2010 },
> 
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index
> 5031b08..e49f57b 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -3874,6 +3874,7 @@ struct gl_extensions
>     GLboolean OES_texture_half_float;
>     GLboolean OES_texture_half_float_linear;
>     GLboolean OES_compressed_ETC1_RGB8_texture;
> +   GLboolean OES_texture_storage_multisample_2d_array;
>     GLboolean extension_sentinel;
>     /** The extension string */
>     const GLubyte *String;
> --
> 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