mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
sp_context.c:255: error: 'false' undeclared (first use in this function)
This commit is contained in:
parent
17c2f56dc3
commit
7cd58433fa
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ struct pipe_context *softpipe_create( struct pipe_winsys *pipe_winsys,
|
|||
#if defined(__i386__) || defined(__386__)
|
||||
softpipe->use_sse = getenv("GALLIUM_SSE") != NULL;
|
||||
#else
|
||||
softpipe->use_sse = false;
|
||||
softpipe->use_sse = FALSE;
|
||||
#endif
|
||||
|
||||
softpipe->pipe.winsys = pipe_winsys;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue