summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/LayerDrawable.cpp
AgeCommit message (Expand)Author
2021-02-08Remove two macrosJohn Reck
2021-01-29Modernize calls to drawImageMike Reed
2020-07-28Migrate from GrContext to GrDirectContextAdlai Holler
2019-09-27Improve comparison of fractionsStan Iliev
2019-07-29Improve integer aligned coordinate detectionStan Iliev
2019-07-11Improve logic when to use filtering in readback and TextureViewStan Iliev
2018-12-14New WebViewFunctor APIJohn Reck
2018-12-03Remove ; from closing namespaces in libs/hwuiChris Blume
2018-11-28Merge "Set the color space to sRGB on the Surface and remove colorFilter."Derek Sollenberger
2018-11-26Fix failing TextureViewTestJohn 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 matrixStan Iliev
2018-09-10Refactor HWUI readback code to be backend independentStan 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 drawStan Iliev
2018-07-17Fix TextureView.getBitmap with scale layer transformStan Iliev
2018-05-29Update sk_sp use for explicit.Ben Wagner
2018-04-30Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositingDerek Sollenberger
2018-03-30Merge "Fix Skia's impl for TextureView.getBitmap" into pi-dev am: 5d27097739Leon Scroggins III
2018-03-29Fix Skia's impl for TextureView.getBitmapLeon Scroggins III
2018-03-20Update skia framework to use new MakeFromTexture callsGreg Daniel
2017-11-03Format the world (or just HWUI)John Reck
2017-10-20Convert skpCaptureEnabled compile time flag into a propertyStan Iliev
2017-10-06Fix layer transform matrix for TextureViewStan Iliev
2017-09-27Apply texture matrix to the layer canvasStan 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 DescriptorsGreg 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 subclassesGreg 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