mesa: Enable GL_ARB_invalidate_subdata
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Aug 2012 20:17:33 +0000 (13:17 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 14 Aug 2012 21:39:33 +0000 (14:39 -0700)
v2: Add GL_ARB_invalidate_subdata to release notes at Brian's
suggestion.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
docs/relnotes-8.1.html
src/mesa/main/extensions.c

index 4c4d48715f09bc6c830edc5c53de734448e168de..e8ce49c1df8f00c40c583cc6caec12618b10909e 100644 (file)
@@ -35,6 +35,8 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_base_instance</li>
 <li>GL_ARB_blend_func_extended</li>
 <li>GL_ARB_debug_output</li>
+<li>GL_ARB_invalidate_subdate - Currently a "no-op" implementation.  This
+extension is always enabled in all drivers.</li>
 <li>GL_ARB_shader_bit_encoding</li>
 <li>GL_ARB_timer_query</li>
 <li>GL_ARB_transform_feedback3</li>
index 7f3aa940a007d4126c8919ec32636614fb37239a..9e357cd09ec0132f468fb0392dae32c1a2834631 100644 (file)
@@ -103,6 +103,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_half_float_pixel",                    o(ARB_half_float_pixel),                    GL,             2003 },
    { "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_range",                    o(ARB_map_buffer_range),                    GL,             2008 },
    { "GL_ARB_multisample",                         o(dummy_true),                              GLL,            1994 },
    { "GL_ARB_multitexture",                        o(dummy_true),                              GLL,            1998 },