mesa: make the number of draw buffers part of the texenv program key state
authorBrian Paul <brianp@vmware.com>
Fri, 2 Jul 2010 14:14:54 +0000 (08:14 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Jul 2010 14:14:54 +0000 (08:14 -0600)
commitb6b9b17d27c570cc99ae339e595cf2f63ca5e8d7
tree72634b1de97dd6369a14f86f710340b5823f4cdf
parente845765f0f8791a0e6c2e54b91ebf9f0e831d19f
mesa: make the number of draw buffers part of the texenv program key state

All the state that effects the program should be in the key.
This didn't help with bug 28169 but is a good fix anyway.

NOTE: this is a low-priority candidate for the 7.8 branch.  In practice,
this issue might never be hit.
src/mesa/main/state.c
src/mesa/main/texenvprogram.c