OSDN Git Service

mesa: fix texture border color code for glPopAttrib()
authorBrian Paul <brianp@vmware.com>
Tue, 14 Jul 2009 20:26:42 +0000 (14:26 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 14 Jul 2009 20:28:01 +0000 (14:28 -0600)
commit9aca6769dfb934e15e848f938b7fb31345a8b3b2
tree0df3a0ad01d8670bb817ad823700c067596e4b60
parent26e58a42b0faa8f4eb2794a1ddee6b66d0ce0efe
mesa: fix texture border color code for glPopAttrib()

The texture object's border color used to be stored as GLchan but it's
been GLfloat for a while now.
src/mesa/main/attrib.c