For glGetTexImage(), move the _mesa_validate_pbo_access() error check into
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Jul 2006 16:13:15 +0000 (16:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Jul 2006 16:13:15 +0000 (16:13 +0000)
commitad15866ef0e77478508eeb534b28f0136462b644
treec3b6beed6f71dcd2a12f4fbd6b778d7689e3fd5e
parent0749e2723b32ba430539791b94acd95dcf939a1d
For glGetTexImage(), move the _mesa_validate_pbo_access() error check into
_mesa_GetTexImage() so it's not needed in the fallback or driver functions.
src/mesa/main/teximage.c
src/mesa/main/texstore.c