---
 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 0828c60..6162802 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -82,6 +82,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_ES3_compatibility",                   o(ARB_ES3_compatibility),   
                GL,             2012 },
    { "GL_ARB_base_instance",                       o(ARB_base_instance),       
                GL,             2011 },
    { "GL_ARB_blend_func_extended",                 o(ARB_blend_func_extended), 
                GL,             2009 },
+   { "GL_ARB_clear_buffer_object",                 o(dummy_true),              
                GL,             2012 },
    { "GL_ARB_color_buffer_float",                  o(ARB_color_buffer_float),  
                GL,             2004 },
    { "GL_ARB_copy_buffer",                         o(dummy_true),              
                GL,             2008 },
    { "GL_ARB_conservative_depth",                  o(ARB_conservative_depth),  
                GL,             2011 },
-- 
1.8.3.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to