summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-04-28 19:50:21 -0700
committerMathias Agopian <mathias@google.com>2011-04-28 19:50:21 -0700
commitd0675ede6de2249256d20271a19ccbf9f11745b8 (patch)
treee93905f2d93f99902c2e18180bb747ab916593bc /include
parent5d4478556299c656b5bb940e83277e01233ec015 (diff)
downloadframeworks_av-d0675ede6de2249256d20271a19ccbf9f11745b8.zip
frameworks_av-d0675ede6de2249256d20271a19ccbf9f11745b8.tar.gz
frameworks_av-d0675ede6de2249256d20271a19ccbf9f11745b8.tar.bz2
get rid of dependency on copybit HAL module
Change-Id: Ia608099a2426c11a91d33063ba53c93e1eccb428
Diffstat (limited to 'include')
-rw-r--r--include/private/opengles/gl_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/private/opengles/gl_context.h b/include/private/opengles/gl_context.h
index c7db9a6..72416c1 100644
--- a/include/private/opengles/gl_context.h
+++ b/include/private/opengles/gl_context.h
@@ -26,7 +26,6 @@
#endif
#include <private/pixelflinger/ggl_context.h>
-#include <hardware/copybit.h>
#include <hardware/gralloc.h>
#include <GLES/gl.h>
@@ -606,7 +605,6 @@ struct prims_t {
struct copybits_context_t {
// A handle to the blit engine, if it exists, else NULL.
- copybit_device_t* blitEngine;
int32_t minScale;
int32_t maxScale;
android_native_buffer_t* drawSurfaceBuffer;