1. 886e850 Apply fake bold and italic settings to the SkFont if the typeface needs them by Jason Simmons · 5 years ago
  2. 251eff6 Multithread SkStrike test by Herb Derby · 5 years ago
  3. 82ea0ea Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  4. 67da665 Pass origin into GrCoordTransform. by Greg Daniel · 5 years ago
  5. 2b67bf3 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  6. 66356c2 Don't go out of our way to do vector calc in GrTextureEffect by Brian Salomon · 5 years ago
  7. 87506ab Remove (mostly) getting swizzle from GrSurfaceProxy. by Greg Daniel · 5 years ago
  8. ea25fcf Replace DM:Error with DM::Result. by Ben Wagner · 5 years ago
  9. 7ef777e tranform -> transform by Ethan Nicholas · 5 years ago
  10. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 5 years ago
  11. 9b57f0f Remove legacy debugging print outs by Robert Phillips · 5 years ago
  12. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 5 years ago
  13. 3c3b543 try release MSAN jobs by Mike Klein · 5 years ago
  14. 508fd32 make SkBBH a public interface by Mike Klein · 5 years ago
  15. e1bad06 calculate root bounds directly by Mike Klein · 5 years ago
  16. 55b137c More tweaks to iOS build instructions. by Jim Van Verth · 6 years ago
  17. 4395612 Update generated effects to use views. by Greg Daniel · 5 years ago
  18. 0234170 Simplify SkStrike ctor by herb · 5 years ago
  19. be28d2e This change allows users of PropertyObserver to compose a full keypath for each of the modified properties. by Shachar Langbeheim · 5 years ago
  20. 125d382 Revert "Ensure arcTo (SVG) ends at the targeted point" by Mike Reed · 5 years ago
  21. d282df4 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  22. 29b6deb Update Go Deps by skia-recreate-skps · 5 years ago
  23. 1b901d8 Roll ../src 32b4892fd4e5..b4a3bf71d776 (374 commits) by skia-autoroll · 5 years ago
  24. 89e146d Roll third_party/externals/angle2 b40d48a67c93..e1ccac7ff9f0 (5 commits) by skia-autoroll · 5 years ago
  25. 6ac2097 Roll third_party/externals/swiftshader 196d81774ef8..6cbb02e0dc93 (10 commits) by skia-autoroll · 5 years ago
  26. 3114310 Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 5 years ago
  27. 3841d0e Remove unused fields from SkSL's IRGenerator by Brian Osman · 5 years ago
  28. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 5 years ago
  29. 1cb5527 remove enum docs by Mike Klein · 5 years ago
  30. 471fa4f [infra] Update infra dep to fix Housekeeper-PerCommit-PushAppsFromWASMDockerImage by Eric Boren · 5 years ago
  31. 660317f Move scaler context fallback to GDI by herb · 5 years ago
  32. ae99dca Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  33. 124486b Fix a gpu couple tests to use views. by Greg Daniel · 5 years ago
  34. ea81679 remove chorizo cpu jobs by Mike Klein · 5 years ago
  35. d6ff6f7 Fix typo: widthWithGhostSpaces by Jason Simmons · 5 years ago
  36. b1525c7 Update canvaskit fiddle shader example by Nathaniel Nifong · 5 years ago
  37. 6f9a37f test _MSC_VER in SkCpu by Mike Klein · 5 years ago
  38. d11ae2e Update OnFlushResourceProvider for views. by Greg Daniel · 5 years ago
  39. f989aea Support children in SkRuntimeEffect::makeColorFilter by Brian Osman · 5 years ago
  40. c3b67eb Add a "conservative raster" flag for GrFillRectOp by Chris Dalton · 5 years ago
  41. e32506b Update GrClipStackClip and GrDeviceSpaceTextureDecalFP to use views. by Greg Daniel · 5 years ago
  42. d0b3d9c Add comment to SkTPin explaining NaN behavior by Brian Osman · 5 years ago
  43. 88417e7 SkCreateCGImageRef needs to not rely on N32 by Mike Reed · 5 years ago
  44. 50a490a fix gm to test unpremul etc. by Mike Reed · 5 years ago
  45. 3e71209 [infra] Add ccache for mac default builds. by Weston Tracey · 5 years ago
  46. cdf2491 Update Go Deps by Eric Boren · 5 years ago
  47. dc2782c Update OverdrawColorFilter to clarify how it interprets its input array. by Mike Reed · 5 years ago
  48. 4fe89b4 Roll third_party/externals/angle2 a8e6a463121b..b40d48a67c93 (10 commits) by skia-autoroll · 5 years ago
  49. 6e35e79 Roll third_party/externals/swiftshader b3b2a4fc756f..196d81774ef8 (1 commits) by skia-autoroll · 5 years ago
  50. abefc9c Roll ../src 437a856b0a5d..32b4892fd4e5 (392 commits) by skia-autoroll · 5 years ago
  51. 88c3793 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  52. f83d034 Use mixed samples in GrDynamicAtlas by Chris Dalton · 5 years ago
  53. cb1ba16 add -O1 to debug docker builds by Mike Klein · 5 years ago
  54. 21f382c docs - Update links to go directly to doxygen content. by Joe Gregorio · 5 years ago
  55. daa19f3 Remove unused fields from SkScalerContextProxy by Herb Derby · 5 years ago
  56. c2a0d0e sub_f32 -> sub_f32_imm more sanely by Mike Klein · 5 years ago
  57. 5dd64f3 Fix fiddle after change to remove GrSurfaceDesc. by Brian Salomon · 5 years ago
  58. 4e99853 Add a simple atlas to the GPU tessellation path renderer by Chris Dalton · 5 years ago
  59. 5cdeb39 only emit _imm ops when JITing for x86 by Mike Klein · 5 years ago
  60. 465864c Don't clip non-AA quads by Michael Ludwig · 5 years ago
  61. a49de4d Keep UVs consistent in degenerate quads by Michael Ludwig · 5 years ago
  62. 9f0dfbd Have various software uploaders in gpu backend use views. by Greg Daniel · 5 years ago
  63. a04c91e Revert "Defined N32 to always be BGRA" by Mike Reed · 5 years ago
  64. 352be0e format GN files by Mike Klein · 5 years ago
  65. 9a37fb6 [fiddle] Add more logging for setup_backend_objects failures. by Joe Gregorio · 5 years ago
  66. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 5 years ago
  67. 33c7a46 Defined N32 to always be BGRA by Mike Reed · 5 years ago
  68. 7b9524c Fix crash when editing particle scripts by Brian Osman · 5 years ago
  69. 7475ac0 Add validation layer support. by John Rosasco · 5 years ago
  70. 6b55216 Roll ../src d7612decf133..437a856b0a5d (508 commits) by skia-autoroll · 5 years ago
  71. 8fa935e Roll third_party/externals/angle2 e02f4996c6e9..a8e6a463121b (8 commits) by skia-autoroll · 5 years ago
  72. 07b4ce2 Roll third_party/externals/swiftshader dd48b7e2d06e..b3b2a4fc756f (11 commits) by skia-autoroll · 5 years ago
  73. be7a92c Update SKP version by skia-recreate-skps · 5 years ago
  74. c03e698 GrTessellator: fix for performance issue on many intersections. by Stephen White · 5 years ago
  75. 8c80b19 Interpreter: Support returns from runStriped by Brian Osman · 5 years ago
  76. 8dad1ff [sksg] Improved layer elision heuristic by Florin Malita · 5 years ago
  77. a9405c2 Compress color using hex instead of rgb in SkSVGDevice. by Lam Lu · 5 years ago
  78. e810d83 Use views where needed in CCPR. by Greg Daniel · 5 years ago
  79. dff4173 Revert "fiddle - Don't make warnings into errors." by Joe Gregorio · 5 years ago
  80. ae79795 Remove all the bookmaker generated docs. by Joe Gregorio · 5 years ago
  81. dfec731 build both tsan and msan libc++ by Mike Klein · 6 years ago
  82. b2031d4 fiddle - Don't make warnings into errors. by Joe Gregorio · 7 years ago
  83. a550cf2 Extract a GrDynamicAtlas base class from GrCCAtlas by Chris Dalton · 5 years ago
  84. 1b14aa2 [infra] Reland "Use ccache for linux default builds." by Weston Tracey · 5 years ago
  85. 7353dc5 Change SkSL main() from (float x, float y) to (float2 p) by Brian Osman · 5 years ago
  86. 5e27550 Revert "Use ccache for linux default builds." by Leon Scroggins · 5 years ago
  87. a56a746 Remove GrSurfaceDesc by Brian Salomon · 5 years ago
  88. 42a604f Allow decoding without color conversion - part 2 by Leon Scroggins III · 5 years ago
  89. 949ceb2 Add ClipToW0 utility function for GrQuads, by Michael Ludwig · 5 years ago
  90. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  91. 3a17a32 Reset current context on Mac GLContext destruction. by Jim Van Verth · 5 years ago
  92. 46b2b00 Fix bump3d use of sample() by Brian Osman · 5 years ago
  93. d2e4de1 Add a fast codepath for SkPath.addPath(kAppend) by Chris Dalton · 5 years ago
  94. 9f3eef7 Use ccache for linux default builds. by Weston Tracey · 5 years ago
  95. 2f3cd4f Views for all draw texture calls in SkGpuDevice and RenderTargetContext. by Greg Daniel · 5 years ago
  96. 511af2e Skia-Dawn: update to new GrGLSLProgramBuilder constructor. by Stephen White · 5 years ago
  97. 4bb6195 move instruction specialization later by Mike Klein · 5 years ago
  98. 7c6a4a8 Simplify domain insetting for bulk texture ops by Michael Ludwig · 5 years ago
  99. b185785 Reland "Cleanup program building a bit" by Stephen White · 5 years ago
  100. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 5 years ago