X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fi915%2Fintel_context.c;fp=src%2Fmesa%2Fdrivers%2Fdri%2Fi915%2Fintel_context.c;h=ab4a0bf496166c806bf2ad7936046f0bd9a03205;hb=a7d03103f30bfff532a0c6d6e22fa5e7a24cad27;hp=993ad8bf05f80b7d23337778d5810189e2046f10;hpb=7575a0a25120b9637d50fcf2b55a4859b505f781;p=mesa.git diff --git a/src/mesa/drivers/dri/i915/intel_context.c b/src/mesa/drivers/dri/i915/intel_context.c index 993ad8bf05f..ab4a0bf4961 100644 --- a/src/mesa/drivers/dri/i915/intel_context.c +++ b/src/mesa/drivers/dri/i915/intel_context.c @@ -499,7 +499,7 @@ intelInitContext(struct intel_context *intel, ctx->Const.MaxRenderbufferSize = 2048; _swrast_CreateContext(ctx); - _vbo_CreateContext(ctx); + _vbo_CreateContext(ctx, false); if (ctx->swrast_context) { _tnl_CreateContext(ctx); _swsetup_CreateContext(ctx);