Author :
Ryan C. Gordon
Date :
2020-03-22 14:32:47
Hash :19a5f4ab Message :opengl: Don't enable/disable texturing except when actually rendering.
Otherwise our cached state goes out of sync when updating a texture. Since
these state changes aren't necessary, they were removed instead of updating
the cached state.
Fixes Bugzilla #4998.