diff options
author | Vinson Lee <[email protected]> | 2010-08-26 00:34:30 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-26 00:34:30 -0700 |
commit | f099e73b7b7ce1ae1aa23713c6418deb86b1a17a (patch) | |
tree | 50740cf9b477c4b899f6c0fe7495ad028c98ebd5 /src/gallium/auxiliary/tgsi | |
parent | b47af6ad6d40773141aeee5bbfbfdffb57dd2bd8 (diff) |
tgsi: Include missing header in tgsi_sse2.h.
Include p_compiler.h for boolean symbol.
Clean up forward declarations.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | 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 d81ee3d00ec..00aa8b84fe9 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( |