st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()
authorBrian Paul <brianp@vmware.com>
Tue, 12 Jan 2016 01:22:50 +0000 (18:22 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 13 Jan 2016 15:01:56 +0000 (08:01 -0700)
commit235a2995345f330b1af0ac9d11a22343d5934356
tree9cbf93a47d3bf5a65c8687cf52947778cfea1357
parent2065ffb4cfc8e607d0a84ed85a04f9bb43ad79cc
st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()

I added this code right at the end, and got it wrong.
Only used by the WGL_ARB_render_texture code.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/mesa/state_tracker/st_copytex.c