projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fb6ebf
)
rename xmesa_create_softpipe() xmesa_create_context()
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 22:16:22 +0000
(15:16 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 6 Nov 2007 22:22:56 +0000
(15:22 -0700)
src/mesa/pipe/xlib/xm_winsys.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/xlib/xm_winsys.c
b/src/mesa/pipe/xlib/xm_winsys.c
index 45ece8ef5547089d710cb016d3dd9edeac4f5c29..5763a4e53ff9a9e7cef680a6c0b80b8b2adcc3bf 100644
(file)
--- a/
src/mesa/pipe/xlib/xm_winsys.c
+++ b/
src/mesa/pipe/xlib/xm_winsys.c
@@
-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();