diff options
author | Ben Skeggs <[email protected]> | 2008-02-18 17:07:59 +1100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-02-18 17:07:59 +1100 |
commit | 4a9cb97bbf6961cc4106c4c54e59296a74e889e9 (patch) | |
tree | 775f75a56b93a79b2d1cef33f1b9b098d8e8288f /src/gallium/drivers/nv40/nv40_state.h | |
parent | 56045da083d6530a56a2a7585e3121df0b07bac4 (diff) |
nv40: get fragprog onto new state mechanism
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_state.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.h b/src/gallium/drivers/nv40/nv40_state.h index e82ab9de98a..2701294a077 100644 --- a/src/gallium/drivers/nv40/nv40_state.h +++ b/src/gallium/drivers/nv40/nv40_state.h @@ -50,7 +50,6 @@ struct nv40_fragment_program { const struct pipe_shader_state *pipe; boolean translated; - boolean on_hw; unsigned samplers; uint32_t *insn; |