diff options
| 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 |
| commit | 4d7fc3651bd93d588d2b8580010414b59bc67729 (patch) | |
| tree | b4dcee8ac4dcc5b34eb7f988aab0e6a558e2a7c5 /opengl/libagl/TextureObjectManager.cpp | |
| parent | 483b20e5ae65495d841de1844d97d79fbc0c1866 (diff) | |
| parent | bd2de0e42adc3fad30d86ed2c8d0488bc9501f36 (diff) | |
| download | frameworks_base-4d7fc3651bd93d588d2b8580010414b59bc67729.zip frameworks_base-4d7fc3651bd93d588d2b8580010414b59bc67729.tar.gz frameworks_base-4d7fc3651bd93d588d2b8580010414b59bc67729.tar.bz2 | |
Merge "remove copybit hack from software opengl (libagl)" into gingerbread
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
| -rw-r--r-- | opengl/libagl/TextureObjectManager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opengl/libagl/TextureObjectManager.cpp b/opengl/libagl/TextureObjectManager.cpp index 255ccac..bbb82fc 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; } |
