diff options
author | Brian <[email protected]> | 2008-02-27 15:06:55 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 15:11:57 -0700 |
commit | c66ec5c7a2966df3e3456dfca3eb17c294b30dd5 (patch) | |
tree | 99bb7c3aa345b0b8d88e21ac53b6b7d7f7bd9dd0 /src/gallium/drivers/softpipe/sp_state.h | |
parent | fb40c5a9c7dc91c03f80780e0a09be0cade98705 (diff) |
gallium: remove uses_kill field from softpipe_shader
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index b1070e185a2..895976467c5 100644 --- a/src/gallium/drivers/softpipe/sp_state.h +++ b/src/gallium/drivers/softpipe/sp_state.h @@ -66,8 +66,6 @@ struct sp_fragment_shader { struct tgsi_shader_info info; - boolean uses_kill; - void (*prepare)( const struct sp_fragment_shader *shader, struct tgsi_exec_machine *machine, struct tgsi_sampler *samplers); |