diff options
| author | 2010-07-30 18:01:25 -0700 | |
|---|---|---|
| committer | 2010-07-30 18:01:25 -0700 | |
| commit | 3efd03a3c2c26ee2bcdf6d7798c870300d2eb326 (patch) | |
| tree | fd5f12762d88bb4ff8729e56005cbc2ad334becb /opengl/libagl/TextureObjectManager.h | |
| parent | 6e6cc2014ff5bb90a60a33386c434875c36f7650 (diff) | |
| parent | bb0628d9debc5ddd5b1ca3311d6397bbe668c4ee (diff) | |
Merge "remove copybit hack from software opengl (libagl)" into gingerbread
Diffstat (limited to 'opengl/libagl/TextureObjectManager.h')
| -rw-r--r-- | opengl/libagl/TextureObjectManager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h index 279e0406c2..70e3bef6e7 100644 --- a/opengl/libagl/TextureObjectManager.h +++ b/opengl/libagl/TextureObjectManager.h @@ -80,9 +80,6 @@ public: GLint crop_rect[4]; GLint generate_mipmap; GLint direct; -#ifdef LIBAGL_USE_GRALLOC_COPYBITS - bool try_copybit; -#endif // LIBAGL_USE_GRALLOC_COPYBITS android_native_buffer_t* buffer; }; |