i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.

This looks like it's a small win on blender.
This commit is contained in:
Eric Anholt 2009-08-28 15:01:56 -07:00
parent 8096aa5213
commit 00413d8742
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
brw_draw_init( brw );
vbo_use_buffer_objects(ctx);
return GL_TRUE;
}