projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec32ef1
)
Revert "i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range."
author
Eric Anholt
<eric@anholt.net>
Wed, 2 Sep 2009 19:17:28 +0000
(12:17 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 2 Sep 2009 19:20:01 +0000
(12:20 -0700)
This reverts commit
00413d87426f14df47d90ba3c995e1889e9f88ca
. 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.
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
e76e9fd
..
3c5b848
100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.c
+++ b/
src/mesa/drivers/dri/i965/brw_context.c
@@
-167,8
+167,6
@@
GLboolean brwCreateContext( const __GLcontextModes *mesaVis,
brw_draw_init( brw );
- vbo_use_buffer_objects(ctx);
-
return GL_TRUE;
}