projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd5843
)
pipe/draw/draw_context.c:47: error: 'false' undeclared (first use in this function)
author
Oliver McFadden
<z3ro.geek@gmail.com>
Thu, 18 Oct 2007 16:01:42 +0000
(16:01 +0000)
committer
Oliver McFadden
<z3ro.geek@gmail.com>
Thu, 18 Oct 2007 16:01:42 +0000
(16:01 +0000)
src/mesa/pipe/draw/draw_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_context.c
b/src/mesa/pipe/draw/draw_context.c
index e2521489037fefb438296ba1438963a52bbf0bc9..d2015bd514661b57dbae6e3a0b126dd8e9a19a5a 100644
(file)
--- a/
src/mesa/pipe/draw/draw_context.c
+++ b/
src/mesa/pipe/draw/draw_context.c
@@
-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 */