summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2013-09-19 21:43:35 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2013-10-08 17:38:03 +0000
commitbcce69e1eb47c54d5c6caa25885c3a57dd9fca77 (patch)
tree2a906a02d6499caed543b179c7ac2dcacc62a363
parentf243c1f393ec3ea496b3a24623226e318c954aa0 (diff)
downloadmesa-direct_state_access.tar.gz
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 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 },