Plumb dst color space in many places, rather than "mode"
[platform/upstream/libSkiaSharp.git] / gm / texturedomaineffect.cpp
2016-12-09 Brian OsmanPlumb dst color space in many places, rather than ...
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-17 Brian SalomonRename GrTextureParams to GrSamplerParams
2016-11-09 Brian OsmanRename SkSourceGammaTreatment to SkDestinationSurfaceCo...
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-10-06 reedRevert[8] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[7] "replace SkXfermode obj with SkBlendMode...
2016-10-05 Mike ReedRevert[6] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[5] "replace SkXfermode obj with SkBlendMode...
2016-10-04 Mike ReedRevert[4] "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "Revert "Revert "replace SkXfermode obj with...
2016-10-03 Mike ReedRevert "Revert "replace SkXfermode obj with SkBlendMode...
2016-10-03 Mike ReedRevert "replace SkXfermode obj with SkBlendMode enum...
2016-10-03 Mike Reedreplace SkXfermode obj with SkBlendMode enum in paints
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-06 brianosmanAdd new SkSourceGammaTreatment enum, used in situations...
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-13 reedReland of "more shader-->sp conversions (patchset ...
2016-03-13 reedRevert of more shader-->sp conversions (patchset #5...
2016-03-13 reedmore shader-->sp conversions
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-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-07 bsalomonInsert clip fragment processor outside GrCMM
2015-10-06 bsalomonBye bye processor data manager.
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 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
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-07-09 joshualittMore threading of GrProcessorDataManager
2015-03-27 robertphillipsAdd matrix constructing helpers to SkMatrix
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-09 joshualittThis cl moves color and coverage off of drawstate....
2014-11-17 joshualittDrawstate on stack
2014-10-24 halcanaryAdd `SkIRect bounds()` convenience method to SkImageInf...
2014-10-08 bsalomonGrResourceCache2 manages scratch texture.
2014-10-07 Brian SalomonRevert "GrResourceCache2 manages scratch texture."
2014-10-07 bsalomonGrResourceCache2 manages scratch texture.
2014-09-30 robertphillipsRevert of GrResourceCache2 manages scratch texture...
2014-09-30 bsalomonGrResourceCache2 manages scratch texture.
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-15 joshualittBUG=skia:
2014-07-29 joshualittAdding repeat mode to texture domain
2014-07-08 bsalomonGoodbye GrEffectRef.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-04-07 commit-bot@chromiu... clear bitmap in texture domain gm
2014-03-25 commit-bot@chromiu... Add GM that tests GrTextureDomain and fix bug where...