Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 11 Apr 2001 23:22:20 +0000 (23:22 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 11 Apr 2001 23:22:20 +0000 (23:22 +0000)
commit93de8d3d8617e991c091f29236dc7316203a5b8d
tree8cb4adf8ac9c7c9fe3e531304c13c2c0a538c782
parent6ac852d45b3a53dc51414773454e6bae7126fe33
Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the
various texture API functions to restore state.  Before, the device
drivers weren't getting notified of important texture state changes.
src/mesa/main/attrib.c