1. f80ef38 Add skstd::string_view::substr by Brian Osman · 2 years, 11 months ago
  2. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 2 years, 11 months ago
  3. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 2 years, 11 months ago
  4. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 2 years, 11 months ago
  5. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  6. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 2 years, 11 months ago
  7. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 2 years, 11 months ago
  8. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 2 years, 11 months ago
  9. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 2 years, 11 months ago
  10. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 2 years, 11 months ago
  11. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years ago
  12. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  13. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  14. 494eb3e Refactored IRGenerator::convertInterfaceBlock by Ethan Nicholas · 2 years, 11 months ago
  15. b42c383 Remove support for unsized arrays by Brian Osman · 2 years, 11 months ago
  16. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 2 years, 11 months ago
  17. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 2 years, 11 months ago
  18. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 2 years, 11 months ago
  19. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 2 years, 11 months ago
  20. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 2 years, 11 months ago
  21. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 2 years, 11 months ago
  22. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years ago
  23. aca3f22 Add skstd::optional::emplace. by John Stiles · 3 years ago
  24. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  25. dec5ff2 Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by John Stiles · 3 years ago
  26. a228a48 Silence clang-tidy warnings around SkBlockAllocator by Michael Ludwig · 3 years ago
  27. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years ago
  28. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years ago
  29. 31c8710 Fix parsing error with structs containing arrays. by John Stiles · 3 years ago
  30. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years ago
  31. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years ago
  32. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years ago
  33. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 3 years ago
  34. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  35. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 3 years ago
  36. c332739 Remove 0/x arithmetic simplification. by John Stiles · 3 years ago
  37. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 3 years ago
  38. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 3 years ago
  39. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 3 years ago
  40. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  41. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  42. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  43. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  44. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  45. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  46. d361690 Fix diagonal-matrix assertion discovered by fuzzer. by John Stiles · 3 years ago
  47. 3681662 Add trunc/round/roundEven SKSL ES3 public APIs. by John Stiles · 3 years ago
  48. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  49. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  50. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  51. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years ago
  52. b39236b Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3. by John Stiles · 3 years ago
  53. 55dc5c8 Fix assertion in constant-folder when using float4(mat2) casts. by John Stiles · 3 years ago
  54. db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 3 years ago
  55. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  56. c61d1bf Implement determinant() in SkSL ES3 public API. by John Stiles · 3 years ago
  57. 9078a89 Avoid mix-up between MAIN_COORDS and FRAGCOORD. by John Stiles · 3 years ago
  58. 0733d48 Check for SkSL ES3 capabilities in GrShaderCaps. by John Stiles · 3 years ago
  59. 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 3 years ago
  60. 1e45dcd Add compile-time optimization for transpose(). by John Stiles · 3 years ago
  61. a7ea663 Revert "Use generation() to detect ES3 support." by John Stiles · 3 years ago
  62. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  63. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  64. 39822cf Add transpose() to public ES3 API. by John Stiles · 3 years ago
  65. 5e3c1f4 Improve testing of transpose() intrinsic. by John Stiles · 3 years ago
  66. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years ago
  67. 823c504 Include non-ES2 numeric types in the root symbol table. by John Stiles · 3 years ago
  68. fdde20d Use generation() to detect ES3 support. by John Stiles · 3 years ago
  69. 17dc658 Move Software and Small PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  70. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years ago
  71. 3dbd159 Fix a couple Wshadow warnings by Brian Salomon · 3 years ago
  72. 168296b Reroute SurfaceContext factories through RecordingContextPriv by Robert Phillips · 3 years ago
  73. eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years ago
  74. c18ee4e Honor component type in Metal matrix helper functions. by John Stiles · 3 years ago
  75. e56d31f Update LazySurfaceDesc to take a GrTextureType. by Greg Daniel · 3 years ago
  76. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  77. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  78. 1049d82 Add ES3 Angle and Trigonometry methods to sksl_public. by John Stiles · 3 years ago
  79. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  80. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years ago
  81. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years ago
  82. fa088a6 Fix additional cases of variable shadowing in /tests/. by John Stiles · 3 years ago
  83. 68e4e20 Add unit test to cover incorrect image filter layer bounds bug by Michael Ludwig · 3 years ago
  84. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  85. b05f03d Increase baked-in offset of RTFlip in skslc. by John Stiles · 3 years ago
  86. 9765973 Fix cases of variable shadowing in /tests/. by John Stiles · 3 years ago
  87. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  88. 423990d Decrease w epsilon to avoid incorrect bounds calculations by Michael Ludwig · 3 years ago
  89. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years ago
  90. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 3 years ago
  91. 8a41232 Split up Codec 'check' into multiple helper functions. by John Stiles · 3 years ago
  92. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  93. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  94. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years ago
  95. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years ago
  96. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  97. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years ago
  98. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  99. 57709e1 Added prototypes for DSLFunction by Ethan Nicholas · 3 years ago
  100. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years ago