Mesa (master): mesa: expose ARB_texture_cube_map_array in core contexts as well

Dave Airlie airlied at kemper.freedesktop.org
Wed Dec 5 06:52:48 UTC 2012


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

Author: Chris Forbes <chrisf at ijw.co.nz>
Date:   Wed Dec  5 18:03:04 2012 +1300

mesa: expose ARB_texture_cube_map_array in core contexts as well

Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>

Reviewed-by: Dave Airlie <airlied at redhat.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Signed-off-by: Dave Airlie <airlied at gmail.com>

---

 src/mesa/main/extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 5fbfe25..150d41e 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -129,7 +129,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_texture_compression",                 o(dummy_true),                              GLL,            2000 },
    { "GL_ARB_texture_compression_rgtc",            o(ARB_texture_compression_rgtc),            GL,             2004 },
    { "GL_ARB_texture_cube_map",                    o(ARB_texture_cube_map),                    GLL,            1999 },
-   { "GL_ARB_texture_cube_map_array",              o(ARB_texture_cube_map_array),              GLL,             2009 },
+   { "GL_ARB_texture_cube_map_array",              o(ARB_texture_cube_map_array),              GL,             2009 },
    { "GL_ARB_texture_env_add",                     o(dummy_true),                              GLL,            1999 },
    { "GL_ARB_texture_env_combine",                 o(ARB_texture_env_combine),                 GLL,            2001 },
    { "GL_ARB_texture_env_crossbar",                o(ARB_texture_env_crossbar),                GLL,            2001 },




More information about the mesa-commit mailing list