diff options
author | Marek Olšák <[email protected]> | 2012-10-28 17:51:47 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-31 01:48:40 +0100 |
commit | f2f782d50fa9ba3e2352a404f812a51451b20ae5 (patch) | |
tree | eb589d7513ebf31e02c851f7bd6193ca0a1e978e /src/mesa/main/extensions.c | |
parent | 0ebd0b78c6cf14fa9f9e3d19b1dbd141295814a1 (diff) |
mesa: implement ARB_map_buffer_alignment
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | 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 edee5967d92..d1a7cc9445b 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -104,6 +104,7 @@ static const struct extension extension_table[] = { { "GL_ARB_half_float_vertex", o(ARB_half_float_vertex), GL, 2008 }, { "GL_ARB_instanced_arrays", o(ARB_instanced_arrays), GL, 2008 }, { "GL_ARB_invalidate_subdata", o(dummy_true), GL, 2012 }, + { "GL_ARB_map_buffer_alignment", o(ARB_map_buffer_alignment), GL, 2011 }, { "GL_ARB_map_buffer_range", o(ARB_map_buffer_range), GL, 2008 }, { "GL_ARB_multisample", o(dummy_true), GLL, 1994 }, { "GL_ARB_multitexture", o(dummy_true), GLL, 1998 }, |