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
/
SkiaPipeline.cpp
Age
Commit message (
Expand
)
Author
2021-07-14
Always submit after texture uploads
John Reck
2021-06-30
Make sure we check for valid GrContext when pinning images.
Greg Daniel
2021-06-11
Improve picture capture debug path
John Reck
2021-05-22
Use TraceUtils.h from gui shared library.
rnlee
2021-03-01
Remove flushAndSubit from SkiaPipeline renderFrame.
Greg Daniel
2021-01-29
Modernize calls to drawImage
Mike Reed
2021-01-25
Use onEndPage callback in hwui skp recording
Nathaniel Nifong
2021-01-14
Convert DisplayList to a value-type wrapper
John Reck
2020-09-18
Migrate from SkCanvas::getGrContext to SkCanvas::recordingContext
Adlai Holler
2020-07-30
Wire-up colorMode="hdr"
John Reck
2020-05-14
Update skia flush call APIs.
Greg Daniel
2020-04-07
Don't reset the capture mode after each frame when using the CallbackAPI
Derek Sollenberger
2020-02-15
Merge "[HWUI] Remove references to gui/Surface."
TreeHugger Robot
2020-02-14
[HWUI] Remove references to gui/Surface.
Alec Mouri
2020-02-14
Use updated factory for SkOverdrawColorFilter
Mike Reed
2020-02-06
Ensure SkiaPipeline always has a valid colorspace.
Derek Sollenberger
2020-02-04
Merge "Provide a typeface proc during SKP serialization that forces typefaces...
Nathaniel Nifong
2020-01-30
Provide a typeface proc during SKP serialization that forces typefaces to be ...
Nathaniel Nifong
2020-01-17
Do not clip draw commands during recording of SKP files
Nathaniel Nifong
2020-01-09
[MSKP] Record android device clip restriction (dirty region) with each frame.
Nathaniel Nifong
2019-12-11
When saving MSKP files, record layers as SkPictures with annotations.
Nathaniel Nifong
2019-11-11
Remove unused argument 'layers' from renderFrameImpl and renderOverdraw
Nathaniel Nifong
2019-10-04
Delete VectorDrawableAtlas
John Reck
2019-09-19
Check for null surface pointer in renderOverdraw
Nathaniel Nifong
2019-09-06
Switch to using GrContext::setResourceCacheLimit and getResourceCacheLimit
Robert Phillips
2019-07-12
Resolve drawable when playing back DisplayListData in the RenderThread.
Nathaniel Nifong
2019-07-03
Introduce multi-frame SKP capturing in SkiaPipeline
Nathaniel Nifong
2019-06-19
Split lighting out of SkiaPipeline
Fedor Kudasov
2019-05-28
Use libbase API to access system properties in libhwui
Jerome Gaillard
2019-05-23
Fix light center position for layers
Stan Iliev
2019-04-12
Support render-ahead in vulkan
John Reck
2019-03-18
Remove old TaskManager system
John Reck
2019-01-24
Remove use of SkColorSpace::Gamut enum
Brian Osman
2019-01-22
Add continuous SKP capture test api
John Reck
2019-01-18
Add support for preTransform in Vulkan swapchain.
Greg Daniel
2019-01-14
Standardize the surface origin for each HWUI pipeline.
Derek Sollenberger
2018-12-18
Merge "New WebViewFunctor API"
John Reck
2018-12-15
[HWUI] Remove hardcoding around wide color gamut.
Peiyong Lin
2018-12-14
New WebViewFunctor API
John Reck
2018-11-07
Set the color space to sRGB on the Surface and remove colorFilter.
Derek Sollenberger
2018-09-20
Refactor RenderState and remove unused functionality.
Derek Sollenberger
2018-09-13
[HWUI] Implement legacy color mode.
Peiyong Lin
2018-05-03
Delete a bunch of code
John Reck
2018-04-30
Respect a Layer's (e.g. SurfaceTexture) colorSpace when compositing
Derek Sollenberger
2018-04-12
Unpin bitmaps but don't purge all scratch resources.
Derek Sollenberger
2018-03-28
Better error reporting for createOrUpdateLayer
Stan Iliev
2018-03-23
Clear the frame buffer for F16 pixel format
Stan Iliev
2018-01-29
Use a separate thread to decode AnimatedImageDrawable
Leon Scroggins III
2018-01-24
Initial implmentation of AnimatedImageDrawables on the RenderThread.
Derek Sollenberger
2017-12-13
SkPixelSerialize is deprecated (and unneeded in this case)
Mike Reed
[next]