OSDN Git Service

mesa: fix some potential state-restore issues in pop_texture_group()
authorBrian Paul <brianp@vmware.com>
Thu, 21 May 2009 16:05:04 +0000 (10:05 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 21 May 2009 22:10:45 +0000 (16:10 -0600)
commitaac19609bfd7c950b2577489b06886c8a8097bb2
treebca692bc67670bc8306daca5f7b0582366b427dc
parentde1cfc5e8a8e9d0b0b397671575ae448a554a002
mesa: fix some potential state-restore issues in pop_texture_group()

Call the _mesa_set_enable() functions instead of driver functions, etc.

Also, add missing code for 1D/2D texture arrays.
src/mesa/main/attrib.c