summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-05-02 16:27:21 -0700
committerMathias Agopian <mathias@google.com>2011-05-02 16:27:21 -0700
commit6b85f173046340da7ccd503845a2950843f085f3 (patch)
tree5dfb42ce758d7c8c04755b44b68145afd9cb1f20 /opengl
parent939ccad344c5f32bc9e7dbfa80648c1e75cac62a (diff)
downloadframeworks_base-6b85f173046340da7ccd503845a2950843f085f3.zip
frameworks_base-6b85f173046340da7ccd503845a2950843f085f3.tar.gz
frameworks_base-6b85f173046340da7ccd503845a2950843f085f3.tar.bz2
remove last traces of copybit
Change-Id: Ia0f13a0ee6f702256482b5eb29d7fa2aa840bfc7
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libagl/egl.cpp1
-rw-r--r--opengl/libagl2/src/egl.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp
index 40fa148..97e913ba 100644
--- a/opengl/libagl/egl.cpp
+++ b/opengl/libagl/egl.cpp
@@ -440,7 +440,6 @@ void egl_window_surface_v2_t::copyBlt(
android_native_buffer_t* src, void const* src_vaddr,
const Region& clip)
{
- // FIXME: use copybit if possible
// NOTE: dst and src must be the same format
Region::const_iterator cur = clip.begin();
diff --git a/opengl/libagl2/src/egl.cpp b/opengl/libagl2/src/egl.cpp
index ba771c3..ec5889d 100644
--- a/opengl/libagl2/src/egl.cpp
+++ b/opengl/libagl2/src/egl.cpp
@@ -432,7 +432,6 @@ void egl_window_surface_v2_t::copyBlt(
android_native_buffer_t* src, void const* src_vaddr,
const Region& clip)
{
- // FIXME: use copybit if possible
// NOTE: dst and src must be the same format
Region::const_iterator cur = clip.begin();