summaryrefslogtreecommitdiff
path: root/libs/hwui/SkiaCanvas.cpp
AgeCommit message (Expand)Author
2024-11-09Correctly render ISO gainmapped images Alec Mouri
2024-09-30Add null colorspace protection John Reck
2024-09-05Remove fix_double_underline flag Seigo Nonaka
2024-03-10Fix Mesh UAF, uniform handling, and performance bug. Alex Strelnikov
2024-02-14add clipShader API to android.graphics.Canvas Jorge Betancourt
2024-01-30add API for 4x4 Matrix to platform graphics Jorge Betancourt
2023-11-15Only use the gainmap shader if we might need it John Reck
2023-09-27Draw a single underline if multiple fonts are used in a single line. Seigo Nonaka
2023-03-31Support rendering gainmaps to PQ & HLG John Reck
2023-02-25Defer Meshed creation Nader Jawad
2023-01-20Merge "Revert "add support for rendering lottie animations through a LottieDr... Leon Scroggins
2023-01-19Revert "add support for rendering lottie animations through a LottieDrawable" Jorge Betancourt
2023-01-18Remove SkAutoSTMalloc and other private Skia functions Kevin Lubick
2023-01-11Merge "Replace SkDeque with std::deque in SkiaCanvas" TreeHugger Robot
2023-01-11Replace SkDeque with std::deque in SkiaCanvas Kevin Lubick
2023-01-06add support for rendering lottie animations through a LottieDrawable Jorge Betancourt
2022-12-03Exposed SkCanvas::drawMesh Angel Aguayo
2022-09-16Merge "Revert^2 "Support alpha for SurfaceView"" Alec Mouri
2022-09-12Revert^2 "Support alpha for SurfaceView" Alec Mouri
2022-09-09Merge "Revert "Support alpha for SurfaceView"" Alec Mouri
2022-09-08Revert "Support alpha for SurfaceView" Samiul Islam
2022-09-08Merge "Support alpha for SurfaceView" Alec Mouri
2022-09-07Support alpha for SurfaceView Alec Mouri
2022-09-01Merge "Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas" am: 770e68977b am:... Ryan Prichard
2022-08-26Move SkiaCanvas::Clip above SkiaCanvas::SkiaCanvas Ryan Prichard
2022-02-24Fix includes of SkRRect and other Skia headers Kevin Lubick
2021-08-03Emulate replace clip ops using SkAndroidFrameworkUtils::ResetClip Michael Ludwig
2021-07-12Store filterbitmap on Paint Mike Reed
2021-05-06Adding force-dark support to RippleDrawable Lucas Dupin
2021-04-15Move sparkle animation to RenderThread Lucas Dupin
2021-04-06Holepunch layers for SurfaceView Nader Jawad
2021-02-23Simplify paint filtering Mike Reed
2021-02-17Custom looper code for Android Mike Reed
2021-01-29Modernize calls to drawImage Mike Reed
2021-01-28Pass filtering to drawLattice Mike Reed
2021-01-15Refactor RuntimeShader to support easier assignment of uniforms. Derek Sollenberger
2021-01-08Initial framework needed to draw circle with RuntimeShader. Derek Sollenberger
2020-12-14Use SkSamplingOptions when creating image-shader Mike Reed
2020-11-16Remove SaveFlags from saveLayer(Alpha) John Reck
2020-09-30Revert "Create wrapper around Shader native implementation" Nader Jawad
2020-09-22Remove bounding box retrieval from Canvas which is not used. Seigo Nonaka
2020-08-14Create wrapper around Shader native implementation Nader Jawad
2020-06-26Remove legacy callDrawGlFunction2 from HWUI John Reck
2020-05-01Merge "Fix setShadowLayer + drawTextOnPath" into rvc-dev am: 7e17bc6496 am: e... Leon Scroggins
2020-05-01Fix setShadowLayer + drawTextOnPath Leon Scroggins III
2020-04-01Include SkVertices.h in SkiaCanvas.h Brian Osman
2020-01-15Merge "Added support for antialiased canvas clipping" Nader Jawad
2020-01-10Added support for antialiased canvas clipping Nader Jawad
2020-01-10Include text draws in looper refactor Nathaniel Nifong
2019-09-03use canvaspriv for legacy flag. Mike Reed