projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47af6a
)
tgsi: Include missing header in tgsi_sse2.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 07:34:30 +0000
(
00:34
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 07:34:30 +0000
(
00:34
-0700)
Include p_compiler.h for boolean symbol.
Clean up forward declarations.
src/gallium/auxiliary/tgsi/tgsi_sse2.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_sse2.h
b/src/gallium/auxiliary/tgsi/tgsi_sse2.h
index d81ee3d00ec90e6f0faffb1ee924ea9353fb27fc..00aa8b84fe94707dd1e9479c51354cd1c684a5f2 100644
(file)
--- 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(