mesa: optimized _mesa_meta_BlitFramebuffer() for src=texture case
authorBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 19:59:41 +0000 (13:59 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 2 Oct 2009 20:00:02 +0000 (14:00 -0600)
commitbe16acaafa2f28bb7d4551ed93d2e290c928006c
treeba287a88923fcfcef9723cc2a226b03639dafaec
parent4182b58169c1c37833c590d00d0a6a52b2b55326
mesa: optimized _mesa_meta_BlitFramebuffer() for src=texture case

If the src renderbuffer is actually a texture, we can directly use that
texture as the src and avoid a copy.
src/mesa/drivers/common/meta.c