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