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
/
pipeline
/
skia
/
LayerDrawable.cpp
Age
Commit message (
Expand
)
Author
2024-08-30
[HWUI] Update Ganesh includes to specify new location
Nolan Scobie
2022-12-01
Tonemap everywhere in PixelCopy
Alec Mouri
2022-10-07
Shrink by 0.5 for YUV TextViews
John Reck
2022-02-08
Remove the (deprecated) isOpaque parameter when making SkSL shaders
Brian Osman
2022-01-24
Pass current brightness parameter to libtonemap
Alec Mouri
2021-11-24
Support HDR tonemapping in TextureView
Alec Mouri
2021-08-26
Use the height as width when there is a rotation needs to be applied for
ramindani
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-16
Migrate HWUI logs from SkDebugf to ALOGD
Sally Qi
2021-02-08
Remove two macros
John Reck
2021-01-29
Modernize calls to drawImage
Mike Reed
2020-07-28
Migrate from GrContext to GrDirectContext
Adlai Holler
2019-09-27
Improve comparison of fractions
Stan Iliev
2019-07-29
Improve integer aligned coordinate detection
Stan Iliev
2019-07-11
Improve logic when to use filtering in readback and TextureView
Stan Iliev
2018-12-14
New WebViewFunctor API
John Reck
2018-12-03
Remove ; from closing namespaces in libs/hwui
Chris Blume
2018-11-28
Merge "Set the color space to sRGB on the Surface and remove colorFilter."
Derek Sollenberger
2018-11-26
Fix failing TextureViewTest
John Reck
2018-11-07
Set the color space to sRGB on the Surface and remove colorFilter.
Derek Sollenberger
2018-10-23
Use bilerp sampling when drawing TextureView with non-translate matrix
Stan Iliev
2018-09-10
Refactor HWUI readback code to be backend independent
Stan Iliev
2018-09-05
Reland "TextureView Vulkan support and optimized OpenGL draw"
Stan Iliev
2018-09-04
Revert "Revert "Revert "TextureView Vulkan support and optimized OpenGL draw"""
Stan Iliev
2018-08-31
Revert "Revert "TextureView Vulkan support and optimized OpenGL draw""
Stan Iliev
2018-08-30
Revert "TextureView Vulkan support and optimized OpenGL draw"
John Reck
2018-08-29
TextureView Vulkan support and optimized OpenGL draw
Stan Iliev
2018-07-17
Fix TextureView.getBitmap with scale layer transform
Stan Iliev
2018-05-29
Update sk_sp use for explicit.
Ben Wagner
2018-04-30
Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing
Derek Sollenberger
2018-03-30
Merge "Fix Skia's impl for TextureView.getBitmap" into pi-dev am: 5d27097739
Leon Scroggins III
2018-03-29
Fix Skia's impl for TextureView.getBitmap
Leon Scroggins III
2018-03-20
Update skia framework to use new MakeFromTexture calls
Greg Daniel
2017-11-03
Format the world (or just HWUI)
John Reck
2017-10-20
Convert skpCaptureEnabled compile time flag into a property
Stan Iliev
2017-10-06
Fix layer transform matrix for TextureView
Stan Iliev
2017-09-27
Apply texture matrix to the layer canvas
Stan Iliev
2017-07-28
Merge "Fix SurfaceTexture CTS test case when using the Skia pipeline."
TreeHugger Robot
2017-07-12
Update to use GrBackendTexture/RT instead of Descriptors
Greg Daniel
2017-06-15
Fix SurfaceTexture CTS test case when using the Skia pipeline.
Derek Sollenberger
2017-01-10
Add support for dummy draws for Vulkan webview and texture views.
Greg Daniel
2017-01-10
Break Layer class into Gl and Vulkan subclasses
Greg Daniel
2016-11-16
Support Surface and Layer Readback in the SkiaPipelines.
Derek Sollenberger
2016-11-02
Adding changes required by the master-skia merge.
Derek Sollenberger
2016-10-31
Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.
Stan Iliev