summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2013-09-19 21:43:35 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2013-09-19 21:43:35 +0000
commit50da591dfac85318fabb7d12f3872d1d801f13a8 (patch)
tree02bf40d182f0f5c0b60c2be890ba87c31bba4a89
parent36ce5bf46ea38f901ca076de31299c1631c87550 (diff)
mesa: advertise GL_EXT_direct_state_accessdirect_state_access
For core contexts only, as the legacy cruft isn't implemented.
-rw-r--r--src/mesa/main/extensions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 34615e3e0b..a37902d86b 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -177,6 +177,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 },