projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfc54e
)
llvmpipe: Include p_compiler.h in lp_bld_alpha.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 4 Jan 2011 08:50:48 +0000
(
00:50
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 4 Jan 2011 08:50:48 +0000
(
00:50
-0800)
Include p_compiler.h for boolean symbol.
Add forward declaration for gallivm_state struct.
src/gallium/drivers/llvmpipe/lp_bld_alpha.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
index 5c9392504f1c349c93fcaab0cf5adf728c48268b..06206a24d835d5a934965fd259f8f863c5f7bfee 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_alpha.h
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_alpha.h
@@
-34,10
+34,12
@@
#ifndef LP_BLD_ALPHA_H
#define LP_BLD_ALPHA_H
+#include "pipe/p_compiler.h"
#include "gallivm/lp_bld.h"
struct pipe_alpha_state;
+struct gallivm_state;
struct lp_type;
struct lp_build_mask_context;