Mesa (master): llvmpipe: Include p_compiler.h in lp_bld_alpha.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 4 08:51:47 UTC 2011


Module: Mesa
Branch: master
Commit: deb9a6ae79cc399ce6295b0aed5c7fcb0ad23bee
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=deb9a6ae79cc399ce6295b0aed5c7fcb0ad23bee

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Jan  4 00:50:48 2011 -0800

llvmpipe: Include p_compiler.h in lp_bld_alpha.h.

Include p_compiler.h for boolean symbol.
Add forward declaration for gallivm_state struct.

---

 src/gallium/drivers/llvmpipe/lp_bld_alpha.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
index 5c93925..06206a2 100644
--- 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;
 




More information about the mesa-commit mailing list