Mesa (master): tgsi: Include missing header in tgsi_sse2.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 07:35:01 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 00:34:30 2010 -0700

tgsi: Include missing header in tgsi_sse2.h.

Include p_compiler.h for boolean symbol.
Clean up forward declarations.

---

 src/gallium/auxiliary/tgsi/tgsi_sse2.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_sse2.h b/src/gallium/auxiliary/tgsi/tgsi_sse2.h
index d81ee3d..00aa8b8 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_sse2.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_sse2.h
@@ -32,9 +32,12 @@
 extern "C" {
 #endif
 
+#include "pipe/p_compiler.h"
+
+struct tgsi_exec_machine;
+struct tgsi_interp_coef;
 struct tgsi_token;
 struct x86_function;
-struct tgsi_interp_coef;
 
 unsigned
 tgsi_emit_sse2(




More information about the mesa-commit mailing list