Rework _mesa_update_texture_compare_function() to only be called during
authorBrian <brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 23:16:18 +0000 (17:16 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 11 Jun 2007 23:16:18 +0000 (17:16 -0600)
commit0fbc4c51a07a5980956d62b3f70c46c65f6c7a57
tree39ff25e61e45ce71e7b33a93e9226268c90f20de
parent495e2c8327ad4b5b7e01971bb3dacf4fd812aedf
Rework _mesa_update_texture_compare_function() to only be called during
state validation/update.

Note that we're still temporarily skipping the test for an active fragment
program.  Need to fix shadow2D() ...
src/mesa/main/texstate.c
src/mesa/main/texstate.h
src/mesa/swrast/s_fragprog.c