From: Francisco Jerez Date: Fri, 29 Oct 2010 19:12:01 +0000 (+0200) Subject: dri/nouveau: Tell the vbo module we want real hardware BOs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6daaf4535998a05ec6e974828cee33c513d2b5a2;p=mesa.git dri/nouveau: Tell the vbo module we want real hardware BOs. --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_render_t.c b/src/mesa/drivers/dri/nouveau/nouveau_render_t.c index dd38c14aa7c..26126ce553a 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_render_t.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_render_t.c @@ -352,6 +352,7 @@ TAG(render_init)(struct gl_context *ctx) TAG(swtnl_init)(ctx); vbo_set_draw_func(ctx, TAG(render_prims)); + vbo_use_buffer_objects(ctx); } void