diff options
| author | 2010-07-30 18:03:17 -0700 | |
|---|---|---|
| committer | 2010-07-30 18:03:17 -0700 | |
| commit | d7beac601a153c4543813d3100f160cdb8d8ed4c (patch) | |
| tree | 81e3f34c8345b60f834f7ae515dab583345d0835 /opengl/libagl/TextureObjectManager.cpp | |
| parent | 86486c255fcfe8ea748072dab1a565131d3d4371 (diff) | |
| parent | 3efd03a3c2c26ee2bcdf6d7798c870300d2eb326 (diff) | |
am 4d7fc365: Merge "remove copybit hack from software opengl (libagl)" into gingerbread
Merge commit '4d7fc3651bd93d588d2b8580010414b59bc67729' into gingerbread-plus-aosp
* commit '4d7fc3651bd93d588d2b8580010414b59bc67729':
remove copybit hack from software opengl (libagl)
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 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; } |