index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
Readback.cpp
Age
Commit message (
Expand
)
Author
2024-07-29
Use ro.hw_timeout_multiplier in Readback deadline
Jason Macnak
2023-05-18
[base] Migrate SkSurface creation to SkSurfaces factories
Kevin Lubick
2023-03-27
Migrate SkImage static methods to SkImages namespace
Kevin Lubick
2023-01-11
[base] SkBudgeted -> skgpu::Budgeted
Kevin Lubick
2022-12-01
Tonemap everywhere in PixelCopy
Alec Mouri
2022-08-04
Allow PixelCopy for a window from any View
John Reck
2022-07-06
Merge "PixelCopy: align with legacy GLConsumer::computeTransformMatrix" am: 1...
Treehugger Robot
2022-07-06
Merge "PixelCopy: align with legacy GLConsumer::computeTransformMatrix" am: 1...
Treehugger Robot
2022-07-03
PixelCopy: align with legacy GLConsumer::computeTransformMatrix
Yiwei Zhang
2022-03-04
Fix transitive dependencies on SkImageEncoder
Kevin Lubick
2022-01-27
Merge "Revert "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest ...
Treehugger Robot
2022-01-27
Merge "Revert "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest ...
Treehugger Robot
2022-01-25
Revert "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fai...
Hung-ying Tyan
2021-10-04
Merge "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail...
John Reck
2021-10-04
Merge "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail...
John Reck
2021-10-01
CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail when v...
John Reck
2021-08-17
Added crop rect and removed inverse of the texture matrix.
ramindani
2021-08-06
Revert "Added crop rect to LayerDrawable to not crop TextureView..."
bsears
2021-08-03
Added crop rect to LayerDrawable to not crop TextureView.
ramindani
2021-07-15
Avoid sampling outside BQ crop rect
John Reck
2021-07-14
Avoid sampling outside BQ crop rect
John Reck
2021-06-11
Improve picture capture debug path
John Reck
2021-06-09
Fix PixelCopy & BQ crop
John Reck
2021-05-22
Use TraceUtils.h from gui shared library.
rnlee
2021-05-18
Fix PixelCopy & BQ crop
John Reck
2021-03-19
Remove and update code that was addressing old SwiftShader workarounds.
Derek Sollenberger
2020-07-28
Migrate from GrContext to GrDirectContext
Adlai Holler
2020-03-10
Merge "Let LayerDrawable choose the best scaling filter for readback." into r...
Automerger Merge Worker
2020-03-11
Let LayerDrawable choose the best scaling filter for readback.
Kazuhiro Inaba
2020-03-01
[HWUI] remove libui from HWUI's dependencies
Alec Mouri
2020-02-13
[HWUI] use ANativeWindow_getLastQueuedBuffer api
Alec Mouri
2019-03-29
Add missing trace points
John Reck
2019-03-18
Merge "Remove old TaskManager system"
John Reck
2019-03-18
Remove old TaskManager system
John Reck
2019-03-11
Remove unused include of SkToSRGBColorFilter.h
Brian Osman
2019-02-13
Decouple VulkanManager from RenderThread
Stan Iliev
2019-02-06
Use kTopLeft_GrSurfaceOrigin when generating a GPU buffer for CPU readback.
Derek Sollenberger
2018-11-07
Set the color space to sRGB on the Surface and remove colorFilter.
Derek Sollenberger
2018-09-10
Refactor HWUI readback code to be backend independent
Stan Iliev
2016-11-16
Support Surface and Layer Readback in the SkiaPipelines.
Derek Sollenberger
2016-10-26
Add target to texture
sergeyv
2016-10-11
Linear blending, step 1
Romain Guy
2016-09-07
Add API to copy a window
John Reck
2016-09-01
Fix EGLImage memory leak
John Reck
2016-07-07
Unify readback Surface/TextureView copy mechanism
Chris Craik
2016-04-28
Support transform'd GraphicBuffers
John Reck
2016-04-26
API tweaks to PixelCopy and make it public
John Reck
2016-04-22
PixelCopy fixes
John Reck
2016-04-11
Framework-side of SurfaceView#getBitmap
John Reck