skia2/include/sksl
Ethan Nicholas dd2fdea9c2 Initial land of DSLParser
The DSLParser is an alternative to the existing SkSLParser which goes
directly to IR code using the SkSL DSL. It is substantially faster and
simpler than the existing parser->IRGenerator pipeline, but not yet
feature complete nor fully tested.

Change-Id: Iee45e9b527a3b88faa2ea74fc512051c8a38c5d4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/400622
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-07-20 20:28:54 +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 Added operator= on DSLCase 2021-06-10 22:29:24 +00:00
DSLCore.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLErrorHandling.h DSL var values are now specified at construction time rather than in 2021-03-05 21:47:28 +00:00
DSLExpression.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLFunction.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLLayout.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLModifiers.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLRuntimeEffects.h Added an API for creating RuntimeEffects using the SkSL DSL. 2021-04-16 19:36:54 +00:00
DSLStatement.h Added Poison values to SkSL to improve DSL error handling 2021-06-28 19:15:16 +00:00
DSLSymbols.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLType.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00
DSLVar.h Broke DSLVar into separate subclasses 2021-07-15 15:40:06 +00:00
DSLWrapper.h Initial land of DSLParser 2021-07-20 20:28:54 +00:00