i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.
authorEric Anholt <eric@anholt.net>
Fri, 28 Aug 2009 22:01:56 +0000 (15:01 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 28 Aug 2009 22:29:35 +0000 (15:29 -0700)
This looks like it's a small win on blender.

src/mesa/drivers/dri/i965/brw_context.c

index 3c5b84831974deb5ca9312e2f8ad40c527b13863..e76e9fdcc86165940cff074a965597ea84d7c388 100644 (file)
@@ -167,6 +167,8 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
 
    brw_draw_init( brw );
 
+   vbo_use_buffer_objects(ctx);
+
    return GL_TRUE;
 }