summaryrefslogtreecommitdiffstats
path: root/opengl/libagl
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
commit75c1535eb3bde60dfa3438083540afddc01e1cec (patch)
tree67b3a09b60756a702a828da1ec413acf05074686 /opengl/libagl
parent1c52ae3b726efee0af2c4bc9ad9b2bbc8236de92 (diff)
downloadframeworks_native-75c1535eb3bde60dfa3438083540afddc01e1cec.zip
frameworks_native-75c1535eb3bde60dfa3438083540afddc01e1cec.tar.gz
frameworks_native-75c1535eb3bde60dfa3438083540afddc01e1cec.tar.bz2
remove last traces of copybit
Change-Id: Ia0f13a0ee6f702256482b5eb29d7fa2aa840bfc7
Diffstat (limited to 'opengl/libagl')
-rw-r--r--opengl/libagl/egl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp
index 40fa148..97e913b 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();