1. cb40008 Implement switch in SkVM. by John Stiles · 2 years, 11 months ago
  2. 448b2d5 Add GetConstantValue, fix const-variable ES2 loop bounds by Brian Osman · 2 years, 11 months ago
  3. d668d4d Fix SwitchWithFallthrough test on iOS. by John Stiles · 3 years ago
  4. 1c5eb4b Disallow continue inside a switch. by John Stiles · 3 years ago
  5. 35bd926 Add tests for switch + loop constructs. by John Stiles · 3 years ago
  6. e32309d Update switch-fallthrough test to run in dm. by John Stiles · 3 years ago
  7. b8f1651 Add workaround for switch() containing only a `default` case. by John Stiles · 3 years ago
  8. 2816dcf Fixed fuzzer-discovered bug with interface blocks by Ethan Nicholas · 3 years ago
  9. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  10. 8e369b0 Replace break with continue inside empty (post-optimization) loop. by John Stiles · 3 years ago
  11. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  12. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 3 years ago
  13. 8c9c185 Simplify SkAAClip to use SkClipOp, not SkRegion::Op by Michael Ludwig · 3 years ago
  14. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years ago
  15. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 3 years ago
  16. 498bfa4 Add test case for 'loop over switch with continue inside.' by John Stiles · 3 years ago
  17. 8097076 Reorder optimizations to eliminate more code. by John Stiles · 3 years ago
  18. b42b926 Add additional examples to UnusedVariables test. by John Stiles · 3 years ago
  19. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years ago
  20. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years ago
  21. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years ago
  22. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years ago
  23. d0665d9 Fix fuzzer-discovered null deref with empty interface blocks. by John Stiles · 3 years ago
  24. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years ago
  25. 2dda4b6 Allow Mangler to be used outside of Inliner. by John Stiles · 3 years ago
  26. 2280058 Reenable DSLParser by Ethan Nicholas · 3 years ago
  27. 2586851 Add fwidth intrinsic to public SkSL in ES3. by John Stiles · 3 years ago
  28. 0dc09b1 Update SkSLTest to check a 2x2 surface. by John Stiles · 3 years ago
  29. c915da9 Revert "Enable MatrixConstructors test, outside of Quadro P400." by John Stiles · 3 years ago
  30. c6ce617 Enable MatrixConstructors test, outside of Quadro P400. by John Stiles · 3 years ago
  31. 4f1593e Use swizzles in Metal matrix helper functions. by John Stiles · 3 years ago
  32. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years ago
  33. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 3 years ago
  34. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 3 years ago
  35. 78b84cc Fix size calculation of blockless for-loops. by John Stiles · 3 years ago
  36. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years ago
  37. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years ago
  38. 143e850 Fix Metal row/column confusion, again. by John Stiles · 3 years ago
  39. e76530d Replace DSL's Sample() with DSLGlobalVar::eval() by Brian Osman · 3 years ago
  40. 8d9e313 Set Metal minimum version for iOS to 9.0. by Jim Van Verth · 3 years ago
  41. eae4ad9 Remove SkSL sample() intrinsic for Skia object types by Brian Osman · 3 years ago
  42. 2bc96d6 Merge GrVkAttachment into GrVkImage. by Greg Daniel · 3 years ago
  43. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years ago
  44. 7591d4b Replace trio of XxxxLiteral types with a single Literal type. by John Stiles · 3 years ago
  45. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years ago
  46. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years ago
  47. 181bb97 Reorganize and hide aa clip impl into .cpp file by Michael Ludwig · 3 years ago
  48. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years ago
  49. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years ago
  50. c7ffd5e Clip vertical edges outside crop rect during convex edge walk by Michael Ludwig · 3 years ago
  51. 12545d4 Implement compile-time optimization for outerProduct. by John Stiles · 3 years ago
  52. 144ea42 Enable outerProduct() in public SkSL and add unit tests. by John Stiles · 3 years ago
  53. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years ago
  54. 2533953 Add Round() to DSL. by John Stiles · 3 years ago
  55. df84ccd Disable SkSLIntrinsicPackUnorm2x16 test. by John Stiles · 3 years ago
  56. feb1e12 Add implementation of outerProduct() intrinsic to Metal. by John Stiles · 3 years ago
  57. 3270a78 Add Adreno5xx workaround for dual source blending followed by disabling blending bug. by Greg Daniel · 3 years ago
  58. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years ago
  59. 171ff2f Patch TextureBindingsResetTest to match CommandBuffer expectations by Robert Phillips · 3 years ago
  60. b6981fb Add float-packing intrinsics from sksl_gpu to Metal. by John Stiles · 3 years ago
  61. 14c3175 Add ES3 intrinsic modf to sksl_public. by John Stiles · 3 years ago
  62. 0736712 Support swizzled out-params in SPIR-V intrinsic calls. by John Stiles · 3 years ago
  63. 8ff713b Revert "Add RelaxedPrecision decoration to function-call temp vars." by John Stiles · 3 years ago
  64. 201b72a In runtime effects, treat all children as sampled by Brian Osman · 3 years ago
  65. 0f4304e Add RelaxedPrecision decoration to function-call temp vars. by John Stiles · 3 years ago
  66. f6c564e Move DeviceFlags and CheckAlphaTypeAndGetFlags to skgpu::BaseDevice by Robert Phillips · 3 years ago
  67. 6a51b20 Avoid unnecessary load-store for out params in SPIR-V. by John Stiles · 3 years ago
  68. 30f8611 Add RelaxedPrecision decoration to out-param temp vars. by John Stiles · 3 years ago
  69. e588189 Remove overly verbose Usage enum from FilterResult by Michael Ludwig · 3 years ago
  70. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years ago
  71. ff6c5bf Generate more diagnostics from IRGenerator, when given bad code. by John Stiles · 3 years ago
  72. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 3 years ago
  73. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 3 years ago
  74. 0ad2d01 SkSL: Turn DSL parser off again by Brian Osman · 3 years ago
  75. 733fd74 Improve unit testing of for-loops. by John Stiles · 3 years ago
  76. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  77. 360db87 Fix line numbers of several DSLParser errors by Ethan Nicholas · 3 years ago
  78. 0ed278b Flip the switch to activate DSLParser by Ethan Nicholas · 3 years ago
  79. 678ec71 Added DSL modifiers declarations by Ethan Nicholas · 3 years ago
  80. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 3 years ago
  81. 642215e Added DSL extension support by Ethan Nicholas · 3 years ago
  82. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years ago
  83. 9d82e61 Only perform unrolled-size check on valid code. by John Stiles · 3 years ago
  84. b61a243 Refactored swizzle domain testing by Ethan Nicholas · 3 years ago
  85. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 3 years ago
  86. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  87. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 3 years ago
  88. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  89. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  90. f80ef38 Add skstd::string_view::substr by Brian Osman · 3 years ago
  91. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 3 years ago
  92. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  93. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  94. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  95. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  96. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years ago
  97. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 3 years ago
  98. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years ago
  99. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  100. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years ago