Added missing semicolon
[platform/upstream/libSkiaSharp.git] / gm / constcolorprocessor.cpp
2017-03-20 Matthew LeibowitzMerge pull request #52 from mono/update-m57
2017-03-12 Matthew LeibowitzMerge branch 'chrome/m57' into update-m57
2017-01-16 Matthew LeibowitzMerge branch 'xamarin-svg-canvas' into xamarin-mobile...
2017-01-11 Brian SalomonMake GrPaints move their GrProcessor ownership into...
2017-01-06 Matthew LeibowitzMerge pull request #42 from mono/develop-next
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-18 Matthew LeibowitzMerge branch 'chrome/m56' into update-m56
2016-11-07 Hal Canarygm: s/SkAutoTUnref/sk_sp/
2016-11-04 Tyler HoeflickerMerge remote-tracking branch 'upstream/xamarin-mobile...
2016-10-29 Matthew LeibowitzMerge pull request #32 from mono/update-m55
2016-10-27 Brian OsmanRename renderTargetContextPriv to priv, and some more...
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-26 Brian OsmanGrConstColorProcessor uses 4f colors in the destination...
2016-10-25 Matthew LeibowitzMerge pull request #30 from mono/xamarin-mobile-bindings
2016-10-11 Matthew LeibowitzMerge from google/chrome/m55
2016-09-20 brianosmanCleanup some sRGB TODOs, mostly around setting GrPaint...
2016-09-02 Matthew LeibowitzMerge pull request #21 from mono/merge-m54
2016-09-02 Matthew LeibowitzMerge pull request #20 from mono/gpu-support
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-08-30 Matthew LeibowitzMerge branch 'chrome/m54' into merge-m54
2016-07-25 brianosmanJust pass the draw context to paint conversion
2016-07-25 brianosmanAdd destination color space to AsFPArgs. Eliminates...
2016-07-23 Matthew LeibowitzMerge pull request #15 from mono/update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'chrome/m53' into update-skia-m52
2016-07-18 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-07-13 Matthew LeibowitzMerge branch 'feature-patheffect' into update-skia-m52
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-17 Matthew LeibowitzMerge branch 'chrome/m52' into update-skia-m52
2016-06-09 bungemansk_sp for Ganesh.
2016-06-08 csmartdaltonReplace targetHasUnifiedMultisampling in GrPB constructor
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-05-28 robertphillipsChange parameters to GrPipelineBuilder's ctor
2016-05-12 cdaltonRemove clip from GrPipelineBuilder
2016-04-28 robertphillipsClean up test drawContext usage
2016-04-27 robertphillipsBring sk_sp to GrDrawContext
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-09 reedpartial switch over to sp usage of shaders
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-02-03 Matthew LeibowitzMerge branch 'chrome/m49' into xamarin-mobile-bindings
2016-01-13 joshualittRemove two varieties of drawNonAARect from GrDrawTarget
2015-11-16 robertphillipsOptionally pass rendertarget to getTestTarget
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-22 bsalomonStop supporting HW dither
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-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-13 joshualittStart to propagate constness of GrPipelineBuilder up...
2015-07-09 joshualittRemove setFromPaint from GrPipelineBuilder
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-04-15 bsalomonDon't draw if SkShader::asNewFragmentProcessor fails.
2015-04-02 bsalomonAdd constant color GrFP.
2015-04-02 bsalomonRevert of Add constant color GrFP. (patchset #10 id...
2015-04-01 bsalomonAdd constant color GrFP.