1. 9d82e61 Only perform unrolled-size check on valid code. by John Stiles · 3 years ago
  2. 36ddccc Remove unnecessary [[maybe_unused]]. by John Stiles · 3 years ago
  3. b6c29c7 Initialize class variables at construction time. by John Stiles · 3 years ago
  4. e780d6b Revert "Metal: add loadMSAAFromResolve support." by Florin Malita · 3 years ago
  5. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 3 years ago
  6. b61a243 Refactored swizzle domain testing by Ethan Nicholas · 3 years ago
  7. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 3 years ago
  8. 5572b2a Reland "[skottie] AllCaps support" by Florin Malita · 3 years ago
  9. 6142500 Revert "[skottie] AllCaps support" by Florin Malita · 3 years ago
  10. 9bb2422 Roll SwiftShader from c82c59307208 to bac3c5559b2b (1 revision) by skia-autoroll · 3 years ago
  11. 5438f1c Roll Dawn from 305f4df2b5ad to 90b41c78f94f (8 revisions) by skia-autoroll · 3 years ago
  12. c3dce03 Remove deprecated WebGPU blend factors by Brandon Jones · 3 years ago
  13. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  14. efc7ca4 [skottie] AllCaps support by Florin Malita · 3 years ago
  15. 88018b6 Roll skcms from c1e907c8f007 to cf7d3f925b87 (1 revision) by skia-autoroll · 3 years ago
  16. 0dd6959 Roll ANGLE from 3e9fda985013 to de09f8db317d (35 revisions) by skia-autoroll · 3 years ago
  17. 833cd20 Fixed DSL struct nesting check by Ethan Nicholas · 3 years ago
  18. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 3 years ago
  19. 070ff2f [infra] Update Go deps of infra module by Kevin Lubick · 3 years ago
  20. 6475b10 Restructure CheckProgramUnrolledSize to support cycle detection. by John Stiles · 3 years ago
  21. c7a1bc6 Roll ANGLE from a8f1a916a5e8 to 3e9fda985013 (1 revision) by skia-autoroll · 3 years ago
  22. 9f82158 Metal: add loadMSAAFromResolve support. by Jim Van Verth · 3 years ago
  23. c32bd0d Remove Docs-Preview links from PRESUBMIT.py by Ravi Mistry · 3 years ago
  24. 517f4ff Added type security checks to the DSL by Ethan Nicholas · 3 years ago
  25. 79ff8f2 Metal: re-enable retained references. by Jim Van Verth · 3 years ago
  26. 6b4f68b Added line numbers to some DSLParser errors that were missing them by Ethan Nicholas · 3 years ago
  27. 38ccf67 Fixed line number of DSLParser struct errors by Ethan Nicholas · 3 years ago
  28. b9c6489 Fixed 'destroyed without being declared' error in DSLParser by Ethan Nicholas · 3 years ago
  29. 30b328b Roll ANGLE from 27517801121e to a8f1a916a5e8 (3 revisions) by skia-autoroll · 3 years ago
  30. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  31. a97ad0f Stop requiring RTAdjust var when it is an interface block field by Ethan Nicholas · 3 years ago
  32. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  33. a248a9a Added line numbers to DSLParser type errors by Ethan Nicholas · 3 years ago
  34. 19c7ebf Roll SwiftShader from b75ca3758a80 to c82c59307208 (2 revisions) by skia-autoroll · 3 years ago
  35. f4ccf6f Roll Dawn from 4a4a80447653 to 305f4df2b5ad (3 revisions) by skia-autoroll · 3 years ago
  36. 25b3923 Roll skcms from 4f7135f89d98 to c1e907c8f007 (1 revision) by skia-autoroll · 3 years ago
  37. 709ecd5 Made another DSLParser error non-fatal by Ethan Nicholas · 3 years ago
  38. f80ef38 Add skstd::string_view::substr by Brian Osman · 3 years ago
  39. 0459a93 Made out-of-bounds literals non-fatal errors in DSLParser by Ethan Nicholas · 3 years ago
  40. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 3 years ago
  41. 98eae1e Moved DetectVarDeclarationWithoutScope out of IRGenerator by Ethan Nicholas · 3 years ago
  42. facffbe [infra] Add go/skia-break-glass to gardener documentation by Kevin Lubick · 3 years ago
  43. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  44. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  45. 0fc6bed Move VerifyStaticTests from Compiler to Analysis. by John Stiles · 3 years ago
  46. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  47. ad284fe Made DSLParser 'expected expression' a fatal error by Ethan Nicholas · 3 years ago
  48. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  49. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 3 years ago
  50. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  51. 7db3ab5 Remove SK_HAS_SRGBA_COLOR_TYPE guard by Brian Osman · 3 years ago
  52. fd1ff92 Made DSLType::Array return poison on error by Ethan Nicholas · 3 years ago
  53. e425088 Roll SwiftShader from 8ed4e39caa5b to b75ca3758a80 (2 revisions) by skia-autoroll · 3 years ago
  54. 4d6344c Roll Dawn from c7226a76245d to 4a4a80447653 (5 revisions) by skia-autoroll · 3 years ago
  55. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  56. 51b4b86 Improve DSL error reporting with invalid array sizes by Ethan Nicholas · 3 years ago
  57. 9667235 Use Type::convertArraySize from DSL for error detection by Ethan Nicholas · 3 years ago
  58. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  59. 0c8a598 Improved DSL Struct error reporting by Ethan Nicholas · 3 years ago
  60. 3b20489 Add FunctionDefinition::Convert for creating function definitions. by John Stiles · 3 years ago
  61. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 3 years ago
  62. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 3 years ago
  63. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years ago
  64. be8f73d Improved error reporting in DSLParser::swizzle by Ethan Nicholas · 3 years ago
  65. c898d04 Made IsAssignableVisitor ignore Poison values by Ethan Nicholas · 3 years ago
  66. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years ago
  67. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 3 years ago
  68. 0d45655 Metal: Remove unused variable by Jim Van Verth · 3 years ago
  69. f8f1fa0 Stop DSLParser from continuing after an invalid token by Ethan Nicholas · 3 years ago
  70. 2763323 Fixed DSL handling of struct field modifiers by Ethan Nicholas · 3 years ago
  71. e110f6e Improve DSLParser error recovery with interface blocks by Ethan Nicholas · 3 years ago
  72. c89ebe3 Fix EmptyStruct test in DSLParser by Ethan Nicholas · 3 years ago
  73. 772061e Added DSL error for opaque types in structs by Ethan Nicholas · 3 years ago
  74. 79c8899 Fix error with allocating arrays from DSLParser by Ethan Nicholas · 3 years ago
  75. df803aa Added positions to DSLParser layout processing by Ethan Nicholas · 3 years ago
  76. 36e4df7 Fixed a function name in MismatchedNumbers.sksl by Ethan Nicholas · 3 years ago
  77. 2910452 [infra] Port serve.py from Python2 to 3 by Kevin Lubick · 3 years ago
  78. 9c975c5 Store loop-unroll information inside ForStatement. by John Stiles · 3 years ago
  79. aa008bc Avoid integer overflow in area calculation for SkRect::Subtract by Michael Ludwig · 3 years ago
  80. ace470b Make IRGenerator::call propagate poison by Ethan Nicholas · 3 years ago
  81. 17c7c2f [fuzz] Update docs with better OSS-Fuzz link by Kevin Lubick · 3 years ago
  82. fd3a6d9 Always use python3 to run fetch-sk. by John Stiles · 3 years ago
  83. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 3 years ago
  84. 262713d Roll ANGLE from 3a9df22fcc51 to 27517801121e (1 revision) by skia-autoroll · 3 years ago
  85. 667d050 Roll Dawn from ea487972d16e to c7226a76245d (3 revisions) by skia-autoroll · 3 years ago
  86. 78a0099 Roll SwiftShader from 6aad52e1aef6 to 8ed4e39caa5b (9 revisions) by skia-autoroll · 3 years ago
  87. f182b8d Roll ANGLE from bc89eda7bb6e to 3a9df22fcc51 (9 revisions) by skia-autoroll · 3 years ago
  88. 2303f7c Redraw duing mouse drag by Mike Reed · 3 years ago
  89. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years ago
  90. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years ago
  91. 5d97a96 DSLParser now tracks parse errors separately from semantic errors by Ethan Nicholas · 3 years ago
  92. 2055cb2 Metal: fix RenderCommandEncoder compatibility check. by Jim Van Verth · 3 years ago
  93. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  94. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years ago
  95. e5d0778 [infra] Add wildcard OWNERS by Kevin Lubick · 3 years ago
  96. 5dbdb1e Line metrics: return all indices in UTF16 by Julia Lavrova · 3 years ago
  97. 078a8dd Yet another bug in line metrics by Julia Lavrova · 3 years ago
  98. d5e9523 Roll SwiftShader from 9eb5acaba94c to 6aad52e1aef6 (5 revisions) by Kevin Lubick · 3 years ago
  99. 16749b4 Disable TSAN bot from running vkdmsaa. by Greg Daniel · 3 years ago
  100. a85560a Work around divide-by-zero UBSAN errors in intrinsic optimization. by John Stiles · 3 years ago