projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05bf77a
)
draw llvm: fix typo (boolean, not bool)
author
Zack Rusin
<zackr@vmware.com>
Mon, 19 Apr 2010 17:30:16 +0000
(13:30 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Mon, 19 Apr 2010 17:30:36 +0000
(13:30 -0400)
src/gallium/auxiliary/draw/draw_private.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_private.h
b/src/gallium/auxiliary/draw/draw_private.h
index 2ef05cea37d37ad82d805050ffdac647b81af84c..fa20c8ecc632f677c2e269afef8acab07b5528f5 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_private.h
+++ b/
src/gallium/auxiliary/draw/draw_private.h
@@
-251,7
+251,7
@@
struct draw_context
#ifdef HAVE_LLVM
LLVMExecutionEngineRef engine;
- bool use_llvm;
+ bool
ean
use_llvm;
#endif
void *driver_private;
};