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