Module: Mesa Branch: direct_state_access Commit: bcce69e1eb47c54d5c6caa25885c3a57dd9fca77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcce69e1eb47c54d5c6caa25885c3a57dd9fca77
Author: Dylan Noblesmith <[email protected]> Date: Thu Sep 19 21:43:35 2013 +0000 mesa: advertise GL_EXT_direct_state_access For core contexts only, as the legacy cruft isn't implemented. --- src/mesa/main/extensions.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 2507fdf..a9525bd 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -179,6 +179,7 @@ static const struct extension extension_table[] = { { "GL_EXT_compiled_vertex_array", o(dummy_true), GLL, 1996 }, { "GL_EXT_copy_texture", o(dummy_true), GLL, 1995 }, { "GL_EXT_depth_bounds_test", o(EXT_depth_bounds_test), GL, 2002 }, + { "GL_EXT_direct_state_access", o(dummy_true), GLC, 2009 }, { "GL_EXT_draw_buffers2", o(EXT_draw_buffers2), GL, 2006 }, { "GL_EXT_draw_instanced", o(ARB_draw_instanced), GL, 2006 }, { "GL_EXT_draw_range_elements", o(dummy_true), GLL, 1997 }, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
