diff options
author | José Fonseca <[email protected]> | 2009-08-14 10:48:06 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:32 +0100 |
commit | 1a004142bbfdaeb0697077b3976e47ac179bb11b (patch) | |
tree | 79fac44728834182dae0725e5bac67c0e565ee28 /src/gallium/drivers/llvmpipe/lp_state.h | |
parent | 73af91e938eb27b001404f11195fb06ff9b08903 (diff) |
llvmpipe: Eliminate dependency on tgsi_exec_machine.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h index 8638732b51f..767c843c1ca 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -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]; }; |