skia2/tests
Chris Dalton 09a7bb2221 Reland "ccpr: Implement stroking with fine triangle strips"
This is a reland of 2f2757fa6b

Original change's description:
> ccpr: Implement stroking with fine triangle strips
>
> Implements strokes by linearizing the curve into fine triangle strips
> and interpolating a coverage ramp for edge AA. Each triangle in the
> strip emits either positive or negative coverage, depending on its
> winding direction. Joins and caps are drawn with the existing CCPR
> shaders for triangles and conics.
>
> Conic strokes and non-rigid-body transforms are not yet supported.
>
> Bug: skia:
> Change-Id: I45a819abd64e91c2b62e992587eb85c703e09e77
> Reviewed-on: https://skia-review.googlesource.com/148243
> Commit-Queue: Chris Dalton <csmartdalton@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Allan MacKinnon <allanmac@google.com>

TBR=robertphillips@google.com

Bug: skia:
Change-Id: I3f0065e80975ee8334300bc5e934231b66b49178
Reviewed-on: https://skia-review.googlesource.com/151188
Commit-Queue: Chris Dalton <csmartdalton@google.com>
Reviewed-by: Chris Dalton <csmartdalton@google.com>
2018-09-03 10:16:28 +00:00
..
AAClipTest.cpp IWYU for test files starting with 'A'. 2018-03-02 22:39:59 +00:00
AndroidCodecTest.cpp Reland "Switch SkCodec to use skcms plus fixes"" 2018-08-27 16:16:14 +00:00
AnimatedImageTest.cpp Rename SkCodec::kNone to SkCodec::kNoFrame 2018-08-22 14:49:56 +00:00
AnnotationTest.cpp IWYU for test files starting with 'A'. 2018-03-02 22:39:59 +00:00
ApplyGammaTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ArenaAllocTest.cpp clean up some unused parts of SkArenaAlloc 2018-06-07 14:21:28 +00:00
AsADashTest.cpp IWYU for test files starting with 'A'. 2018-03-02 22:39:59 +00:00
BadIcoTest.cpp IWYU for test files starting with 'B'. 2018-03-09 20:19:02 +00:00
BitmapCopyTest.cpp Reland "Stop conflating F16 with linear gamma" 2018-08-28 14:23:27 +00:00
BitmapGetColorTest.cpp IWYU for test files starting with 'B'. 2018-03-09 20:19:02 +00:00
BitmapTest.cpp IWYU for test files starting with 'B'. 2018-03-09 20:19:02 +00:00
BitSetTest.cpp IWYU for test files starting with 'B'. 2018-03-09 20:19:02 +00:00
BlendTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
BlitMaskClip.cpp IWYU for test files starting with 'B'. 2018-03-09 20:19:02 +00:00
BlitMaskTest.cpp Convert A8 D32 mask blitters to Sk4px 2018-04-18 19:52:53 +00:00
BlurTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
CachedDataTest.cpp IWYU for some test files starting with 'C'. 2018-03-13 15:16:22 +00:00
CachedDecodingPixelRefTest.cpp IWYU for some test files starting with 'C'. 2018-03-13 15:16:22 +00:00
CanvasStateHelpers.cpp IWYU for some test files starting with 'C'. 2018-03-13 15:16:22 +00:00
CanvasStateHelpers.h
CanvasStateTest.cpp Remove SkDrawFilter. 2018-07-12 02:36:44 +00:00
CanvasTest.cpp rebase 2018-06-08 20:36:53 +00:00
ChecksumTest.cpp IWYU for some test files starting with 'C'. 2018-03-13 15:16:22 +00:00
ClearTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ClipBoundsTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ClipCubicTest.cpp tweak tolerance again for cubics 2018-05-23 13:26:41 +00:00
ClipperTest.cpp do reject vertical lines if they are outside of the clip 2018-08-25 19:33:17 +00:00
ClipStackTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
CodecAnimTest.cpp Rename SkCodec::kNone to SkCodec::kNoFrame 2018-08-22 14:49:56 +00:00
CodecExactReadTest.cpp IWYU for some test files starting with 'C'. 2018-03-13 15:16:22 +00:00
CodecPartialTest.cpp Avoid infinite loop in Codec_requiredFrame test 2018-08-01 13:29:21 +00:00
CodecPriv.h
CodecRecommendedTypeTest.cpp Reland "Stop conflating F16 with linear gamma" 2018-08-28 14:23:27 +00:00
CodecTest.cpp Reland "Switch SkCodec to use skcms plus fixes"" 2018-08-27 16:16:14 +00:00
ColorFilterTest.cpp IWYU for some more test files starting with 'C'. 2018-04-17 19:33:14 +00:00
ColorMatrixTest.cpp IWYU for some more test files starting with 'C'. 2018-04-17 19:33:14 +00:00
ColorPrivTest.cpp IWYU for some more test files starting with 'C'. 2018-04-17 19:33:14 +00:00
ColorSpaceTest.cpp fix two 1-bit mismatches in sRGB transfer functions 2018-08-29 17:49:20 +00:00
ColorTest.cpp IWYU for some more test files starting with 'C'. 2018-04-17 19:33:14 +00:00
CopySurfaceTest.cpp fixed check for BGRA -> RGBA in CopySurfaceTest 2018-08-07 17:49:43 +00:00
CTest.cpp IWYU for some more test files starting with 'C'. 2018-04-17 19:33:14 +00:00
CubicMapTest.cpp add more tests for SkCubicMap 2018-08-16 14:30:16 +00:00
DashPathEffectTest.cpp fix dashimpl underflow 2018-08-23 17:13:28 +00:00
DataRefTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
DefaultPathRendererTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
DeferredDisplayListTest.cpp Reland "Stop conflating F16 with linear gamma" 2018-08-28 14:23:27 +00:00
DequeTest.cpp
DetermineDomainModeTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
DeviceTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
DiscardableMemoryPoolTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
DiscardableMemoryTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
DrawBitmapRectTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
DrawOpAtlasTest.cpp Rename GrTextUtils::Target to GrTextTarget 2018-08-10 15:21:52 +00:00
DrawPathTest.cpp return this from maker calls, so we can chain the calls 2018-08-15 17:21:59 +00:00
DrawTextTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
DynamicHashTest.cpp Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 17:12:35 +00:00
EGLImageTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
EmptyPathTest.cpp return this from maker calls, so we can chain the calls 2018-08-15 17:21:59 +00:00
EncodedInfoTest.cpp Reland "Switch SkCodec to use skcms plus fixes"" 2018-08-27 16:16:14 +00:00
EncodeTest.cpp Replace nearly all kRespect with kIgnore 2018-07-12 20:54:14 +00:00
ExifTest.cpp
F16StagesTest.cpp
FakeStreams.h
FillPathTest.cpp return this from maker calls, so we can chain the calls 2018-08-15 17:21:59 +00:00
FitsInTest.cpp Reland "simplify SkTFitsIn, try 2" 2018-06-14 14:05:27 +00:00
FlattenableCustomFactory.cpp
FlattenableFactoryToName.cpp
FlattenableNameToFactory.cpp
FlattenDrawableTest.cpp
Float16Test.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
FloatingPointTextureTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
FontHostStreamTest.cpp Add GetTypefaceOrDefault to SkPaintPriv 2018-03-06 15:50:26 +00:00
FontHostTest.cpp
FontMgrAndroidParserTest.cpp Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_AndroidSystem. 2018-06-21 16:32:28 +00:00
FontMgrFontConfigTest.cpp Reland "Implement onMakeClone(const SkFontArguments& args) in class SkTypeface_fontconfig." 2018-06-22 21:12:58 +00:00
FontMgrTest.cpp Implement onMakeClone function on all subclasses of SkTypeface except 2018-06-25 20:42:25 +00:00
FontNamesTest.cpp Improve name table handling. 2018-08-20 20:39:54 +00:00
FontObjTest.cpp
FrontBufferedStreamTest.cpp
GeometryTest.cpp add circles to stroked cubics with cusps 2018-08-31 19:55:44 +00:00
GifTest.cpp
GLProgramsTest.cpp Remove sRGB config checks based on color space 2018-07-02 20:13:52 +00:00
GlyphRunTest.cpp Extract SkGlyphRunListPainter from SkGlyphRun.* 2018-08-31 16:36:38 +00:00
GpuDrawPathTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GpuLayerCacheTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GpuRectanizerTest.cpp migrating SkTDArray towards std::vector api 2018-08-08 15:51:44 +00:00
GradientTest.cpp
GrAllocatorTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GrCCPRTest.cpp Reland "ccpr: Implement stroking with fine triangle strips" 2018-09-03 10:16:28 +00:00
GrContextAbandonTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GrContextFactoryTest.cpp Dest color space no longer impacts mipmaps or texture sampling 2018-06-01 17:00:26 +00:00
GrGLExtensionsTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GrMemoryPoolTest.cpp Remove unused GrObjectMemoryPool 2018-06-07 16:08:41 +00:00
GrMeshTest.cpp Consolidate the scissor enums into one "GrScissorTest" enum 2018-08-15 13:53:42 +00:00
GrMipMappedTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
GrPipelineDynamicStateTest.cpp Consolidate the scissor enums into one "GrScissorTest" enum 2018-08-15 13:53:42 +00:00
GrPorterDuffTest.cpp Remove clamping of kPlus with F16 configs 2018-07-11 14:30:58 +00:00
GrShapeTest.cpp move patheffect virtuals to protected and rename 2018-08-16 17:47:22 +00:00
GrSKSLPrettyPrintTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GrSurfaceTest.cpp Remove sRGB config checks based on color space 2018-07-02 20:13:52 +00:00
GrTestingBackendTextureUploadTest.cpp Reland "implemented metal gpu backend texture upload testing" 2018-07-18 18:17:32 +00:00
GrTextureMipMapInvalidationTest.cpp Ensure that textures exported via SkImage::MakeBackendTextureFromSkImage 2018-06-20 21:13:27 +00:00
GrTRecorderTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
GrUploadPixelsTests.cpp implemented onWritePixels and related tests for metal gpu backend 2018-07-19 19:26:15 +00:00
HashTest.cpp
HighContrastFilterTest.cpp
HSVRoundTripTest.cpp prepare to remove obsolete macros 2018-04-24 19:19:01 +00:00
ICCTest.cpp Make skcms mandatory 2018-05-30 17:37:49 +00:00
image-bitmap.cpp
ImageCacheTest.cpp
ImageFilterCacheTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
ImageFilterTest.cpp Add color type to the image filter DAG's OutputProperties 2018-07-06 18:34:58 +00:00
ImageFrom565Bitmap.cpp
ImageGeneratorTest.cpp basic first pass at RGBA F32 support 2018-06-26 19:02:52 +00:00
ImageIsOpaqueTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ImageNewShaderTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ImageTest.cpp Replace nearly all kRespect with kIgnore 2018-07-12 20:54:14 +00:00
IncrTopoSortTest.cpp switch SkTDArray from push to push_back 2018-08-08 21:13:57 +00:00
IndexedPngOverflowTest.cpp
InfRectTest.cpp remove unused/dumb methods from SkRect 2018-04-11 19:40:57 +00:00
InsetConvexPolyTest.cpp Reland "Reland "Add some optimizations to PolyUtils"" 2018-07-23 15:50:56 +00:00
InterpolatorTest.cpp
InvalidIndexedPngTest.cpp
IsClosedSingleContourTest.cpp
JSONTest.cpp Fold SkJSON into Skia/utils 2018-06-19 18:23:30 +00:00
LayerDrawLooperTest.cpp Take sk_sp<SkDevice> instead of SkDevice* 2018-05-02 14:46:17 +00:00
LazyProxyTest.cpp Reland "Move GrGeometryProcessor's textures out of classes and into" 2018-08-07 14:02:49 +00:00
LListTest.cpp
LRUCacheTest.cpp
MallocPixelRefTest.cpp
MaskCacheTest.cpp hide SkBlurMaskFilter and SkBlurQuality 2018-03-14 17:27:36 +00:00
MathTest.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
Matrix44Test.cpp
MatrixClipCollapseTest.cpp
MatrixTest.cpp Expand testing of SkMatrix::decomposeScale 2018-07-10 15:01:11 +00:00
MD5Test.cpp
MemoryTest.cpp
MemsetTest.cpp
MessageBusTest.cpp Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext." 2018-07-11 20:36:38 +00:00
MetaDataTest.cpp
MipMapTest.cpp Dest color space no longer impacts mipmaps or texture sampling 2018-06-01 17:00:26 +00:00
NonlinearBlendingTest.cpp add dstAT param to xform steps 2018-08-14 16:26:53 +00:00
OffsetSimplePolyTest.cpp Add some new PolyUtils tests. 2018-07-03 23:10:27 +00:00
OnceTest.cpp
OnFlushCallbackTest.cpp migrating SkTDArray towards std::vector api 2018-08-08 15:51:44 +00:00
OpChainTest.cpp Fix op chaining painter's order violation in GrRenderTargetOpList. 2018-08-21 17:03:42 +00:00
OSPathTest.cpp
OverAlignedTest.cpp
PackBitsTest.cpp
PackedConfigsTextureTest.cpp In RGBA444TextureTest, use valid premul colors 2018-07-12 14:05:08 +00:00
PaintBreakTextTest.cpp
PaintImageFilterTest.cpp
PaintTest.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
ParametricStageTest.cpp collapse parametric_{r,g,b} into parametric, remove _a and gamma_dst 2018-07-11 20:14:38 +00:00
ParsePathTest.cpp
PathCoverageTest.cpp
PathMeasureTest.cpp Reland "fix nextContour bug" 2018-03-20 17:23:08 +00:00
PathOpsAngleIdeas.cpp
PathOpsAngleTest.cpp
PathOpsAsWindingTest.cpp fixup winding contours 2018-08-17 14:01:51 +00:00
PathOpsBattles.cpp
PathOpsBoundsTest.cpp
PathOpsBuilderConicTest.cpp
PathOpsBuilderTest.cpp
PathOpsBuildUseTest.cpp
PathOpsChalkboardTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsConicIntersectionTest.cpp
PathOpsConicLineIntersectionTest.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
PathOpsConicQuadIntersectionTest.cpp Whitespace Fixup 2018-07-11 19:27:58 +00:00
PathOpsCubicConicIntersectionTest.cpp Whitespace Fixup 2018-07-11 19:27:58 +00:00
PathOpsCubicIntersectionTest.cpp
PathOpsCubicIntersectionTestData.cpp
PathOpsCubicIntersectionTestData.h
PathOpsCubicLineIntersectionIdeas.cpp
PathOpsCubicLineIntersectionTest.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
PathOpsCubicQuadIntersectionTest.cpp
PathOpsCubicReduceOrderTest.cpp
PathOpsDCubicTest.cpp
PathOpsDebug.cpp mark tests flaky for pathkit 2018-08-27 20:35:15 +00:00
PathOpsDebug.h mark tests flaky for pathkit 2018-08-27 20:35:15 +00:00
PathOpsDLineTest.cpp
PathOpsDPointTest.cpp
PathOpsDRectTest.cpp
PathOpsDVectorTest.cpp Compile with latest clang 7. 2018-04-24 20:58:06 +00:00
PathOpsExtendedTest.cpp mark tests flaky for pathkit 2018-08-27 20:35:15 +00:00
PathOpsExtendedTest.h mark tests flaky for pathkit 2018-08-27 20:35:15 +00:00
PathOpsFuzz763Test.cpp
PathOpsInverseTest.cpp add simplify to json tests 2018-08-08 14:17:57 +00:00
PathOpsIssue3651.cpp
PathOpsLineIntersectionTest.cpp
PathOpsLineParametetersTest.cpp
PathOpsOpCircleThreadedTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsOpCubicThreadedTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsOpLoopThreadedTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsOpRectThreadedTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsOpTest.cpp remove scaling from pathops 2018-08-30 17:36:05 +00:00
PathOpsQuadIntersectionTest.cpp
PathOpsQuadIntersectionTestData.cpp
PathOpsQuadIntersectionTestData.h
PathOpsQuadLineIntersectionTest.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
PathOpsQuadLineIntersectionThreadedTest.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
PathOpsQuadReduceOrderTest.cpp
PathOpsSimplifyDegenerateThreadedTest.cpp
PathOpsSimplifyFailTest.cpp add simplify to json tests 2018-08-08 14:17:57 +00:00
PathOpsSimplifyQuadralateralsThreadedTest.cpp
PathOpsSimplifyQuadThreadedTest.cpp
PathOpsSimplifyRectThreadedTest.cpp SkTypes: more into SkMacros 2018-06-12 20:24:43 +00:00
PathOpsSimplifyTest.cpp remove scaling from pathops 2018-08-30 17:36:05 +00:00
PathOpsSimplifyTrianglesThreadedTest.cpp
PathOpsSkpTest.cpp
PathOpsTestCommon.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
PathOpsTestCommon.h
PathOpsThreadedCommon.cpp
PathOpsThreadedCommon.h Remove TLS glyph cache calls. 2018-03-09 19:32:22 +00:00
PathOpsThreeWayTest.cpp
PathOpsTigerTest.cpp use atomic for global test counters 2018-08-09 03:43:12 +00:00
PathOpsTightBoundsTest.cpp
PathOpsTSectDebug.h fix pathops fuzzers and debugging 2018-03-15 17:07:16 +00:00
PathOpsTypesTest.cpp
PathRendererCacheTests.cpp Deinline some GrPathRenderer method and one GrDrawingMananger method. 2018-07-10 14:56:05 +00:00
PathTest.cpp use legal FirstDirection as kDontCheck sentinel 2018-08-13 17:43:26 +00:00
PDFDeflateWStreamTest.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
PDFDocumentTest.cpp SkPDF: encode metadata strings correctly 2018-02-28 19:52:43 +00:00
PDFGlyphsToUnicodeTest.cpp migrating SkTDArray towards std::vector api 2018-08-08 15:51:44 +00:00
PDFJpegEmbedTest.cpp SkPDF: smarter Jpeg when libjpeg-turbo is present 2018-04-07 14:25:30 +00:00
PDFMetadataAttributeTest.cpp
PDFOpaqueSrcModeToSrcOverTest.cpp
PDFPrimitivesTest.cpp const all the things 2018-07-27 03:13:56 +00:00
PictureBBHTest.cpp track bounds of top-level control ops 2018-05-07 16:14:09 +00:00
PictureShaderTest.cpp
PictureTest.cpp clean up SkPicture include 2018-06-12 13:56:33 +00:00
PinnedImageTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
PipeTest.cpp
PixelRefTest.cpp
Point3Test.cpp increase SkPoint3 normalize precision 2018-08-30 00:29:49 +00:00
PointTest.cpp can't normalize non-finites 2018-08-16 20:20:27 +00:00
PolyUtilsTest.cpp Add internal tree implementation to EdgeList. 2018-08-15 19:55:39 +00:00
PremulAlphaRoundTripTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
PrimitiveProcessorTest.cpp Reland "Move GrGeometryProcessor's textures out of classes and into" 2018-08-07 14:02:49 +00:00
ProcessorTest.cpp Reland "Move GrGeometryProcessor's textures out of classes and into" 2018-08-07 14:02:49 +00:00
PromiseImageTest.cpp implemented getting format from texture as virtual in gpu caps 2018-06-28 20:21:17 +00:00
ProxyConversionTest.cpp Remove old sRGB config support from backend render target tool utilities 2018-08-09 15:27:24 +00:00
ProxyRefTest.cpp Remove unused GrGpuResourceRef and GrTGpuResourceRef 2018-07-31 16:55:26 +00:00
ProxyTest.cpp Remove old sRGB config support from backend render target tool utilities 2018-08-09 15:27:24 +00:00
QuickRejectTest.cpp rebase 2018-06-08 20:36:53 +00:00
RandomTest.cpp
Reader32Test.cpp
ReadPixelsTest.cpp Reland "Stop conflating F16 with linear gamma" 2018-08-28 14:23:27 +00:00
ReadWriteAlphaTest.cpp Remove sRGB config checks based on color space 2018-07-02 20:13:52 +00:00
RecordDrawTest.cpp Don't use getDeviceClipBounds() to bound pic ops. 2018-05-04 18:56:13 +00:00
RecorderTest.cpp
RecordingXfermodeTest.cpp
RecordOptsTest.cpp
RecordPatternTest.cpp
RecordTest.cpp trim #include <new> from SkPostConfig.h 2018-06-11 15:55:31 +00:00
RecordTestUtils.h
RectangleTextureTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
RectTest.cpp compute center slightly slower to avoid overflow 2018-05-24 15:16:43 +00:00
RefCntTest.cpp
RegionTest.cpp fix empty region iter rect 2018-08-28 15:21:25 +00:00
RenderTargetContextTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
ResourceAllocatorTest.cpp Address fuzzer issue 2018-08-21 18:45:13 +00:00
ResourceCacheTest.cpp Make sure GrResourceCache frees resources waiting on messages during destruction. 2018-08-10 14:14:47 +00:00
RoundRectTest.cpp
RRectInPathTest.cpp hide complex versions of isOval and isRRect 2018-02-20 19:33:53 +00:00
RTreeTest.cpp migrating SkTDArray towards std::vector api 2018-08-08 15:51:44 +00:00
SafeMathTest.cpp
ScalarTest.cpp
ScaleToSidesTest.cpp
SerializationTest.cpp don't adapt any gray colors to 565 2018-08-16 19:13:41 +00:00
SerialProcsTest.cpp Change behavior of custom image serial/deserial 2018-03-08 21:50:51 +00:00
ShaderOpacityTest.cpp
ShaderTest.cpp
ShadowTest.cpp Simplify perspective shadows to match future MD specs. 2018-08-31 18:15:19 +00:00
SizeTest.cpp
Sk4x4fTest.cpp
SkBase64Test.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
skbug5221.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
skbug6389.cpp hide SkBlurMaskFilter and SkBlurQuality 2018-03-14 17:27:36 +00:00
skbug6653.cpp Re-enable 6653 test on IntelVulkan, and label failures better 2018-08-28 14:39:57 +00:00
SkColor4fTest.cpp
SkColorSpaceXformStepsTest.cpp treat opaque dsts as src alpha type 2018-08-21 17:15:36 +00:00
SkDOMTest.cpp
SkFixed15Test.cpp
SkGaussFilterTest.cpp
skia_test.cpp mark tests flaky for pathkit 2018-08-27 20:35:15 +00:00
SkImageTest.cpp
SkLiteDLTest.cpp
SkNxTest.cpp Implement Sk2f::floor 2018-06-08 18:41:13 +00:00
SkPEGTest.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
SkRasterPipelineTest.cpp fix clamp_0/clamp_1 stages in lowp 2018-08-23 16:42:27 +00:00
SkRemoteGlyphCacheTest.cpp fonts: Cap the max number of entries in server side glyph cache tracking 2018-08-31 16:54:18 +00:00
SkResourceCacheTest.cpp Dest color space no longer impacts mipmaps or texture sampling 2018-06-01 17:00:26 +00:00
SkSharedMutexTest.cpp
SkSLErrorTest.cpp Re-re-land "added GrSkSLFP and converted DitherEffect to use it" 2018-07-31 15:18:03 +00:00
SkSLFPTest.cpp Refactor 'in uniform' CPP code generation 2018-08-31 15:19:58 +00:00
SkSLGLSLTest.cpp Revert "Revert "added support for sk_Dimensions to SkSL"" 2018-08-27 14:42:08 +00:00
SkSLJITTest.cpp Re-re-land "added GrSkSLFP and converted DitherEffect to use it" 2018-07-31 15:18:03 +00:00
SkSLMemoryLayoutTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
SkSLSPIRVTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
SkUTFTest.cpp tests: Move SkUTF tests to their own file. 2018-08-02 16:17:18 +00:00
SortTest.cpp
SpecialImageTest.cpp Add color type to the image filter DAG's OutputProperties 2018-07-06 18:34:58 +00:00
SpecialSurfaceTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
SrcOverTest.cpp
SRGBReadWritePixelsTest.cpp let's like, chill out about all these rules, man 2018-08-21 22:23:54 +00:00
SRGBTest.cpp Make SkColor4f <-> SkColor skip sRGB conversion 2018-08-22 17:03:45 +00:00
StreamBufferTest.cpp
StreamTest.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
StringTest.cpp Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." 2018-06-15 16:26:05 +00:00
StrokerTest.cpp
StrokeTest.cpp
SubsetPath.cpp Revert "implement SkTDArray with std::vector" 2018-04-02 20:37:52 +00:00
SubsetPath.h
SurfaceSemaphoreTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
SurfaceTest.cpp Fix GrGLGpu::createTestingOnlyBackendRenderTarget() 2018-08-29 18:46:58 +00:00
SVGDeviceTest.cpp Implement Color Filters for SKIA SVG backend 2018-08-03 00:55:32 +00:00
SwizzlerTest.cpp SkCodec: Always use 0 for filling 2018-08-13 16:56:19 +00:00
TableColorFilterTest.cpp
TArrayTest.cpp Stop using SkTSwap. 2018-06-19 02:06:31 +00:00
TDPQueueTest.cpp
TemplatesTest.cpp
TessellatingPathRendererTests.cpp GrTessellator: fix for collinear edge merging. 2018-07-26 14:38:56 +00:00
Test.cpp
Test.h Reland "implemented metal gpu backend texture upload testing" 2018-07-18 18:17:32 +00:00
TestTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
TestUtils.cpp Reland "implemented metal gpu backend texture upload testing" 2018-07-18 18:17:32 +00:00
TestUtils.h Reland "implemented metal gpu backend texture upload testing" 2018-07-18 18:17:32 +00:00
TextBlobCacheTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
TextBlobTest.cpp make some textblob builders private for now 2018-08-09 15:01:31 +00:00
TextureProxyTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
TextureStripAtlasManagerTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
Time.cpp Revert "Revert "SkTypes: extract SkTo"" 2018-06-14 14:55:17 +00:00
TLazyTest.cpp Fix SkTCopyOnFirstWrite copy semantics 2018-04-11 17:25:07 +00:00
TopoSortTest.cpp
ToSRGBColorFilter.cpp
TraceMemoryDumpTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
TracingTest.cpp
TransferPixelsTest.cpp Fix TSAN bug in TransferPixelsTest 2018-07-27 17:07:26 +00:00
TypefaceTest.cpp Add an empty typeface for testing 2018-08-29 17:27:21 +00:00
UnicodeTest.cpp IWYU: SkUtils.h 2018-08-21 16:05:44 +00:00
UtilsTest.cpp tests: Move SkUTF tests to their own file. 2018-08-02 16:17:18 +00:00
VerticesTest.cpp Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." 2018-06-15 16:26:05 +00:00
VkBackendSurfaceTest.cpp Make some GrSurfaceProxy and GrTextureProxy methods easier to access 2018-08-01 12:00:47 +00:00
VkMakeCopyPipelineTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
VkWrapTests.cpp Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors." 2018-07-03 20:46:27 +00:00
VptrTest.cpp
WindowRectanglesTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
WritePixelsTest.cpp Remove SK_SUPPORT_GPU checks in tool-only code 2018-05-31 18:59:44 +00:00
Writer32Test.cpp
YUVCacheTest.cpp
YUVTest.cpp