diff options
author | 2009-06-10 16:01:54 -0700 | |
---|---|---|
committer | 2009-06-10 16:15:32 -0700 | |
commit | 0a3139a21e628093893bba8ca0bb0b4742e0522c (patch) | |
tree | 969d7475aae42250b1b72ff31aa69a41def8482d /opengl/libagl/TextureObjectManager.h | |
parent | 7e2a937c4fa91e7c048fdbc37fe2a8dd85361df9 (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 e0eadf1479..496e6947d7 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; }; |