mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20: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__)
|
#if defined(__i386__) || defined(__386__)
|
||||||
draw->use_sse = getenv("GALLIUM_SSE") != NULL;
|
draw->use_sse = getenv("GALLIUM_SSE") != NULL;
|
||||||
#else
|
#else
|
||||||
draw->use_sse = false;
|
draw->use_sse = FALSE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* create pipeline stages */
|
/* create pipeline stages */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue