1. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 2 years, 10 months ago
  2. 983ae86 Only treat PNG_COLOR_TYPE_RGB as 565 by Derek Sollenberger · 2 years, 10 months ago
  3. 2a3ee58 Metal: Set up discardable MSAA. by Jim Van Verth · 2 years, 10 months ago
  4. 7d64a03 Disable UBSAN overflow detection in SkVM. by John Stiles · 2 years, 10 months ago
  5. ca5d31e Revert "Add OWNERS to include (and include/private) to enforce API review" by Brian Osman · 2 years, 10 months ago
  6. 5e11063 Roll SK Tool from fa3927a79599 to 583b1ee16513 by skia-autoroll · 2 years, 10 months ago
  7. 7efdc8f Reland "Metal: add loadMSAAFromResolve support." by Jim Van Verth · 2 years, 10 months ago
  8. be0e255 Add OWNERS to include (and include/private) to enforce API review by Brian Osman · 2 years, 10 months ago
  9. 6763e7c Remove unused vk tiling param from memory allocating/freeing. by Greg Daniel · 2 years, 10 months ago
  10. d5bd2df Silence unused-variable warning for layerHeight. by John Stiles · 2 years, 10 months ago
  11. 09961b5 [COLRv1] Fix blending and compositing by Dominik Röttsches · 2 years, 10 months ago
  12. 8e5fca1 Disable SkSL LoopFloat test on Mac Intel GPUs. by John Stiles · 2 years, 10 months ago
  13. 0ad2d01 SkSL: Turn DSL parser off again by Brian Osman · 2 years, 10 months ago
  14. 733fd74 Improve unit testing of for-loops. by John Stiles · 2 years, 10 months ago
  15. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 2 years, 10 months ago
  16. 826468f Optimize dead-code elimination in SkVM. by John Stiles · 2 years, 10 months ago
  17. cf6ea77 fix fontMgr.makeTypefaceFromData type name by Nam Se Hyun · 2 years, 10 months ago
  18. e1b74b7 Fix EmbindObject's deleteLater to deleteAfter by Nam Se Hyun · 2 years, 10 months ago
  19. 10fa1c8 Roll Dawn from 2e40f90e8cb9 to ba1feb07bc5f (1 revision) by skia-autoroll · 2 years, 10 months ago
  20. 48bb9a5 Roll SwiftShader from bac3c5559b2b to aed9a7633481 (1 revision) by skia-autoroll · 2 years, 10 months ago
  21. fc5efe3 Roll Dawn from 90b41c78f94f to 2e40f90e8cb9 (4 revisions) by skia-autoroll · 2 years, 10 months ago
  22. f65cd9b Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 10 months ago
  23. 360db87 Fix line numbers of several DSLParser errors by Ethan Nicholas · 2 years, 10 months ago
  24. 7ad42c0 Fix nanobench perf bug with large --ms values by Brian Osman · 2 years, 10 months ago
  25. c3a0c8e Perform rect+path clip intersection in-place by Michael Ludwig · 2 years, 10 months ago
  26. 56273c9 Update SkSL docs slightly by Brian Osman · 2 years, 11 months ago
  27. 0ed278b Flip the switch to activate DSLParser by Ethan Nicholas · 2 years, 10 months ago
  28. 678ec71 Added DSL modifiers declarations by Ethan Nicholas · 2 years, 10 months ago
  29. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 2 years, 10 months ago
  30. 3e4ccf1 Roll ANGLE from de09f8db317d to 3271dea1673a (3 revisions) by skia-autoroll · 2 years, 10 months ago
  31. 642215e Added DSL extension support by Ethan Nicholas · 2 years, 10 months ago
  32. 1eb1f44 Add typeface to shaper md by Mike Reed · 2 years, 10 months ago
  33. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 2 years, 10 months ago
  34. 9d82e61 Only perform unrolled-size check on valid code. by John Stiles · 2 years, 10 months ago
  35. 36ddccc Remove unnecessary [[maybe_unused]]. by John Stiles · 2 years, 10 months ago
  36. b6c29c7 Initialize class variables at construction time. by John Stiles · 2 years, 10 months ago
  37. e780d6b Revert "Metal: add loadMSAAFromResolve support." by Florin Malita · 2 years, 10 months ago
  38. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 2 years, 10 months ago
  39. b61a243 Refactored swizzle domain testing by Ethan Nicholas · 2 years, 10 months ago
  40. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 2 years, 10 months ago
  41. 5572b2a Reland "[skottie] AllCaps support" by Florin Malita · 2 years, 10 months ago
  42. 6142500 Revert "[skottie] AllCaps support" by Florin Malita · 2 years, 10 months ago
  43. 9bb2422 Roll SwiftShader from c82c59307208 to bac3c5559b2b (1 revision) by skia-autoroll · 2 years, 10 months ago
  44. 5438f1c Roll Dawn from 305f4df2b5ad to 90b41c78f94f (8 revisions) by skia-autoroll · 2 years, 10 months ago
  45. c3dce03 Remove deprecated WebGPU blend factors by Brandon Jones · 2 years, 10 months ago
  46. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 2 years, 10 months ago
  47. efc7ca4 [skottie] AllCaps support by Florin Malita · 2 years, 10 months ago
  48. 88018b6 Roll skcms from c1e907c8f007 to cf7d3f925b87 (1 revision) by skia-autoroll · 2 years, 10 months ago
  49. 0dd6959 Roll ANGLE from 3e9fda985013 to de09f8db317d (35 revisions) by skia-autoroll · 2 years, 10 months ago
  50. 833cd20 Fixed DSL struct nesting check by Ethan Nicholas · 2 years, 10 months ago
  51. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 2 years, 10 months ago
  52. 070ff2f [infra] Update Go deps of infra module by Kevin Lubick · 2 years, 10 months ago
  53. 6475b10 Restructure CheckProgramUnrolledSize to support cycle detection. by John Stiles · 2 years, 10 months ago
  54. c7a1bc6 Roll ANGLE from a8f1a916a5e8 to 3e9fda985013 (1 revision) by skia-autoroll · 2 years, 10 months ago
  55. 9f82158 Metal: add loadMSAAFromResolve support. by Jim Van Verth · 2 years, 10 months ago
  56. c32bd0d Remove Docs-Preview links from PRESUBMIT.py by Ravi Mistry · 2 years, 10 months ago
  57. 517f4ff Added type security checks to the DSL by Ethan Nicholas · 2 years, 10 months ago
  58. 79ff8f2 Metal: re-enable retained references. by Jim Van Verth · 2 years, 10 months ago
  59. 6b4f68b Added line numbers to some DSLParser errors that were missing them by Ethan Nicholas · 2 years, 10 months ago
  60. 38ccf67 Fixed line number of DSLParser struct errors by Ethan Nicholas · 2 years, 10 months ago
  61. b9c6489 Fixed 'destroyed without being declared' error in DSLParser by Ethan Nicholas · 2 years, 10 months ago
  62. 30b328b Roll ANGLE from 27517801121e to a8f1a916a5e8 (3 revisions) by skia-autoroll · 2 years, 10 months ago
  63. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 2 years, 10 months ago
  64. a97ad0f Stop requiring RTAdjust var when it is an interface block field by Ethan Nicholas · 2 years, 10 months ago
  65. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  66. a248a9a Added line numbers to DSLParser type errors by Ethan Nicholas · 2 years, 10 months ago
  67. 19c7ebf Roll SwiftShader from b75ca3758a80 to c82c59307208 (2 revisions) by skia-autoroll · 2 years, 10 months ago
  68. f4ccf6f Roll Dawn from 4a4a80447653 to 305f4df2b5ad (3 revisions) by skia-autoroll · 2 years, 10 months ago
  69. 25b3923 Roll skcms from 4f7135f89d98 to c1e907c8f007 (1 revision) by skia-autoroll · 2 years, 10 months ago
  70. 709ecd5 Made another DSLParser error non-fatal by Ethan Nicholas · 2 years, 10 months ago
  71. f80ef38 Add skstd::string_view::substr by Brian Osman · 2 years, 10 months ago
  72. 0459a93 Made out-of-bounds literals non-fatal errors in DSLParser by Ethan Nicholas · 2 years, 10 months ago
  73. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 2 years, 10 months ago
  74. 98eae1e Moved DetectVarDeclarationWithoutScope out of IRGenerator by Ethan Nicholas · 2 years, 10 months ago
  75. facffbe [infra] Add go/skia-break-glass to gardener documentation by Kevin Lubick · 2 years, 10 months ago
  76. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 2 years, 10 months ago
  77. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  78. 0fc6bed Move VerifyStaticTests from Compiler to Analysis. by John Stiles · 2 years, 10 months ago
  79. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  80. ad284fe Made DSLParser 'expected expression' a fatal error by Ethan Nicholas · 2 years, 10 months ago
  81. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 2 years, 10 months ago
  82. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 2 years, 10 months ago
  83. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  84. 7db3ab5 Remove SK_HAS_SRGBA_COLOR_TYPE guard by Brian Osman · 2 years, 11 months ago
  85. fd1ff92 Made DSLType::Array return poison on error by Ethan Nicholas · 2 years, 10 months ago
  86. e425088 Roll SwiftShader from 8ed4e39caa5b to b75ca3758a80 (2 revisions) by skia-autoroll · 2 years, 10 months ago
  87. 4d6344c Roll Dawn from c7226a76245d to 4a4a80447653 (5 revisions) by skia-autoroll · 2 years, 10 months ago
  88. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  89. 51b4b86 Improve DSL error reporting with invalid array sizes by Ethan Nicholas · 2 years, 10 months ago
  90. 9667235 Use Type::convertArraySize from DSL for error detection by Ethan Nicholas · 2 years, 10 months ago
  91. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 2 years, 10 months ago
  92. 0c8a598 Improved DSL Struct error reporting by Ethan Nicholas · 2 years, 10 months ago
  93. 3b20489 Add FunctionDefinition::Convert for creating function definitions. by John Stiles · 2 years, 11 months ago
  94. be2c3ee Fix compilation with "skia_enable_skparagraph = false" by Robert Phillips · 2 years, 10 months ago
  95. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 2 years, 10 months ago
  96. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 10 months ago
  97. be8f73d Improved error reporting in DSLParser::swizzle by Ethan Nicholas · 2 years, 11 months ago
  98. c898d04 Made IsAssignableVisitor ignore Poison values by Ethan Nicholas · 2 years, 11 months ago
  99. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 2 years, 10 months ago
  100. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 2 years, 10 months ago