mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
rename xmesa_create_softpipe() xmesa_create_context()
This commit is contained in:
parent
5fb6ebf85d
commit
54b43da7e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue