Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / bigrrectaaeffect.cpp
2017-05-10 Brian SalomonMove all non-AA fill rect ops off of GrLegacyMeshDrawOp.
2017-04-03 Brian SalomonMove pipeline handling out of GrMeshDrawOp.
2017-03-22 Mike KleinGM: some header cleanup
2017-03-09 Brian SalomonAdd a separate draw function to GrRenderTargetContext...
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2017-01-09 Brian SalomonRevert "Revert "Removing ref counting from GrXPFactory.""
2017-01-09 Brian SalomonRevert "Removing ref counting from GrXPFactory."
2017-01-09 Brian SalomonRemoving ref counting from GrXPFactory.
2017-01-03 Brian SalomonRemove ref counting from GrOp.
2016-12-16 Brian Salomonmove src/gpu/batches -> src/gpu/ops
2016-12-14 Brian SalomonUpdate rect ops to use "op" in their name and return...
2016-12-09 Brian SalomonRename testingOnly_drawBatch to testingOnly_addDrawOp...
2016-12-09 Brian SalomonRelandx2 "Remove antialiasing control from GrPaint."
2016-12-09 Brian SalomonRevert "Reland "Remove antialiasing control from GrPaint.""
2016-12-09 Brian SalomonReland "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRevert "Remove antialiasing control from GrPaint."
2016-12-08 Brian SalomonRemove antialiasing control from GrPaint.
2016-12-01 Brian SalomonRename GrDrawBatch->GrDrawOp
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-10-28 Mike Reedremove xfermode from public api
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-20 robertphillipsRein in the use of SkDevice.h
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-03-02 robertphillipsRevert of Begin weaning GrClipMaskManager off of GrDraw...
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-01-13 joshualittRemove two varieties of drawNonAARect from GrDrawTarget
2015-12-09 bsalomonSplit big rrect aa effect up into separate images
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-09-09 halcanaryGM: replace boilerplate with macros
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-21 joshualittStandardize BW to NonAA
2015-08-21 joshualittCreate separate entry points for the various flavors...
2015-08-03 bsalomonFix elliptical rrect clip shaders for large radii on...