1. cb40008 Implement switch in SkVM. by John Stiles · 2 years, 11 months ago
  2. 1c5eb4b Disallow continue inside a switch. by John Stiles · 3 years ago
  3. 35bd926 Add tests for switch + loop constructs. by John Stiles · 3 years ago
  4. e32309d Update switch-fallthrough test to run in dm. by John Stiles · 3 years ago
  5. b8f1651 Add workaround for switch() containing only a `default` case. by John Stiles · 3 years ago
  6. 2816dcf Fixed fuzzer-discovered bug with interface blocks by Ethan Nicholas · 3 years ago
  7. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  8. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 3 years ago
  9. be056f4 Add switch statement support to PipelineStage. by John Stiles · 3 years ago
  10. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 3 years ago
  11. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years ago
  12. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years ago
  13. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years ago
  14. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years ago
  15. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 3 years ago
  16. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 3 years ago
  17. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years ago
  18. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years ago
  19. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years ago
  20. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years ago
  21. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years ago
  22. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years ago
  23. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years ago
  24. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years ago
  25. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years ago
  26. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years ago
  27. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  28. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  29. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  30. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  31. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  32. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years ago
  33. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years ago
  34. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years ago
  35. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years ago
  36. 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years ago
  37. 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years ago
  38. f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years ago
  39. b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years ago
  40. d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  41. 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years ago
  42. 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years ago
  43. 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years ago
  44. 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years ago
  45. b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years ago
  46. 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years ago
  47. 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years ago
  48. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  49. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  50. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 1 month ago
  51. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  52. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 1 month ago
  53. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 1 month ago
  54. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 1 month ago
  55. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 1 month ago
  56. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 1 month ago
  57. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 1 month ago
  58. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 1 month ago
  59. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 1 month ago
  60. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 1 month ago
  61. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 1 month ago
  62. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 1 month ago
  63. ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 1 month ago
  64. 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 1 month ago
  65. 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 1 month ago
  66. f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 1 month ago
  67. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 1 month ago
  68. 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 1 month ago
  69. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 2 months ago
  70. 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  71. f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 2 months ago
  72. a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 2 months ago
  73. ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 2 months ago
  74. d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 2 months ago
  75. 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 2 months ago
  76. 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 2 months ago
  77. 3e4ef49 Remove SkBlendMode from SkSL by Brian Osman · 3 years, 2 months ago
  78. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 2 months ago
  79. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 3 months ago
  80. 155c33c Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL by Chris Dalton · 3 years, 3 months ago
  81. 9df48c6 Add test for literals that overflow int64. by John Stiles · 3 years, 3 months ago
  82. b069582 Add regression test for oss-fuzz:32156. by John Stiles · 3 years, 3 months ago
  83. b35fbdb Add test demonstrating overflow error in SkSL. by John Stiles · 3 years, 3 months ago
  84. 5ee369f Rename caps bit for matrix comparison rewrites. by John Stiles · 3 years, 3 months ago
  85. 147cfda Allow function declarations to take (void). by John Stiles · 3 years, 3 months ago
  86. 36c5796 Add caps bit for 2x2 matrix comparison rewrites. by John Stiles · 3 years, 3 months ago
  87. 25be58e Reland "Eliminate unreachable code during optimization." by John Stiles · 3 years, 3 months ago
  88. e72fd09 Revert "Eliminate unreachable code during optimization." by Brian Salomon · 3 years, 3 months ago
  89. c6260f9 Eliminate unreachable code during optimization. by John Stiles · 3 years, 3 months ago
  90. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 3 months ago
  91. f2b08cc Fix SPIR-V code generation of dead return statements. by John Stiles · 3 years, 3 months ago
  92. 191b4e2 Enable proper testing of matrix-scalar ops. by John Stiles · 3 years, 3 months ago
  93. 29b44fc Add SPIR-V test for matrix-op-scalar math. by John Stiles · 3 years, 3 months ago
  94. 6b13129 Add support for matrix + scalar to Metal codegen. by John Stiles · 3 years, 3 months ago
  95. 27193d4 Add test demonstrating missed opportunities with casts. by John Stiles · 3 years, 4 months ago
  96. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 4 months ago
  97. fb7d378 Add test demonstrating swizzled constant folding. by John Stiles · 3 years, 4 months ago
  98. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 4 months ago
  99. 83b0c83 Add support for built-in functions to DSLCPPCodeGenerator. by John Stiles · 3 years, 4 months ago
  100. d85d720 Add support for sample() to DSLCPPCodeGenerator. by John Stiles · 3 years, 4 months ago