skia2/samplecode
Michael Ludwig 7d9f07c108 Revert "Delete HW tessellation shaders for curve/wedge tessellation"
This reverts commit 038818ba8e.

Reason for revert: breaking g3 roll, need to update public bzl file I think

Original change's description:
> Delete HW tessellation shaders for curve/wedge tessellation
>
> GrPathTessellationShader_MiddleOut.cpp is just moved into
> GrPathTessellationShader.cpp, and a few factories are cleaned up since
> we don't have to differentiate between middle-out or hardware.
>
> Bug: skia:13263
> Change-Id: I420faa614a89ef1a2c0f1075d1f8a067d15e9a81
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534200
> Reviewed-by: Greg Daniel <egdaniel@google.com>
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>

Bug: skia:13263
Change-Id: I42367a21c2bf1a4283e5d9b8d0e00961f9dea2e7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/536039
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
2022-05-02 17:01:08 +00:00
..
DecodeFile.h
Sample2PtRadial.cpp
Sample3D.cpp Reland "[includes] Remove link between SkImage.h and SkImageEncoder.h" 2022-03-10 04:47:51 +00:00
Sample.cpp Ensure Sample::onOnceBeforeDraw before onAnimate. 2022-03-08 21:50:17 +00:00
Sample.h Ensure Sample::onOnceBeforeDraw before onAnimate. 2022-03-08 21:50:17 +00:00
SampleAARectModes.cpp
SampleAARects.cpp
SampleAndroidShadows.cpp Add ShadowFlag to use only blurs for concave shapes. 2022-04-27 18:02:26 +00:00
SampleAnimatedImage.cpp
SampleAnimatedText.cpp De-namespace uses of MaskFormat 2022-04-21 15:55:21 +00:00
SampleAnimBlur.cpp
SampleArc.cpp [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SampleAtlas.cpp [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SampleAudio.cpp Reland "Add format-specifier warnings to SkDebugf." 2021-06-25 17:57:43 +00:00
SampleCamera.cpp Revert "Move SkCamera.h to client_utils/android" 2022-04-25 12:33:01 +00:00
SampleChart.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleChineseFling.cpp De-namespace uses of MaskFormat 2022-04-21 15:55:21 +00:00
SampleCircle.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SampleClip.cpp Reland "[includes] Remove include link between SkPathRef.h and SkRRect.h" 2022-03-07 15:15:05 +00:00
SampleClock.cpp
SampleComplexClip.cpp Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv 2021-08-03 18:08:21 +00:00
SampleCowboy.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleCusp.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SampleDegenerateQuads.cpp Move all Ganesh source files into ganesh subdirectory. 2022-04-07 21:06:50 +00:00
SampleDegenerateTwoPtRadials.cpp
SampleEffects.cpp
SampleEmboss.cpp
SampleFatBits.cpp Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv 2021-08-03 18:08:21 +00:00
SampleFillType.cpp
SampleFilterBounds.cpp Remove 'invert' call from 'SetDeviceCoordinateSystem' 2022-04-20 16:27:02 +00:00
SampleFitCubicToCircle.cpp
SampleFlutterAnimate.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleGlyphTransform.cpp
SampleGradients.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SampleHairCurves.cpp
SampleHairModes.cpp
SampleImageFilterDAG.cpp Remove 'invert' call from 'SetDeviceCoordinateSystem' 2022-04-20 16:27:02 +00:00
SampleLayers.cpp Revert "Move SkCamera.h to client_utils/android" 2022-04-25 12:33:01 +00:00
SampleLCD.cpp
SampleManyRects.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SampleMaterialShadows.cpp Revert "Move SkCamera.h to client_utils/android" 2022-04-25 12:33:01 +00:00
SampleMegaStroke.cpp
SampleMixer.cpp Migrate to drawImage w/ sampling 2021-01-22 22:38:02 +00:00
SamplePatch.cpp Simplify common case of linear filtering with no mips 2021-01-15 16:47:16 +00:00
SamplePath.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SamplePathClip.cpp Redraw duing mouse drag 2021-08-31 00:34:58 +00:00
SamplePathEffects.cpp
SamplePathOverstroke.cpp
SamplePathTessellators.cpp Revert "Delete HW tessellation shaders for curve/wedge tessellation" 2022-05-02 17:01:08 +00:00
SamplePathText.cpp Fix when a glyph has a path 2021-12-07 14:58:29 +00:00
SamplePolyToPoly.cpp [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SampleQuadStroker.cpp Pass sampling to surface.draw 2021-01-06 19:05:00 +00:00
SampleRectanizer.cpp [graphite] More steps towards a shared DrawAtlas class. 2022-04-21 14:20:45 +00:00
SampleRepeatTile.cpp
SampleSBIX.cpp Add SampleSBIX to study sbix glyph translation. 2022-03-25 14:43:23 +00:00
SampleSG.cpp [includes] Remove include link between SkPath.h and SkPathRef.h 2022-03-09 00:55:54 +00:00
SampleShadowColor.cpp
SampleShadowReference.cpp Reland "[includes] Remove include link between SkPathRef.h and SkRRect.h" 2022-03-07 15:15:05 +00:00
SampleShadowUtils.cpp Revert "Move SkCamera.h to client_utils/android" 2022-04-25 12:33:01 +00:00
SampleShip.cpp More hiding of legacy drawImage calls 2021-01-22 13:53:42 +00:00
SampleSimpleStroker.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleSlides.cpp Simplify common case of linear filtering with no mips 2021-01-15 16:47:16 +00:00
SampleStringArt.cpp
SampleStrokePath.cpp Prepare to reenable unreachable-code warnings. 2022-02-04 21:45:39 +00:00
SampleStrokeRect.cpp
SampleStrokeVerb.cpp Reland "Purge ccpr" 2021-06-19 18:42:38 +00:00
SampleSVGFile.cpp Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" 2021-09-01 17:54:08 +00:00
SampleTextBox.cpp Add SkShaper::PurgeCaches. 2021-01-27 17:50:30 +00:00
SampleTextureUpload.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleThinAA.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleTiming.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleVariableWidthStroker.cpp Make class members that are static constexpr also be inline. 2021-10-11 16:22:59 +00:00
SampleVertices.cpp Simplify common case of linear filtering with no mips 2021-01-15 16:47:16 +00:00
SampleWritePixels.cpp
SampleXfer.cpp [includes] Enforce IWYU on src/utils 2022-04-28 17:32:20 +00:00
SampleXfermodesBlur.cpp Fix cases of variable shadowing in samplecode/. 2021-08-02 19:25:01 +00:00
vertexdump.cpp