projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8096aa5
)
i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.
author
Eric Anholt
<eric@anholt.net>
Fri, 28 Aug 2009 22:01:56 +0000
(15:01 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.c
b/src/mesa/drivers/dri/i965/brw_context.c
index 3c5b84831974deb5ca9312e2f8ad40c527b13863..e76e9fdcc86165940cff074a965597ea84d7c388 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.c
+++ b/
src/mesa/drivers/dri/i965/brw_context.c
@@
-167,6
+167,8
@@
GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
brw_draw_init( brw );
+ vbo_use_buffer_objects(ctx);
+
return GL_TRUE;
}