llvmpipe: add missing break in xlib _init()

This commit is contained in:
Brian Paul 2009-08-18 15:18:33 -06:00 committed by José Fonseca
parent 556eecea67
commit aa2514d12d

View file

@ -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 );