meta: Don't save or restore the active client texture
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 9 Nov 2015 19:15:04 +0000 (11:15 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 24 Nov 2015 19:31:30 +0000 (11:31 -0800)
commit47b3a0d23504de43ce2dc028e84037f7cd89bd89
treed38107bc5d2deb705a9b481ae64e041ff6b36bb0
parentc63f9c735dfbd572b671f739ba5df0c2ad9a388a
meta: Don't save or restore the active client texture

This setting is only used by glTexCoordPointer and related glEnable
calls.  Since the preceeding commits removed all of those, it is not
necessary to save, reset to default, or restore this state.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h