summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2010-07-30 18:01:25 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-07-30 18:01:25 -0700
commit4d7fc3651bd93d588d2b8580010414b59bc67729 (patch)
treeb4dcee8ac4dcc5b34eb7f988aab0e6a558e2a7c5 /opengl/libagl/TextureObjectManager.cpp
parent483b20e5ae65495d841de1844d97d79fbc0c1866 (diff)
parentbd2de0e42adc3fad30d86ed2c8d0488bc9501f36 (diff)
Merge "remove copybit hack from software opengl (libagl)" into gingerbread
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
-rw-r--r--opengl/libagl/TextureObjectManager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/opengl/libagl/TextureObjectManager.cpp b/opengl/libagl/TextureObjectManager.cpp
index 255ccac3565b..bbb82fc48a9c 100644
--- a/opengl/libagl/TextureObjectManager.cpp
+++ b/opengl/libagl/TextureObjectManager.cpp
@@ -55,9 +55,6 @@ void EGLTextureObject::init()
memset(crop_rect, 0, sizeof(crop_rect));
generate_mipmap = GL_FALSE;
direct = GL_FALSE;
-#ifdef LIBAGL_USE_GRALLOC_COPYBITS
- try_copybit = false;
-#endif // LIBAGL_USE_GRALLOC_COPYBITS
buffer = 0;
}