mesa: meta driver functions for glCopyTex[Sub]Image()
authorBrian Paul <brianp@vmware.com>
Thu, 17 Sep 2009 02:09:05 +0000 (20:09 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 17 Sep 2009 02:09:07 +0000 (20:09 -0600)
commit1d8fbef4f2b1bccb49b40375891b66caf5395b15
tree2e6bd78ea729cecc9a7e4c1e97b2c47d7a2057f0
parent9abbedad09c2501285d2edb00cba7e8e6549c5ba
mesa: meta driver functions for glCopyTex[Sub]Image()

Implement in terms of glReadPixels + glTex[Sub]Image().
This will allow us to get rid of some swrast texture code.
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h