mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 19:50:11 +01:00
pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this function)
This commit is contained in:
parent
7cd58433fa
commit
d16b844ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ struct draw_context *draw_create( void )
|
|||
#if defined(__i386__) || defined(__386__)
|
||||
draw->use_sse = getenv("GALLIUM_SSE") != NULL;
|
||||
#else
|
||||
draw->use_sse = false;
|
||||
draw->use_sse = FALSE;
|
||||
#endif
|
||||
|
||||
/* create pipeline stages */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue