skia2/tools/viewer
Chris Dalton b832ce61ee Add a path renderer that uses GPU tessellation
Implements a simple first pass for a path renderer that uses the
classic Red Book "stencil then cover" method, and linearizes curves
with GPU tessellation shaders.

The new path renderer is disabled by default, and can only be enabled
in the viewer UI or by passing the "--pr gtess" flag.

Change-Id: Ic9354952e93c8b108577961760b4f0daa82d35aa
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/261715
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2020-01-07 20:00:22 +00:00
..
AnimTimer.h tools: separate TimeUtils from AnimTimer 2019-07-12 15:05:01 +00:00
BisectSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
BisectSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GMSlide.cpp Clean up some gm factory use. 2019-08-13 15:57:37 +00:00
GMSlide.h Clean up some gm factory use. 2019-08-13 15:57:37 +00:00
ImageSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ImageSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
ImGuiLayer.cpp tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
ImGuiLayer.h tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
ParticlesSlide.cpp Particles: Remove play-position thing, simplify mouse tracking 2019-12-05 20:07:13 +00:00
ParticlesSlide.h Particles: Remove play-position thing, simplify mouse tracking 2019-12-05 20:07:13 +00:00
SampleSlide.cpp tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
SampleSlide.h tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
SkottieSlide.cpp [skottie] Add SkottieSlide frame rate UI option 2019-12-11 22:40:42 +00:00
SkottieSlide.h [skottie] Add SkottieSlide frame rate UI option 2019-12-11 22:40:42 +00:00
SKPSlide.cpp Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
SKPSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SkSLSlide.cpp Make it safe to include SkRuntimeEffect.h from client code 2019-12-30 21:06:56 +00:00
SkSLSlide.h Move SkRuntimeEffect.h to include/effects 2020-01-02 17:37:46 +00:00
Slide.h tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
SlideDir.cpp use std::make_unique 2019-12-12 22:32:45 +00:00
SlideDir.h tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
StatsLayer.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
StatsLayer.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SvgSlide.cpp rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
SvgSlide.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
TouchGesture.cpp Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
TouchGesture.h Hook up pinch-zoom and swipe gestures. 2019-09-10 13:34:47 +00:00
Viewer.cpp Add a path renderer that uses GPU tessellation 2020-01-07 20:00:22 +00:00
Viewer.h Add F16Norm mode to viewer 2019-09-18 17:04:56 +00:00