X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fpipe%2Fxlib%2Fxm_api.c;h=939dfe745bcb338a691d065b53c20c003252e1ce;hb=a151ad21bb5f5b52f1c1f28f2f09d5c5f5915028;hp=0e303d597ab5c3dbca9f2d774dfe0c36c03c69c2;hpb=54b43da7e9ae08c9078ba2ca4f8c242dd6aa3bff;p=mesa.git diff --git a/src/mesa/pipe/xlib/xm_api.c b/src/mesa/pipe/xlib/xm_api.c index 0e303d597ab..939dfe745bc 100644 --- a/src/mesa/pipe/xlib/xm_api.c +++ b/src/mesa/pipe/xlib/xm_api.c @@ -1464,7 +1464,7 @@ XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list ) if (!c) return NULL; - pipe = xmesa_create_softpipe( c ); + pipe = xmesa_create_context( c ); c->st = st_create_context(pipe, &v->mesa_visual, share_list ? share_list->st : NULL);