diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-01-06 21:52:24 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-01-06 21:52:24 +1100 |
commit | df34b6b2bcf26392eeffc828c9e90ea68a908736 (patch) | |
tree | 3d5005dc161ef4636acd06c35cb132d9e642c409 /src/mesa/pipe/nv40/nv40_state.h | |
parent | 732540f997ef0501ccbc1237148bc44aaba38d66 (diff) |
nv40: bind textures based on fragprog usage.
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_state.h')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/nv40/nv40_state.h b/src/mesa/pipe/nv40/nv40_state.h index e1a9d58525..4c4c847c9a 100644 --- a/src/mesa/pipe/nv40/nv40_state.h +++ b/src/mesa/pipe/nv40/nv40_state.h @@ -88,6 +88,7 @@ struct nv40_fragment_program { boolean translated; boolean on_hw; + unsigned samplers; uint32_t *insn; int insn_len; |