1. 3270a78 Add Adreno5xx workaround for dual source blending followed by disabling blending bug. by Greg Daniel · 2 years, 10 months ago
  2. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 2 years, 10 months ago
  3. 171ff2f Patch TextureBindingsResetTest to match CommandBuffer expectations by Robert Phillips · 2 years, 10 months ago
  4. b6981fb Add float-packing intrinsics from sksl_gpu to Metal. by John Stiles · 2 years, 10 months ago
  5. 14c3175 Add ES3 intrinsic modf to sksl_public. by John Stiles · 2 years, 10 months ago
  6. 0736712 Support swizzled out-params in SPIR-V intrinsic calls. by John Stiles · 2 years, 10 months ago
  7. 8ff713b Revert "Add RelaxedPrecision decoration to function-call temp vars." by John Stiles · 2 years, 10 months ago
  8. 201b72a In runtime effects, treat all children as sampled by Brian Osman · 2 years, 10 months ago
  9. 0f4304e Add RelaxedPrecision decoration to function-call temp vars. by John Stiles · 2 years, 10 months ago
  10. f6c564e Move DeviceFlags and CheckAlphaTypeAndGetFlags to skgpu::BaseDevice by Robert Phillips · 2 years, 10 months ago
  11. 6a51b20 Avoid unnecessary load-store for out params in SPIR-V. by John Stiles · 2 years, 10 months ago
  12. 30f8611 Add RelaxedPrecision decoration to out-param temp vars. by John Stiles · 2 years, 10 months ago
  13. e588189 Remove overly verbose Usage enum from FilterResult by Michael Ludwig · 2 years, 10 months ago
  14. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 2 years, 10 months ago
  15. ff6c5bf Generate more diagnostics from IRGenerator, when given bad code. by John Stiles · 2 years, 10 months ago
  16. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 2 years, 10 months ago
  17. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 2 years, 10 months ago
  18. 0ad2d01 SkSL: Turn DSL parser off again by Brian Osman · 2 years, 10 months ago
  19. 733fd74 Improve unit testing of for-loops. by John Stiles · 2 years, 10 months ago
  20. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 2 years, 10 months ago
  21. 360db87 Fix line numbers of several DSLParser errors by Ethan Nicholas · 2 years, 10 months ago
  22. 0ed278b Flip the switch to activate DSLParser by Ethan Nicholas · 2 years, 10 months ago
  23. 678ec71 Added DSL modifiers declarations by Ethan Nicholas · 2 years, 10 months ago
  24. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 2 years, 10 months ago
  25. 642215e Added DSL extension support by Ethan Nicholas · 2 years, 10 months ago
  26. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 2 years, 10 months ago
  27. 9d82e61 Only perform unrolled-size check on valid code. by John Stiles · 2 years, 10 months ago
  28. b61a243 Refactored swizzle domain testing by Ethan Nicholas · 2 years, 10 months ago
  29. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 2 years, 10 months ago
  30. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 2 years, 10 months ago
  31. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 2 years, 10 months ago
  32. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 2 years, 10 months ago
  33. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  34. f80ef38 Add skstd::string_view::substr by Brian Osman · 2 years, 10 months ago
  35. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 2 years, 10 months ago
  36. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 2 years, 10 months ago
  37. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 2 years, 10 months ago
  38. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  39. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 2 years, 10 months ago
  40. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 2 years, 10 months ago
  41. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 2 years, 10 months ago
  42. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 2 years, 10 months ago
  43. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 2 years, 10 months ago
  44. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 2 years, 11 months ago
  45. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  46. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  47. 494eb3e Refactored IRGenerator::convertInterfaceBlock by Ethan Nicholas · 2 years, 10 months ago
  48. b42c383 Remove support for unsized arrays by Brian Osman · 2 years, 10 months ago
  49. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 2 years, 10 months ago
  50. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 2 years, 11 months ago
  51. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 2 years, 11 months ago
  52. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 2 years, 11 months ago
  53. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 2 years, 11 months ago
  54. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 2 years, 11 months ago
  55. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  56. aca3f22 Add skstd::optional::emplace. by John Stiles · 2 years, 11 months ago
  57. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 2 years, 11 months ago
  58. dec5ff2 Reland "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by John Stiles · 2 years, 11 months ago
  59. a228a48 Silence clang-tidy warnings around SkBlockAllocator by Michael Ludwig · 2 years, 11 months ago
  60. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  61. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 2 years, 11 months ago
  62. 31c8710 Fix parsing error with structs containing arrays. by John Stiles · 2 years, 11 months ago
  63. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 2 years, 11 months ago
  64. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 2 years, 11 months ago
  65. c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 2 years, 11 months ago
  66. 9155b33 Revert "Add ES3 intrinsics isinf/isnan to public SkSL ES3." by Brian Osman · 2 years, 11 months ago
  67. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 2 years, 11 months ago
  68. e43714f Add ES3 intrinsics isinf/isnan to public SkSL ES3. by John Stiles · 2 years, 11 months ago
  69. c332739 Remove 0/x arithmetic simplification. by John Stiles · 2 years, 11 months ago
  70. 9746f20 Tweak Overflow.sksl to generate the same output on Windows & other OS by Brian Osman · 2 years, 11 months ago
  71. f8a5504 SkSL: Use type-specific sampling intrinsics, rather than fn-call syntax by Brian Osman · 2 years, 11 months ago
  72. 878d8fb Improve constant folding for boolean vectors. by John Stiles · 2 years, 11 months ago
  73. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 2 years, 11 months ago
  74. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  75. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 2 years, 11 months ago
  76. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 2 years, 11 months ago
  77. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  78. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 2 years, 11 months ago
  79. d361690 Fix diagonal-matrix assertion discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  80. 3681662 Add trunc/round/roundEven SKSL ES3 public APIs. by John Stiles · 2 years, 11 months ago
  81. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 2 years, 11 months ago
  82. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 2 years, 11 months ago
  83. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 2 years, 11 months ago
  84. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years ago
  85. b39236b Add `floatBitsToInt` family of ES3 intrinsics to SkSL public ES3. by John Stiles · 2 years, 11 months ago
  86. 55dc5c8 Fix assertion in constant-folder when using float4(mat2) casts. by John Stiles · 2 years, 11 months ago
  87. db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  88. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  89. c61d1bf Implement determinant() in SkSL ES3 public API. by John Stiles · 2 years, 11 months ago
  90. 9078a89 Avoid mix-up between MAIN_COORDS and FRAGCOORD. by John Stiles · 2 years, 11 months ago
  91. 0733d48 Check for SkSL ES3 capabilities in GrShaderCaps. by John Stiles · 2 years, 11 months ago
  92. 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  93. 1e45dcd Add compile-time optimization for transpose(). by John Stiles · 2 years, 11 months ago
  94. a7ea663 Revert "Use generation() to detect ES3 support." by John Stiles · 2 years, 11 months ago
  95. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 2 years, 11 months ago
  96. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 2 years, 11 months ago
  97. 39822cf Add transpose() to public ES3 API. by John Stiles · 2 years, 11 months ago
  98. 5e3c1f4 Improve testing of transpose() intrinsic. by John Stiles · 2 years, 11 months ago
  99. 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 2 years, 11 months ago
  100. 823c504 Include non-ES2 numeric types in the root symbol table. by John Stiles · 2 years, 11 months ago