Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / rrects.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-21 reedallow clip calls w/o op param, remove unnecessary kRepl...
2016-09-20 reedabstract name of clipping ops, to transtion to a more...
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-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 joshualittmicro fix for rrects bug using GrDrawContext
2016-01-13 joshualittRemove two varieties of drawNonAARect from GrDrawTarget
2016-01-08 herbRemove work from constructors to facilitate debugging.
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-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
2015-06-15 caryclarkRevert of Revert of make gm background colors 565 compa...
2015-06-15 caryclarkRevert of make gm background colors 565 compatible...
2015-06-15 caryclarkmake gm background colors 565 compatible
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-23 joshualittMove clip off of draw target
2015-01-31 bsalomonAdd standard way to indicate GM is GPU-only.
2015-01-23 mtkleinremove unused GM flags
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-29 joshualittMove ViewMatrix off of drawstate
2014-12-22 joshualittThis CL cleans up the last remaining users of localCoor...
2014-12-09 joshualittThis cl moves color and coverage off of drawstate....
2014-11-17 joshualittDrawstate on stack
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-03-24 commit-bot@chromiu... Add test cases for small radii to rrect GMs.
2014-03-13 commit-bot@chromiu... Add effect-based clip for nine-patch SkRRects.
2014-03-12 reed@google.comsupport direct writing to top layer, and hide getTopLayer()
2014-03-11 commit-bot@chromiu... Handle rrects with one circular corner and three square...
2014-03-10 bsalomon@google.comFix no GPU build after r13728
2014-03-10 commit-bot@chromiu... reorg iteration code in rrects GM, tightly pack rrects...
2014-03-05 commit-bot@chromiu... Unify edge type enums across GrEffect subclasses that...
2014-03-05 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-04 bsalomon@google.comMake rrects.cpp compile in no-gpu mode
2014-03-04 commit-bot@chromiu... Add GM that directly tests GrRRectEffect and add invers...
2014-02-21 commit-bot@chromiu... Add effect-based clipping for circular "tab" style...
2014-02-19 commit-bot@chromiu... Analytic rrect clip for cicular corners, radius >= 0.5
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-24 mike@reedtribe.orgfix compiler warnings:
2012-12-18 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-17 robertphillips@goo... Fix compiler warning-as-error issue
2012-12-17 robertphillips@goo... Add RRect GM