1. c845272 Broke DSLWriter into two separate classes by Ethan Nicholas · 2 years, 9 months ago
  2. 04b0e01 Move function intrinsic handling into Finalizer by Ethan Nicholas · 2 years, 9 months ago
  3. df93db9 Removed a number of utility methods from DSLWriter by Ethan Nicholas · 2 years, 10 months ago
  4. c876489 Move 'is builtin code' flag into the ProgramConfig. by John Stiles · 2 years, 10 months ago
  5. 1110118 Restore DSLWriter to relying on a Compiler again. by John Stiles · 2 years, 10 months ago
  6. fe9bfe6 Separate IRGenerator and Compiler into separate DSLWriter fields. by John Stiles · 2 years, 10 months ago
  7. 1a117d7 Allow dsl::Start with a Context instead of a Compiler. by John Stiles · 2 years, 10 months ago
  8. ec8eef2 Slightly updated DSL Switch API by Ethan Nicholas · 2 years, 10 months ago
  9. 6c302ba Eliminated unnecessary arrays in DSLParser variable declarations by Ethan Nicholas · 2 years, 10 months ago
  10. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 2 years, 10 months ago
  11. 360db87 Fix line numbers of several DSLParser errors by Ethan Nicholas · 2 years, 11 months ago
  12. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 2 years, 11 months ago
  13. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 2 years, 11 months ago
  14. 39f6da4 Switched Context::errors() over to a field access by Ethan Nicholas · 2 years, 11 months ago
  15. 313c948 Remove ErrorReporter pointer from DSL by Ethan Nicholas · 2 years, 11 months ago
  16. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  17. a2fd01c Made PositionInfo's capture explicit by Ethan Nicholas · 3 years ago
  18. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  19. d6c08c9 Reduce code size by eliminating CollectArgs. by John Stiles · 3 years ago
  20. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years ago
  21. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years ago
  22. 65e368b Fixed DSLParser bit rot by Ethan Nicholas · 3 years ago
  23. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years ago
  24. 459777a Added AssertDSLObjectsReleased setting by Ethan Nicholas · 3 years ago
  25. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years ago
  26. 292a09d Added modifier support to DSLFunction by Ethan Nicholas · 3 years ago
  27. d0f4d0d Switched more DSL APIs over to skstd::string_view by Ethan Nicholas · 3 years, 1 month ago
  28. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 1 month ago
  29. 4f3e6a2 Moved DSLWriter::ReleaseProgram into DSLCore. by Ethan Nicholas · 3 years, 1 month ago
  30. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 2 months ago
  31. 22dcb73 Revert "Revert "Added DSL flags"" by Ethan Nicholas · 3 years, 2 months ago
  32. 9eb0bb6 Revert "Added DSL flags" by Brian Osman · 3 years, 2 months ago
  33. 7143059 Added DSL flags by Ethan Nicholas · 3 years, 2 months ago
  34. 722cb67 Improved DSL APIs in preparation for DSLParser by Ethan Nicholas · 3 years, 2 months ago
  35. 10d39d9 Migrate ModifiersPool into the context. by John Stiles · 3 years, 2 months ago
  36. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 2 months ago
  37. f2872e6 Use accessors to refer to the ModifiersPool. by John Stiles · 3 years, 2 months ago
  38. 8a6537d Added DSL support for static if & switch statements by Ethan Nicholas · 3 years, 3 months ago
  39. 3befaf2 Fix overzealous destruction of DSL FP VarDeclarations. by John Stiles · 3 years, 3 months ago
  40. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 3 months ago
  41. 8455893 SkSL DSL matrix support by Ethan Nicholas · 3 years, 3 months ago
  42. ee49efc Added DSL fragmentProcessor and Sample function by Ethan Nicholas · 3 years, 3 months ago
  43. 707d315 Refactored DSL variable creation by Ethan Nicholas · 3 years, 4 months ago
  44. 961d944 SkSL DSL now uses node pooling by Ethan Nicholas · 3 years, 4 months ago
  45. 24c1772 Fixed an issue with DSL includes by Ethan Nicholas · 3 years, 4 months ago
  46. fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 4 months ago
  47. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 4 months ago
  48. 34c7e11 Revert "Revert "SkSL DSL now reports the C++ line numbers of errors"" by Ethan Nicholas · 3 years, 5 months ago
  49. b956304 Revert "Revert "Add DSL PossibleExpression & PossibleStatement"" by Ethan Nicholas · 3 years, 5 months ago
  50. 4903482 Revert "Add DSL PossibleExpression & PossibleStatement" by Florin Malita · 3 years, 5 months ago
  51. 3a4e19d Revert "SkSL DSL now reports the C++ line numbers of errors" by Florin Malita · 3 years, 5 months ago
  52. 8a43a28 SkSL DSL now reports the C++ line numbers of errors by Ethan Nicholas · 3 years, 5 months ago
  53. d42932a Add DSL PossibleExpression & PossibleStatement by Ethan Nicholas · 3 years, 5 months ago
  54. d120464 Remove ProgramSettings from IRGenerator and the Inliner. by John Stiles · 3 years, 5 months ago
  55. 0584ac0 DSLWriter now cleans up the changes it makes to IRGenerator by Ethan Nicholas · 3 years, 5 months ago
  56. 4599050 Convert Operators namespace to first-class Operator object. by John Stiles · 3 years, 5 months ago
  57. 11a15b1 added SkSL DSL uniform support by Ethan Nicholas · 3 years, 5 months ago
  58. bf79dff SkSL DSL struct support by Ethan Nicholas · 3 years, 5 months ago
  59. cfefec0 Added SkSL DSL switch statements by Ethan Nicholas · 3 years, 5 months ago
  60. e2c0504 Moved SkSL error checking of break / continue / return into a separate pass. by Ethan Nicholas · 3 years, 5 months ago
  61. c3bb9e3 add Start/EndFragmentProcessor to DSLWriter by Ethan Nicholas · 3 years, 5 months ago
  62. 29e521c Revert "Initial support for DSL FPs" by Greg Daniel · 3 years, 6 months ago
  63. c48a23d Initial support for DSL FPs by Ethan Nicholas · 3 years, 6 months ago
  64. 1ff7609 Added SkSL DSLFunction by Ethan Nicholas · 3 years, 6 months ago
  65. d6b26e5 added DSL Modifiers by Ethan Nicholas · 3 years, 6 months ago
  66. 92969f2 SkSL DSL operator overloading by Ethan Nicholas · 3 years, 6 months ago
  67. bffe80a Add SkSL DSLVar by Ethan Nicholas · 3 years, 6 months ago
  68. b3d4e74 Add SkSL DSLType by Ethan Nicholas · 3 years, 6 months ago
  69. 9504614 Beginnings of the SkSL DSL framework by Ethan Nicholas · 3 years, 6 months ago
  70. dcd2f86 Reland "Reland "Reland "Reland "Revert "Initial land of SkSL DSL.""""" by Ethan Nicholas · 3 years, 7 months ago
  71. 4129b6b Revert "Reland "Reland "Reland "Revert "Initial land of SkSL DSL.""""" by Ethan Nicholas · 3 years, 7 months ago
  72. 346dd53 Reland "Reland "Reland "Revert "Initial land of SkSL DSL."""" by Ethan Nicholas · 3 years, 7 months ago
  73. b37a693 Revert "Reland "Reland "Revert "Initial land of SkSL DSL."""" by Ethan Nicholas · 3 years, 7 months ago
  74. 6b07e0e Reland "Reland "Revert "Initial land of SkSL DSL.""" by Ethan Nicholas · 3 years, 7 months ago
  75. 52e5850 Revert "Reland "Revert "Initial land of SkSL DSL.""" by Ethan Nicholas · 3 years, 7 months ago
  76. 53f69f1 Reland "Revert "Initial land of SkSL DSL."" by Jorge Betancourt · 3 years, 7 months ago
  77. a3b8ac7 Revert "Revert "Initial land of SkSL DSL."" by Ethan Nicholas · 3 years, 7 months ago
  78. dd213e9 Revert "Initial land of SkSL DSL." by Ethan Nicholas · 3 years, 7 months ago
  79. 6e59951 Initial land of SkSL DSL. by Ethan Nicholas · 3 years, 7 months ago