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
commit3efd03a3c2c26ee2bcdf6d7798c870300d2eb326 (patch)
treefd5f12762d88bb4ff8729e56005cbc2ad334becb /opengl/libagl/TextureObjectManager.cpp
parent6e6cc2014ff5bb90a60a33386c434875c36f7650 (diff)
parentbb0628d9debc5ddd5b1ca3311d6397bbe668c4ee (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 255ccac356..bbb82fc48a 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;
}