diff options
author | michal <michal@michal-laptop.(none)> | 2007-10-26 17:19:20 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-10-27 19:01:10 +0100 |
commit | 21b5ff5dccd448cd581203ff177244c835e407a8 (patch) | |
tree | d3c278497313831737bf43e055a34081cbf31046 /src/mesa/pipe | |
parent | 26df9d1a304f03e9692e7bac0a3bc83330f30c6a (diff) |
Remove llvm and sse2 dependencies.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/p_state.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/pipe/p_state.h b/src/mesa/pipe/p_state.h index 03045e4213..a61cbaf8e1 100644 --- a/src/mesa/pipe/p_state.h +++ b/src/mesa/pipe/p_state.h @@ -40,8 +40,6 @@ #include "p_compiler.h" -#include "x86/rtasm/x86sse.h" - /** * Implementation limits */ @@ -58,7 +56,6 @@ /* fwd decl */ struct pipe_surface; -struct ga_llvm_prog; /* opaque type */ struct pipe_buffer_handle; @@ -149,13 +146,6 @@ struct pipe_constant_buffer { struct pipe_shader_state { const struct tgsi_token *tokens; -#if defined(__i386__) || defined(__386__) - struct x86_function sse2_program; -#endif - void (*executable)(); - - const struct ga_llvm_prog *llvm_prog; - ubyte num_inputs; ubyte num_outputs; ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */ |