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