diff options
| author | 2009-06-10 16:01:54 -0700 | |
|---|---|---|
| committer | 2009-06-10 16:15:32 -0700 | |
| commit | 350d651706d8f484d9aeb539d491526f822fa84a (patch) | |
| tree | 9018d81b9a591ff6fe71dec5f93c19018991c96b /opengl/libagl/TextureObjectManager.h | |
| parent | 07fcf4c3a91e421dc6f3d17f28264d18e8b2bfdb (diff) | |
fix a bug where copybit only renders in the first buffer when used with s/w GL
Diffstat (limited to 'opengl/libagl/TextureObjectManager.h')
| -rw-r--r-- | opengl/libagl/TextureObjectManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h index e0eadf147959..496e6947d737 100644 --- a/opengl/libagl/TextureObjectManager.h +++ b/opengl/libagl/TextureObjectManager.h @@ -80,7 +80,7 @@ public: GLint generate_mipmap; GLint direct; #ifdef LIBAGL_USE_GRALLOC_COPYBITS - int copybits_fd; + bool try_copybit; #endif // LIBAGL_USE_GRALLOC_COPYBITS android_native_buffer_t* buffer; }; |