1. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 2 months ago
  2. 8d11654 Hid SkSLContext error reporter behind an accessor by Ethan Nicholas · 3 years, 2 months ago
  3. ed7b4f6 Reduce code size of DSL Struct(). by John Stiles · 3 years, 2 months ago
  4. d6c08c9 Reduce code size by eliminating CollectArgs. by John Stiles · 3 years, 2 months ago
  5. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 2 months ago
  6. 5547866 Removed setErrorCount from SkSL ErrorReporter by Ethan Nicholas · 3 years, 2 months ago
  7. b5de6be Rewrite CheckModifiers to reduce code bloat by Brian Osman · 3 years, 2 months ago
  8. bcc64a8 Reduce template usage in evaluate-n-way-intrinsic. by John Stiles · 3 years, 2 months ago
  9. 57709e1 Added prototypes for DSLFunction by Ethan Nicholas · 3 years, 2 months ago
  10. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 2 months ago
  11. 3a16d00 Reduce template usage in optimize-comparison. by John Stiles · 3 years, 2 months ago
  12. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 2 months ago
  13. 7b2b858 Avoid short/ushort in MSL code generator. by John Stiles · 3 years, 2 months ago
  14. 3c991fd Fix duplicated array types in SPIR-V. by John Stiles · 3 years, 2 months ago
  15. b0074aa Reduce template usage in vector-coalesce functionality. by John Stiles · 3 years, 2 months ago
  16. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years, 2 months ago
  17. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years, 2 months ago
  18. 9506c34 Factor out array-naming to a helper function. by John Stiles · 3 years, 2 months ago
  19. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years, 2 months ago
  20. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years, 2 months ago
  21. b493175 Fix copy-paste type confusion in BoolLiteral. by John Stiles · 3 years, 2 months ago
  22. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  23. e07c8fc Fix Type::clone to properly clone typenames. by John Stiles · 3 years, 2 months ago
  24. 0cac5ed Use scopes to attach and detach SkSL memory pools. by John Stiles · 3 years, 2 months ago
  25. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years, 2 months ago
  26. 65e368b Fixed DSLParser bit rot by Ethan Nicholas · 3 years, 2 months ago
  27. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 2 months ago
  28. 699736b Fix crash in PipelineStageCodeGenerator with recursive calls. by John Stiles · 3 years, 2 months ago
  29. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 2 months ago
  30. 4cb0c37 Fix undefined behavior in recursion detection. by John Stiles · 3 years, 2 months ago
  31. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 2 months ago
  32. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 2 months ago
  33. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 2 months ago
  34. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years, 2 months ago
  35. e53c721 Pass DSLModifiers by reference. by John Stiles · 3 years, 2 months ago
  36. 4adb66f Honor lowp/mediump/highp precision qualifiers in DSLParser. by John Stiles · 3 years, 2 months ago
  37. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 2 months ago
  38. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 2 months ago
  39. b449fff Unify DSL and SkSL error handling paths by Ethan Nicholas · 3 years, 2 months ago
  40. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 2 months ago
  41. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years, 2 months ago
  42. addccaf Enable narrowing conversions automatically for Runtime Effects. by John Stiles · 3 years, 2 months ago
  43. 60dbf07 Allow ProgramUsage add/remove for any kind of element. by John Stiles · 3 years, 2 months ago
  44. 0dd5f62 Removed unnecessary check in DSLWriter::Var by Ethan Nicholas · 3 years, 2 months ago
  45. 3533ff1 Converted InterfaceBlock name to string_view by Ethan Nicholas · 3 years, 2 months ago
  46. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 2 months ago
  47. e0531f5 Removed redundant setup code from DSLFunction by Ethan Nicholas · 3 years, 3 months ago
  48. ce9a5c9 Allow sampling from SkBlenders. by John Stiles · 3 years, 3 months ago
  49. d340042 Fix assertion when swizzling literals. by John Stiles · 3 years, 3 months ago
  50. 27f06eb Revert "Revert "Removed name string field from SkSLType"" by Ethan Nicholas · 3 years, 3 months ago
  51. 917fef7 Revert "Removed name string field from SkSLType" by Ethan Nicholas · 3 years, 3 months ago
  52. 2df03e6 Removed name string field from SkSLType by Ethan Nicholas · 3 years, 3 months ago
  53. bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 3 months ago
  54. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 3 months ago
  55. 2955c26 Add new SampleBlender callback to SkVMCodeGenerator. by John Stiles · 3 years, 3 months ago
  56. d9a56b9 Remove color argument from sampleShader. by John Stiles · 3 years, 3 months ago
  57. 8050a4b Separate PipelineStage's sampleChild into two callbacks. by John Stiles · 3 years, 3 months ago
  58. 137482f Separate SkVM's SampleChild into two callbacks. by John Stiles · 3 years, 3 months ago
  59. 8e51bad Add support for child effects on SkRuntimeBlender. by John Stiles · 3 years, 3 months ago
  60. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 3 months ago
  61. 77046a7 Disallow sk_FragCoord in SkRuntimeEffect by Brian Osman · 3 years, 3 months ago
  62. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 3 months ago
  63. 251e634 Moved Array handling from convertIndexExpression into IndexExpression by Ethan Nicholas · 3 years, 3 months ago
  64. da72978 Added multi-var variants for the DSL Declare function by Ethan Nicholas · 3 years, 3 months ago
  65. ed6e54f Improved DSL Array error checking by Ethan Nicholas · 3 years, 3 months ago
  66. 2ab47c9 Added DSL LogicalXor function by Ethan Nicholas · 3 years, 3 months ago
  67. 459777a Added AssertDSLObjectsReleased setting by Ethan Nicholas · 3 years, 3 months ago
  68. b18c1e2 DSL ReleaseProgram retains source and reports errors better by Ethan Nicholas · 3 years, 3 months ago
  69. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years, 3 months ago
  70. 292a09d Added modifier support to DSLFunction by Ethan Nicholas · 3 years, 3 months ago
  71. 7729e0a Add hints to slicing-constructor error messages. by John Stiles · 3 years, 3 months ago
  72. 010c0ec Allow swizzles on Boolean scalar expressions. by John Stiles · 3 years, 3 months ago
  73. 59ff4e2 Moved swizzle error checking into Swizzle::Convert by Ethan Nicholas · 3 years, 3 months ago
  74. cc2d9cc Support the Boolean form of mix() in the Metal/SPIR-V backends. by John Stiles · 3 years, 3 months ago
  75. ebc9fad Fixed some fixups not being applied to DSL code by Ethan Nicholas · 3 years, 3 months ago
  76. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 3 months ago
  77. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 3 months ago
  78. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 3 months ago
  79. 552a81a Remove SkSLCPP.h, utilities that were only used by .fp generated code by Brian Osman · 3 years, 3 months ago
  80. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 3 months ago
  81. beb2fbf Simplify SPIR-V matrix construction logic. by John Stiles · 3 years, 3 months ago
  82. 1f7300b Fix Metal row/column confusion. by John Stiles · 3 years, 3 months ago
  83. e6ed3c2 Added DSL support for interface blocks by Ethan Nicholas · 3 years, 3 months ago
  84. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  85. 26ecd06 Further reduced size of SkSLType by Ethan Nicholas · 3 years, 3 months ago
  86. 4c886ee Revert "Revert "Convert GrConfigConversionEffect to a runtime FP"" by Brian Osman · 3 years, 3 months ago
  87. f600520 When force-high-precision is enabled, change default precision by Brian Osman · 3 years, 3 months ago
  88. 66657d1 Switch to using intrinsicKind to detect "sample" calls by Brian Osman · 3 years, 3 months ago
  89. 001461e Added SkSL Literal type by Ethan Nicholas · 3 years, 3 months ago
  90. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 3 months ago
  91. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 3 months ago
  92. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
  93. 04d79fc GrSkSLFP: Avoid making a global copy of inColor most of the time by Brian Osman · 3 years, 3 months ago
  94. 1c46777 Revert "Convert GrConfigConversionEffect to a runtime FP" by Brian Osman · 3 years, 3 months ago
  95. 4a77813 Convert GrConfigConversionEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
  96. 9b5e3c9 Pulled vectors out of SkSLType and made them pointers by Ethan Nicholas · 3 years, 4 months ago
  97. 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 4 months ago
  98. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 4 months ago
  99. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 4 months ago
  100. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago