index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
pipeline
/
skia
/
ReorderBarrierDrawables.cpp
Age
Commit message (
Expand
)
Author
2021-02-08
Remove two macros
John Reck
2019-06-24
Fix potential off-by-one
Fedor Kudasov
2019-06-19
Split lighting out of SkiaPipeline
Fedor Kudasov
2018-12-03
Remove ; from closing namespaces in libs/hwui
Chris Blume
2018-06-19
Restore matrix transform for out-of-order render nodes
Stan Iliev
2018-04-19
Remove unused SkRRectsGaussianEdgeMaskFilter #include
Robert Phillips
2018-03-13
update call-sites to use SkMaskFilter::MakeBlur
Mike Reed
2018-01-31
Add API to set tonal shadow color
John Reck
2017-11-13
Create colored shadows demo
John Reck
2017-11-03
Format the world (or just HWUI)
John Reck
2017-08-30
Avoid performing the pathOp for clipped shadows if possible.
Derek Sollenberger
2017-07-18
Fix incorrect asserts
Stan Iliev
2017-05-31
Remove unneeded Skia include in ReorderBarrierDrawables.cpp
Florin Malita
2017-05-15
Update to new SkShadowUtils interface
Jim Van Verth
2017-04-13
Add uncached and perspective shadows to Skia renderer
Jim Van Verth
2017-04-04
Fix pop-up shadow drawn in the wrong place with Skia pipeline
Stan Iliev
2017-02-06
Use new Skia DrawShadow API
Stan Iliev
2016-12-01
Fix a crash in skia pipeline, when empty reorder block is first
Stan Iliev
2016-11-09
Cleanup asserts and remove usage of deprecated data structure.
Derek Sollenberger
2016-11-03
Merge "Implement Skia pipelines for OpenGL and Vulkan."
TreeHugger Robot
2016-11-03
Implement Skia pipelines for OpenGL and Vulkan.
Stan Iliev
2016-11-02
Adding changes required by the master-skia merge.
Derek Sollenberger
2016-10-31
Implement SkiaRecordingCanvas, RenderNodeDrawable and other drawables.
Stan Iliev