From bcce69e1eb47c54d5c6caa25885c3a57dd9fca77 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Thu, 19 Sep 2013 21:43:35 +0000 Subject: 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 file changed, 1 insertion(+) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 2507fdf34b8..a9525bde6b9 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 }, -- cgit v1.2.1