mesa: Add extension enable for OES_texture_storage_multisample_2d_array
authorTapani Pälli <tapani.palli@intel.com>
Fri, 21 Aug 2015 06:40:11 +0000 (09:40 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Thu, 27 Aug 2015 07:53:15 +0000 (10:53 +0300)
v2: use ARB_texture_multisample bit to enable extension

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Marta Lofstedt <marta.lofstedt@intel.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/extensions.c

index 03303ac26503b2804019c06b836749cc8d66c0fa..a57d5baeafd819db0f38f97219850b02fbbda7df 100644 (file)
@@ -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(ARB_texture_multisample),                           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 },