Mesa (master): mesa: Add extension enable for OES_texture_storage_multisample_2d_array

Tapani Pälli tpalli at kemper.freedesktop.org
Thu Aug 27 07:59:00 UTC 2015


Module: Mesa
Branch: master
Commit: b9101b14439836c337abeffafc4b058a8d80d3ef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9101b14439836c337abeffafc4b058a8d80d3ef

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Fri Aug 21 09:40:11 2015 +0300

mesa: Add extension enable for OES_texture_storage_multisample_2d_array

v2: use ARB_texture_multisample bit to enable extension

Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Marta Lofstedt <marta.lofstedt at intel.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/mesa/main/extensions.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 03303ac..a57d5ba 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(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 },
 




More information about the mesa-commit mailing list