diff options
| author | 2010-07-30 18:01:25 -0700 | |
|---|---|---|
| committer | 2010-07-30 18:01:25 -0700 | |
| commit | 4d7fc3651bd93d588d2b8580010414b59bc67729 (patch) | |
| tree | b4dcee8ac4dcc5b34eb7f988aab0e6a558e2a7c5 /opengl/libagl/TextureObjectManager.h | |
| parent | 483b20e5ae65495d841de1844d97d79fbc0c1866 (diff) | |
| parent | bd2de0e42adc3fad30d86ed2c8d0488bc9501f36 (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 279e0406c212..70e3bef6e774 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; }; |