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