1. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 5 years ago
  2. a70445f reland: configure attributes for SkottieView to be initialized from XML layout by Jorge Betancourt · 5 years ago
  3. 1fbb331 use SkIPoint for positions in GrTextBlob by Herb Derby · 5 years ago
  4. 86c272a Remove Adreno must-do-copies-from-origin workaround by Brian Salomon · 5 years ago
  5. a4bb064 Non-substantive changes to small path rendering classes by Robert Phillips · 5 years ago
  6. 37bc135 Remove incorrect 1 pixel opt. in GrInterpretFilterQuality. by Brian Salomon · 5 years ago
  7. 640c550 Fix implementation of SkDEBUGFAILF in SkSL. by John Stiles · 5 years ago
  8. 49983ef Runtime effect: Gather uniforms in one pass by Brian Osman · 5 years ago
  9. 765c592 MSAA improvements for Direct3D. by Jim Van Verth · 5 years ago
  10. 5edf510 Add plumbing for access to the flush-time GrSmallPathAtlasMgr by Robert Phillips · 5 years ago
  11. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 5 years ago
  12. 109ff20 Tweak GrSmallPathAtlasMgr's cached path discovery methods by Robert Phillips · 5 years ago
  13. bb67d54 Roll ANGLE from 48ba75ac6845 to 23335ac01cb8 (21 revisions) by skia-autoroll · 5 years ago
  14. 3ed9194 Roll dawn from 1662e97f324e to cbec3179ef87 (3 revisions) by skia-autoroll · 5 years ago
  15. f64194d Roll Chromium from 4430c2c58af2 to 5246cdb214b3 (398 revisions) by skia-autoroll · 5 years ago
  16. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 5 years ago
  17. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 5 years ago
  18. 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 5 years ago
  19. 0952991 Fix vulkan render pass ctor. by Greg Daniel · 5 years ago
  20. 02b1128 Replace SkSL string macros with inline constexpr char arrays. by John Stiles · 5 years ago
  21. 5b68ed4 Remove GrStyledShape.h from GrSmallPathShapeData.h by Robert Phillips · 5 years ago
  22. 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 5 years ago
  23. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 5 years ago
  24. 46a324a Move GrSmallPathAtlasMgr to its own file and out-line by Robert Phillips · 5 years ago
  25. c45f0cf Update style guidance for [[fallthrough]]. by John Stiles · 5 years ago
  26. 3262bc8 Clarify that the GrDirectContext uniquely holds the text atlas manager by Robert Phillips · 5 years ago
  27. ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 5 years ago
  28. b418921 Add plumbing for dst read render passes into GrVkRenderPass. by Greg Daniel · 5 years ago
  29. fb9f2e9 Add style guidance for `k` prefix on constants. by John Stiles · 5 years ago
  30. 5dd3d88 Move more atlas functionality from GrSmallPathRenderer to GrSmallPathAtlasMgr by Robert Phillips · 5 years ago
  31. 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 5 years ago
  32. 7e74746 add terminating file on complete of CorrectnessActivity by Jorge Betancourt · 5 years ago
  33. dd49617 Reland "Untangle dependency cycle in sksl dehydration" by Brian Osman · 5 years ago
  34. fff62bb simplify skvm blitter main logic by Mike Klein · 5 years ago
  35. 18423cd Add more perf tests and other minor improvemnts by Nathaniel Nifong · 5 years ago
  36. 0467e6c make skvm lerp() a little smarter by Mike Klein · 5 years ago
  37. 0811011 [recipes] Dump debugging information before running tests on Android by Eric Boren · 5 years ago
  38. 039f681 Label constants with k prefix (not g) and use constexpr. by John Stiles · 5 years ago
  39. cac1764 Add a GrSmallPathAtlasMgr class by Robert Phillips · 5 years ago
  40. 530fc3b Roll ANGLE from 3831ac2043e4 to 48ba75ac6845 (14 revisions) by skia-autoroll · 5 years ago
  41. eb03dba Roll Chromium from 2acf87cc82a2 to 4430c2c58af2 (515 revisions) by skia-autoroll · 5 years ago
  42. 9d84bc1 Roll SwiftShader from a202c209bc91 to 59b4828f293e (1 revision) by skia-autoroll · 5 years ago
  43. 64aee0a Roll dawn from 2cf5a08cfc1b to 1662e97f324e (2 revisions) by skia-autoroll · 5 years ago
  44. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 5 years ago
  45. e0dd3df remove unused Arena reset() by Herb Derby · 5 years ago
  46. a578138 Revert "Untangle dependency cycle in sksl dehydration" by Brian Osman · 5 years ago
  47. fc11fd4 Allow CoreText axis hidden value to be CFNumber. by Ben Wagner · 5 years ago
  48. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 5 years ago
  49. 24a7f07 Fix GrImprovedPerlinNoiseEffect::onIsEqual to compare properly. by John Stiles · 5 years ago
  50. a1ed0dc Untangle dependency cycle in sksl dehydration by Brian Osman · 5 years ago
  51. 6507e63 Update how the GrSmallPathRenderer's cache entries are created and destroyed by Robert Phillips · 5 years ago
  52. 3f2ac36 split getPaint() by Mike Klein · 5 years ago
  53. 63a1a83 More verbose CoreText structure checks by Ben Wagner · 5 years ago
  54. 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 5 years ago
  55. 51f2c15 check SkPictureData::getPaint() by Mike Klein · 5 years ago
  56. de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 5 years ago
  57. 3e8fae7 Revert "Add inline threshold to SkSL::Program::Settings" by Brian Osman · 5 years ago
  58. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 5 years ago
  59. 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 5 years ago
  60. efc17ce Fix bug in SkMipmapCache::AddAndRef factory selection. by John Stiles · 5 years ago
  61. 871aa74 Add support for children to runtime color filters by Brian Osman · 5 years ago
  62. 8bfe391 [skottie] Add animation in/out point getters by Florin Malita · 5 years ago
  63. ad3db40 Add inline threshold to SkSL::Program::Settings by Brian Osman · 5 years ago
  64. 3b08f35 deserialize SkFilterQuality safely by Mike Klein · 5 years ago
  65. 045adb5 Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."" by Mike Klein · 5 years ago
  66. 2cc251f Roll ANGLE from bedac4f06b5c to 3831ac2043e4 (14 revisions) by skia-autoroll · 5 years ago
  67. 30edd32 Roll Chromium from 69b685d4bfd2 to 2acf87cc82a2 (445 revisions) by skia-autoroll · 5 years ago
  68. 3e0d34a Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions) by skia-autoroll · 5 years ago
  69. ea70694 Roll dawn from fa4b74d479aa to 2cf5a08cfc1b (1 revision) by skia-autoroll · 5 years ago
  70. b35c3b8 Replace `unimpl` comments with `= delete`. by John Stiles · 5 years ago
  71. b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 5 years ago
  72. c262a12 Fix IWYU error in metal-code generator, re-gen dither effect by Brian Osman · 5 years ago
  73. 2c4a07d allow external files in canvas_perf.js tests by Nathaniel Nifong · 5 years ago
  74. 1554368 Fix parameter evaluation order bug in DDLPromiseImageHelper by Robert Phillips · 5 years ago
  75. 9b01c9c5 Update the DitherEffect @test to ensure non-zero dithering. by John Stiles · 5 years ago
  76. 5e96595 Fix unaligned pointer warning on iOS. by Jim Van Verth · 5 years ago
  77. fcf8cb2 Implement matrix casting in Metal. by John Stiles · 5 years ago
  78. b33fa3f simplified SkSL REHYDRATE=0 by Ethan Nicholas · 5 years ago
  79. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 5 years ago
  80. 269b21c SkRuntimeEffect: Apply uniform transforms in color filters, too by Brian Osman · 5 years ago
  81. 19c3850 [infra] iPad 13.6 by Weston Tracey · 5 years ago
  82. 9dd293c [infra] Add new provisioning profile including 4 new ipad UIDs. by Weston Tracey · 5 years ago
  83. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 5 years ago
  84. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 5 years ago
  85. 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 5 years ago
  86. 70df33d use a single point as DirectMaskSubRun's vertex data by Herb Derby · 5 years ago
  87. 76e7a7f Begin wrapping GrSmallPathRenderer atlas accesses by Robert Phillips · 5 years ago
  88. 943463f Reland "Switch GN defs on Mac and iOS to use frameworks, take 2." by Jim Van Verth · 5 years ago
  89. 81b276e add SkGraphics::AllowJIT() by Mike Klein · 5 years ago
  90. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 5 years ago
  91. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 5 years ago
  92. 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 5 years ago
  93. 34949e3 Pull ShapeData into its own header file and rename to GrSmallPathShapeData by Robert Phillips · 5 years ago
  94. 7a171cc Roll ANGLE from 6c873cfde957 to bedac4f06b5c (13 revisions) by skia-autoroll · 5 years ago
  95. 1362c1e Roll Chromium from b133b38aa4d3 to 69b685d4bfd2 (479 revisions) by skia-autoroll · 5 years ago
  96. d2f4008 Roll dawn from 076a4e58205d to fa4b74d479aa (2 revisions) by skia-autoroll · 5 years ago
  97. b720375 Revert "Switch GN defs on Mac and iOS to use frameworks, take 2." by Herb Derby · 5 years ago
  98. 672c476 Replace 'master' with 'top-level' or 'gradient' by Michael Ludwig · 5 years ago
  99. 2b8940e remove SkRP-based runtime effects by Mike Klein · 5 years ago
  100. be3ea68 allow SkSpriteBlitter::setup() to fail by Mike Klein · 5 years ago