aboutsummaryrefslogtreecommitdiff
path: root/gm/rrects.cpp
AgeCommit message (Expand)Author
2023-08-16//gm/gm.h: Fold GM::onISize() into GM::getISize().Leandro Lovisolo
2023-08-15//gm/gm.h: Fold GM::onShortName() into GM::getName() and make it const.Leandro Lovisolo
2023-06-09Remove Ganesh code from SkCanvasPrivKevin Lubick
2023-03-21Rename skgpu::v1 namespace to skgpu::ganeshKevin Lubick
2023-02-10Add complex self-intersecting stroke rrect testsMichael Ludwig
2022-11-29Add GM to test a range of stroked rects+rrects and stylesMichael Ludwig
2022-08-10Move the contents of src/gpu/ganesh/v1 up a levelRobert Phillips
2022-06-21Replace SK_ARRAY_COUNT with std::size() for skia/gmHerb Derby
2022-04-12Move Ganesh specific headers into include/private/gpu/ganeshRobert Phillips
2022-04-07Move all Ganesh source files into ganesh subdirectory.Greg Daniel
2022-03-18Fix recently updated rrect_* GMsMichael Ludwig
2022-03-18Fix EllipticalRRectEffect precision for large corner radiiMichael Ludwig
2021-10-11Make class members that are static constexpr also be inline.Brian Salomon
2021-09-02Move more Ops to skgpu::v1 namespaceRobert Phillips
2021-07-28Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContextRobert Phillips
2021-07-21Revise GM infrastructure to not rely on GrSurfaceDrawContextRobert Phillips
2021-07-09Add a gradient to the rrect_clip testsChris Dalton
2021-07-09Remove GrSharedEnums.hBrian Osman
2020-12-23Remove public getter for GrSurfaceDrawContext on SkSCanvas.Brian Salomon
2020-12-11whole-word replace renderTargetContext with surfaceDrawContextBrian Salomon
2020-12-10GrRenderTargetContext->GrSurfaceDrawContextBrian Salomon
2020-11-30Remove GrRenderTargetContextPriv and GrSurfaceContextPrivBrian Salomon
2020-09-03Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'.John Stiles
2020-08-06Enable ClangTidy check llvm-namespace-comment.John Stiles
2020-07-21Remove support for multiple coverage processors from GrPaint API.John Stiles
2020-06-30Downgrade GpuGMs to only receiving a GrRecordingContextRobert Phillips
2020-06-17Update GrRRectEffect to take an input FP and return a MakeResult.John Stiles
2019-05-29Make stencilRect() in GrRTCPriv more flexible.Michael Ludwig
2019-05-02IWYU for gms.Ben Wagner
2019-04-24rewrite includes to not need so much -IfooMike Klein
2019-02-08Add a mechanism for GMs to silently exclude themselves from GoldChris Dalton
2018-12-11Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOpMichael Ludwig
2018-10-16Remove all remaining GrColor4f (other than gradients)Brian Osman
2018-10-15Revert "converted AARectEffect to new FP system"Ethan Nicholas
2018-10-12converted AARectEffect to new FP systemEthan Nicholas
2018-08-16don't adapt any gray colors to 565Mike Klein
2018-06-12Plumb GrContext everywhereRobert Phillips
2018-05-31Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman
2018-05-11Make GrCaps and GrShaderCaps private.Brian Salomon
2017-12-05Avoid GrEllipseEffect for small radii on devices without 32 bit float.Brian Salomon
2017-11-10switched GrClipEdge to an enum classEthan Nicholas
2017-11-09renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeEthan Nicholas
2017-08-11Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon
2017-06-15Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...Brian Salomon
2017-06-14Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...Brian Salomon
2017-06-14Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.Brian Salomon
2017-05-10Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.Brian Salomon
2017-04-03Move pipeline handling out of GrMeshDrawOp.Brian Salomon
2017-03-22GM: some header cleanupMike Klein
2017-03-09Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Brian Salomon