rename xmesa_create_softpipe() xmesa_create_context()

This commit is contained in:
Brian 2007-11-06 15:16:22 -07:00
parent 5fb6ebf85d
commit 54b43da7e9

View file

@ -379,7 +379,7 @@ xmesa_get_softpipe_winsys(void)
struct pipe_context *
xmesa_create_softpipe(XMesaContext xmesa)
xmesa_create_context(XMesaContext xmesa)
{
struct pipe_winsys *pws = xmesa_get_pipe_winsys();
struct softpipe_winsys *spws = xmesa_get_softpipe_winsys();