summaryrefslogtreecommitdiff
path: root/libs/hwui/Readback.cpp
AgeCommit message (Expand)Author
2020-03-11Let LayerDrawable choose the best scaling filter for readback. Kazuhiro Inaba
2020-02-13[HWUI] use ANativeWindow_getLastQueuedBuffer api Alec Mouri
2019-03-29Add missing trace points John Reck
2019-03-18Merge "Remove old TaskManager system" John Reck
2019-03-18Remove old TaskManager system John Reck
2019-03-11Remove unused include of SkToSRGBColorFilter.h Brian Osman
2019-02-13Decouple VulkanManager from RenderThread Stan Iliev
2019-02-06Use kTopLeft_GrSurfaceOrigin when generating a GPU buffer for CPU readback. Derek Sollenberger
2018-11-07Set the color space to sRGB on the Surface and remove colorFilter. Derek Sollenberger
2018-09-10Refactor HWUI readback code to be backend independent Stan Iliev
2016-11-16Support Surface and Layer Readback in the SkiaPipelines. Derek Sollenberger
2016-10-26Add target to texture sergeyv
2016-10-11Linear blending, step 1 Romain Guy
2016-09-07Add API to copy a window John Reck
2016-09-01Fix EGLImage memory leak John Reck
2016-07-07Unify readback Surface/TextureView copy mechanism Chris Craik
2016-04-28Support transform'd GraphicBuffers John Reck
2016-04-26API tweaks to PixelCopy and make it public John Reck
2016-04-22PixelCopy fixes John Reck
2016-04-11Framework-side of SurfaceView#getBitmap John Reck