skia2/include/sksl
John Stiles 11101181b9 Restore DSLWriter to relying on a Compiler again.
This CL undoes most of the changes from http://review.skia.org/451739
and http://review.skia.org/451741 as these changes opened up a threading
can of worms that is probably not solvable. I no longer have a use case
for the new dsl::Start APIs.

Change-Id: Icf0a86364d258ea3bbf0d18bbdbd130ef590c02f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/452097
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-09-23 20:26:20 +00:00
..
DSL.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLBlock.h Fixed some fixups not being applied to DSL code 2021-07-12 14:25:38 +00:00
DSLCase.h Fix line numbers of several DSLParser errors 2021-09-03 22:12:22 +00:00
DSLCore.h Restore DSLWriter to relying on a Compiler again. 2021-09-23 20:26:20 +00:00
DSLExpression.h Fix DSLParser clang-tidy warning 2021-09-16 14:49:15 +00:00
DSLFunction.h Add ExpressionArray variants to DSL calls 2021-09-10 20:06:56 +00:00
DSLLayout.h Further unified error handling between SkSL and DSL 2021-08-13 22:26:10 +00:00
DSLModifiers.h Added line numbers to DSLParser errors 2021-08-31 12:45:45 +00:00
DSLRuntimeEffects.h Disallow sk_FragCoord in SkRuntimeEffect 2021-07-21 13:36:56 +00:00
DSLStatement.h Make DSLStatement-from-SkSL ctors public. 2021-09-20 14:09:14 +00:00
DSLSymbols.h Fixed DSLParser assertion error uncovered by fuzzer 2021-09-20 13:48:41 +00:00
DSLType.h Replace DSL's Sample() with DSLGlobalVar::eval() 2021-09-14 14:54:03 +00:00
DSLVar.h Replace DSL's Sample() with DSLGlobalVar::eval() 2021-09-14 14:54:03 +00:00
DSLWrapper.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
SkSLErrorReporter.h Reland "Fixed DSL assertion error on source files containing nulls" 2021-09-15 15:00:23 +00:00