skia2/samplecode
Chris Dalton b8fff0dfce Make mixed samples detection automatic
Previously, we relied on ops to deduce whether a draw would have
hardware coverage modulation as a result mixed samples. This is
problematic because *any* draw can have mixed samples coverage if
there is a multisampled stencil clip. No ops were checking for stencil
clip, and most just said they never used mixed samples.

Now that the only usecase for mixed samples is the stencil buffer,
this CL makes the processorSet automatically deduce mixed samples
coverage from the stencil settings and fsaaType.

Bug: skia:
Change-Id: Ib69b84bc03b12f6efb8e7d6ed721ae1612785315
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197281
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-03-05 21:27:15 +00:00
..
DecodeFile.h use unique_ptr for codec factories 2017-07-25 15:35:23 +00:00
PerlinPatch.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample2PtRadial.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
Sample.h Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAAClip.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAAGeometry.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleAARectModes.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAARects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleAndroidShadows.cpp Simplify perspective shadows to match future MD specs. 2018-08-31 18:15:19 +00:00
SampleAnimatedImage.cpp use font instead of paint for text 2019-01-02 17:45:30 +00:00
SampleAnimatedText.cpp Move GrContextPriv methods to their own .cpp file 2019-02-06 21:15:58 +00:00
SampleAnimBlur.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleArc.cpp change textutils to require font param 2019-01-03 21:11:52 +00:00
SampleAtlas.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleBigBlur.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleBigGradient.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleBitmapRect.cpp use font instead of paint for text 2019-01-02 17:45:30 +00:00
SampleCamera.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleCCPRGeometry.cpp Make mixed samples detection automatic 2019-03-05 21:27:15 +00:00
SampleChart.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleChineseFling.cpp Move GrContextPriv methods to their own .cpp file 2019-02-06 21:15:58 +00:00
SampleCircle.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClamp.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClip.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleClipDrawMatch.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleClock.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleColorFilter.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleComplexClip.cpp use drawSimpleText 2019-01-03 18:27:23 +00:00
SampleConcavePaths.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleCowboy.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleCusp.cpp use drawSimpleText 2019-01-03 18:27:23 +00:00
SampleDegenerateTwoPtRadials.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
SampleEffects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleEmboss.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFatBits.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleFillType.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleFilter2.cpp change textutils to require font param 2019-01-03 21:11:52 +00:00
SampleFilterQuality.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleFlutterAnimate.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleFontCache.cpp flag to convert to SkTextEncoding 2018-12-03 15:20:36 +00:00
SampleGlyphTransform.cpp use font instead of paint for text 2019-01-02 17:45:30 +00:00
SampleGradients.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHairCurves.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHairline.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleHairModes.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleHT.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleIdentityScale.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleLayerMask.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLayers.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleLCD.cpp use font instead of paint for text 2019-01-02 17:45:30 +00:00
SampleLighting.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLines.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleLitAtlas.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleLua.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleManyRects.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleMegaStroke.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleMixer.cpp add mixer colorfilter 2019-02-15 19:22:33 +00:00
SampleNima.cpp Refactor Nima code 2018-10-30 19:32:52 +00:00
SamplePatch.cpp array of unique verts 2019-03-05 20:17:25 +00:00
SamplePath.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SamplePathClip.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePathEffects.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePathFill.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SamplePathOverstroke.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SamplePathText.cpp remove breakText, and all utf cache accessors 2019-02-01 15:20:23 +00:00
SamplePdfFileViewer.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePoints.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SamplePolyToPoly.cpp IWYU 2019-01-22 20:48:15 +00:00
SampleQuadStroker.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleRectanizer.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
SampleRegion.cpp IWYU 2019-01-22 20:48:15 +00:00
SampleRepeatTile.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleSG.cpp update sample-sg with hittesting 2019-02-12 20:50:52 +00:00
SampleShaders.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleShadowColor.cpp drawText Cleanup, part 5 2019-01-09 16:10:30 +00:00
SampleShadowReference.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleShadowUtils.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleShip.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
SampleSlides.cpp delete textonpath code -- not used anywhere 2018-10-01 16:52:32 +00:00
SampleStringArt.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleStrokePath.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleStrokeRect.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleSubpixelTranslate.cpp drawText Cleanup, part 4 2019-01-09 16:06:13 +00:00
SampleSVGFile.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleTextBox.cpp Make SkShaper an interface. 2019-02-19 22:06:47 +00:00
SampleTextEffects.cpp sed s/drawSimpleText/drawString/ 2019-01-08 19:50:09 +00:00
SampleTextureDomain.cpp Move Views into Sample and Viewer. 2018-08-09 15:25:32 +00:00
SampleThinAA.cpp Add new thin anti-aliasing demo 2019-01-31 14:55:52 +00:00
SampleTiling.cpp Revert "Hide setDrawLooper -- deprecate loopers" 2019-02-07 19:00:36 +00:00
SampleUnpremul.cpp Revert "Hide setDrawLooper -- deprecate loopers" 2019-02-07 19:00:36 +00:00
SampleVertices.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleWritePixels.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
SampleXfer.cpp change textutils to require font param 2019-01-03 21:11:52 +00:00
SampleXfermodesBlur.cpp change textutils to require font param 2019-01-03 21:11:52 +00:00
vertexdump.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00