mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
llvmpipe: add missing break in xlib _init()
This commit is contained in:
parent
556eecea67
commit
aa2514d12d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue