meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
authorChad Versace <chad.versace@linux.intel.com>
Thu, 22 Dec 2011 02:34:18 +0000 (18:34 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 27 Dec 2011 18:20:25 +0000 (10:20 -0800)
commit7e5ffd9be2da66c076e84ae4bc854cca5665620c
tree09bb805bb76f534a07d049d433dd0240d0350d23
parentac8a933aa81251def3b25825c9914bb895e288b8
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()

If the meta flag MESA_META_TEXTURE is present, then disable the texture
target GL_TEXTURE_EXTERNAL_OES.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/common/meta.c