This reverts commit 00413d8742
. Even with
fixes, using ARB_map_buffer_range in the VBO module isn't showing up as a
significant win, and some cases apparently regressed.
Bug #23624.
tags/mesa_7_6_rc1
@@ -167,8 +167,6 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis, | |||
brw_draw_init( brw ); | |||
vbo_use_buffer_objects(ctx); | |||
return GL_TRUE; | |||
} | |||