OSDN Git Service

mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2009 21:49:24 +0000 (14:49 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2009 01:48:35 +0000 (18:48 -0700)
commit16144632354cb310f090c8713a11d3c65696969e
tree71070efc5e323e26bab61444bf2b07ba01a92691
parentecdf3ce436c004365c4d3c468bf1f9ef9138853e
mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer()

Only call this driver function when we really need to bind different buffers.
src/mesa/main/fbobject.c