Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eca97f6e authored by Mathias Agopian's avatar Mathias Agopian Committed by Android Git Automerger
Browse files

am 23aa34a7: Merge change I137dac6f into eclair

Merge commit '23aa34a743ae18e0d45b459f0c7010eb47a2147a' into eclair-plus-aosp

* commit '23aa34a743ae18e0d45b459f0c7010eb47a2147a':
  backout a workaround that is not needed anymore
parents d207811d 66112b11
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ void LayerBlur::onDraw(const Region& clip) const
            // This reads the frame-buffer, so a h/w GL would have to
            // finish() its rendering first. we don't want to do that
            // too often. Read data is 4-bytes aligned.
            glFinish();
            glReadPixels(X, Y, w, h, mReadFormat, mReadType, pixels);

            // blur that texture.