projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c2f56
)
sp_context.c:255: error: 'false' undeclared (first use in this function)
author
Oliver McFadden
<z3ro.geek@gmail.com>
Thu, 18 Oct 2007 14:45:32 +0000
(14:45 +0000)
committer
Oliver McFadden
<z3ro.geek@gmail.com>
Thu, 18 Oct 2007 15:56:21 +0000
(15:56 +0000)
src/mesa/pipe/softpipe/sp_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_context.c
b/src/mesa/pipe/softpipe/sp_context.c
index
daccc8f
..
f2f2e36
100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_context.c
+++ b/
src/mesa/pipe/softpipe/sp_context.c
@@
-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;