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