mesa: enable ARB_vertex_buffer_object in core profile
authorTimothy Arceri <tarceri@itsqueeze.com>
Sun, 2 Sep 2018 10:27:40 +0000 (20:27 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Sat, 8 Sep 2018 04:35:09 +0000 (14:35 +1000)
This extension is required by "Wolfenstein: The Old Blood"
and is exposed in core in the Nvidia binary driver.

All the functions are just alias of the core functions so
there should be nothing more to do.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions_table.h

index 3c8f126c368d8a51aad56450ba15d0dc2071886e..486d76a05804bc2c047f6a17e5079f8be1169064 100644 (file)
@@ -182,7 +182,7 @@ EXT(ARB_vertex_array_bgra                   , EXT_vertex_array_bgra
 EXT(ARB_vertex_array_object                 , dummy_true                             , GLL, GLC,  x ,  x , 2006)
 EXT(ARB_vertex_attrib_64bit                 , ARB_vertex_attrib_64bit                ,  32, GLC,  x ,  x , 2010)
 EXT(ARB_vertex_attrib_binding               , dummy_true                             , GLL, GLC,  x ,  x , 2012)
-EXT(ARB_vertex_buffer_object                , dummy_true                             , GLL,  x ,  x ,  x , 2003)
+EXT(ARB_vertex_buffer_object                , dummy_true                             , GLL, GLC,  x ,  x , 2003)
 EXT(ARB_vertex_program                      , ARB_vertex_program                     , GLL,  x ,  x ,  x , 2002)
 EXT(ARB_vertex_shader                       , ARB_vertex_shader                      , GLL, GLC,  x ,  x , 2002)
 EXT(ARB_vertex_type_10f_11f_11f_rev         , ARB_vertex_type_10f_11f_11f_rev        , GLL, GLC,  x ,  x , 2013)