diff options
author | Brian <[email protected]> | 2007-11-06 15:16:42 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-06 15:22:56 -0700 |
commit | a151ad21bb5f5b52f1c1f28f2f09d5c5f5915028 (patch) | |
tree | e335fe585c490ef428691017a2fdc3ac0c9cc38a /src/mesa/pipe/xlib/xm_api.c | |
parent | 54b43da7e9ae08c9078ba2ca4f8c242dd6aa3bff (diff) |
rename xmesa_create_softpipe() xmesa_create_context()
Diffstat (limited to 'src/mesa/pipe/xlib/xm_api.c')
-rw-r--r-- | src/mesa/pipe/xlib/xm_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |