llvmpipe: Eliminate dependency on tgsi_exec_machine.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state.h
index 8638732b51fc731e62f6f35116f4fc41156666dc..767c843c1caf594eea76939bdf108b96ce683d05 100644 (file)
@@ -55,7 +55,6 @@
 
 
 struct tgsi_sampler;
-struct tgsi_exec_machine;
 struct vertex_info;
 
 
@@ -84,11 +83,6 @@ struct lp_fragment_shader
    LLVMValueRef function;
 
    lp_shader_fs_func jit_function;
-
-   union tgsi_exec_channel ALIGN16_ATTRIB pos[NUM_CHANNELS];
-   union tgsi_exec_channel ALIGN16_ATTRIB a0[PIPE_MAX_SHADER_INPUTS][NUM_CHANNELS];
-   union tgsi_exec_channel ALIGN16_ATTRIB dadx[PIPE_MAX_SHADER_INPUTS][NUM_CHANNELS];
-   union tgsi_exec_channel ALIGN16_ATTRIB dady[PIPE_MAX_SHADER_INPUTS][NUM_CHANNELS];
 };