summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/RenderNodeDrawable.cpp
AgeCommit message (Expand)Author
2023-11-21Add isRenderable early-skip John Reck
2023-09-06Remove usage of deprecated SkImage::makeWithFilter API call Robert Phillips
2023-05-26Add setBackdropRenderEffect for View and RenderNode. Dongya Jiang
2023-04-13Fixed issue where canvas transforms were applied multiple times Nader Jawad
2022-11-02Merge "Only create clip bound object when RenderNode is not quick rejected" a... Treehugger Robot
2022-10-14Only create clip bound object when RenderNode is not quick rejected Zhao Qin
2022-09-12Revert^2 "Support alpha for SurfaceView" Alec Mouri
2022-09-08Revert "Support alpha for SurfaceView" Samiul Islam
2022-09-07Support alpha for SurfaceView Alec Mouri
2022-02-24Fix includes of SkRRect and other Skia headers Kevin Lubick
2021-12-14Enable path clipping for View outlines Chet Haase
2021-09-28Fix initialization of snapshot SkImage instance Nader Jawad
2021-09-22Conditionally cache RenderEffect results Nader Jawad
2021-06-10Refactor SkImageFilter usage to cache results. Nader Jawad
2021-05-22Use TraceUtils.h from gui shared library. rnlee
2021-05-17Add support to toggle different shader Nader Jawad
2021-05-11Add some more scenes, replace linear with uniform John Reck
2021-05-11Avoid creating a layer for linear stretch John Reck
2021-05-10Updated StretchEffect types Nader Jawad
2021-05-10Add a linear variant of the stretch effect John Reck
2021-05-03Update hole punch logic in HWUI Nader Jawad
2021-04-07Do not use SkImageFilter for Stretch Nader Jawad
2021-04-06Holepunch layers for SurfaceView Nader Jawad
2021-03-03Wire SKSL based stretch shader to HWUI Nader Jawad
2021-02-02Merge "Add stretch plumbing" into sc-dev John Reck
2021-02-01Add stretch plumbing John Reck
2021-01-29Modernize calls to drawImage Mike Reed
2021-01-14Convert DisplayList to a value-type wrapper John Reck
2020-09-29Added RenderEffect property on RenderNode Nader Jawad
2019-12-11When saving MSKP files, record layers as SkPictures with annotations. Nathaniel Nifong
2019-06-21Remove redundant include from RenderNodeDrawable Fedor Kudasov
2019-04-15Move AlphaFilterCanvas to new API. Ben Wagner
2019-02-22Allow outline for projected backward nodes to be a path Stan Iliev
2018-12-14New WebViewFunctor API John Reck
2018-12-03Remove ; from closing namespaces in libs/hwui Chris Blume
2018-11-29Add a unique ID to rendernode John Reck
2018-08-21Remove use of SkTLazy. Ben Wagner
2018-07-12Remove use of SkRefCnt_SafeAssign. Ben Wagner
2018-06-19Restore matrix transform for out-of-order render nodes Stan Iliev
2018-05-03Delete a bunch of code John Reck
2018-02-20Remove Skia RenderPipeline saveLayer logic for software layers. Derek Sollenberger
2018-01-22Improve layer rendering quality Stan Iliev
2017-12-05Allocate textures in multiples of LAYER_SIZE. Derek Sollenberger
2017-11-29Always draw render node with a non-empty projected display list Yuqian Li
2017-11-03Format the world (or just HWUI) John Reck
2017-10-20Convert skpCaptureEnabled compile time flag into a property Stan Iliev
2017-09-21Fix alpha fading in System UI Stan Iliev
2017-05-26Don't crash when presented with non-roundRect clipping outline. Derek Sollenberger
2017-03-02Update SkiaDisplayList to use the modified SkLiteDL Derek Sollenberger
2016-12-14SkClipOp is now an enum class Mike Reed