projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556eece
)
llvmpipe: add missing break in xlib _init()
author
Brian Paul
<brianp@vmware.com>
Tue, 18 Aug 2009 21:18:33 +0000
(15:18 -0600)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 29 Aug 2009 08:21:34 +0000
(09:21 +0100)
src/gallium/winsys/xlib/xlib.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/xlib/xlib.c
b/src/gallium/winsys/xlib/xlib.c
index 744e8656416504c801d8b52853f085651858cb0b..4b71cf7ec38b2e65d2c787722d1a91989cccf482 100644
(file)
--- a/
src/gallium/winsys/xlib/xlib.c
+++ b/
src/gallium/winsys/xlib/xlib.c
@@
-96,6
+96,7
@@
static void _init( void )
#if defined(GALLIUM_LLVMPIPE)
xmesa_set_driver( &xlib_llvmpipe_driver );
#endif
+ break;
case MODE_SOFTPIPE:
#if defined(GALLIUM_SOFTPIPE)
xmesa_set_driver( &xlib_softpipe_driver );