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