diff options
author | Luca Barbieri <[email protected]> | 2010-02-20 18:18:48 +0100 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-03-15 00:03:00 -0400 |
commit | 1771d8f8f4256773de1883a033081f9cc4cddf00 (patch) | |
tree | 65babed7a8308e5e9aa5ae19869511d89e7703eb /src/gallium/drivers/nv30/nv30_state.h | |
parent | 5f71414fc941f0d390c03633f1a53534807cfca6 (diff) |
nv30: remove unused on_hw field and constant fp_reg_control field
This makes nv30_state.h equivalent to nv40_state.h
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h index 66c26360cb2..b1c7f84a0a0 100644 --- a/src/gallium/drivers/nv30/nv30_state.h +++ b/src/gallium/drivers/nv30/nv30_state.h @@ -54,7 +54,6 @@ struct nv30_fragment_program { struct tgsi_shader_info info; boolean translated; - boolean on_hw; unsigned samplers; uint32_t *insn; @@ -66,7 +65,6 @@ struct nv30_fragment_program { struct pipe_buffer *buffer; uint32_t fp_control; - uint32_t fp_reg_control; struct nouveau_stateobj *so; }; |