1. f4c1316 Begin support for large color emoji glyphs by Jim Van Verth · 7 years ago
  2. 6aaee59 [skotty,sksg] Initial gradient support by Florin Malita · 7 years ago
  3. 4f34fca GrTessellator: eliminate some redundant computation. by Stephen White · 7 years ago
  4. cff9ab7 Bitmap: clearing pixelref keeps rowbytes by Hal Canary · 7 years ago
  5. 620c0b6 [recipes] Define variables in __init__ by Eric Boren · 7 years ago
  6. 24be316 Roll skia/third_party/externals/angle2/ e1aa92193..1ea85a131 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  7. 4ff1a6b Blacklist SkImage_makeNonTextureImage on Skylake vk by Chris Dalton · 7 years ago
  8. ec48afd Simplify call when finished with bitmaps. by Mike Reed · 7 years ago
  9. 98e38e2 Revert "Revert "fix legacy makeRasterImage()"" by Mike Klein · 7 years ago
  10. ea560af Revert "Revert "Revert "Snap alpha for small rects""" by Ethan Nicholas · 7 years ago
  11. ef29e42 Revert "fix legacy makeRasterImage()" by Mike Klein · 7 years ago
  12. ec940ae Roll skia/third_party/externals/angle2/ ea22b7a58..e1aa92193 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  13. 6ee23a3 Roll skia/third_party/externals/angle2/ ed1390f80..ea22b7a58 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  14. b0ff770 Roll skia/third_party/externals/angle2/ 540a1dfe1..ed1390f80 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  15. 4c39c0d Revert cert dim now that all Mac builders have new cert. by Ben Wagner · 7 years ago
  16. 54f20e0 Fix invalid switch in FuzzCanvas by Kevin Lubick · 7 years ago
  17. 1f096ac Roll skia/third_party/externals/angle2/ 0e1224c82..540a1dfe1 (8 commits) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  18. 3299d04 Avoid nullptr deference when deserializing SkPicture by Kevin Lubick · 7 years ago
  19. 15150a6 Revert "Revert "Snap alpha for small rects"" by Yuqian Li · 7 years ago
  20. 9d6681c Changes to site documentation by Andrew Monshizadeh · 7 years ago
  21. d75fdc6 Add bisect_roll tool by Eric Boren · 7 years ago
  22. 2541edf Add in Region SetPath Fuzzer by Kevin Lubick · 7 years ago
  23. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  24. ac47b88 update bookmaker to ToT by Cary Clark · 7 years ago
  25. 5f9102f [skotty,sksg] Initial matte layer support by Florin Malita · 7 years ago
  26. 68c3fac Specify "resources" in skia_nanobench's data by Pirama Arumuga Nainar · 7 years ago
  27. f7dbc35 Roll skia/third_party/externals/angle2/ c74ec1a5b..0e1224c82 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  28. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  29. 1c153c0 Trying gpu scaling on Nexus 5 and 5x by Kevin Lubick · 7 years ago
  30. 0401e7e [skotty] Adjust Draw node bounds for paint by Florin Malita · 7 years ago
  31. 7c4ca04 fix legacy makeRasterImage() by Mike Klein · 7 years ago
  32. deb7998 Fix buffer size assertion in Vulkan by Chris Dalton · 7 years ago
  33. ba00d22 remove SK_SUPPORT_LEGACY_RECTMAKELARGEST flag by Mike Reed · 7 years ago
  34. 131c8ea Revert "Snap alpha for small rects" by Ethan Nicholas · 7 years ago
  35. d284949 restore intersect methods to use old-style empty-checks on their inputs by Mike Reed · 7 years ago
  36. 5366e59 Add valid checks in places we query isTestingOnlyBackendTexture by Greg Daniel · 7 years ago
  37. b19737d make lua a rollable dep, roll it by Mike Klein · 7 years ago
  38. 52f8e71 Snap alpha for small rects by Yuqian Li · 7 years ago
  39. cf8626d Remove internal files from externally visible markdown documentation by Robert Phillips · 7 years ago
  40. 831ac24 Roll skia/third_party/externals/angle2/ 0690e1aa3..c74ec1a5b (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  41. 0e66fba [skotty] Initial solid layer support by Florin Malita · 7 years ago
  42. 7195fac Compare drawBounds with MakeLargest instead of isFinite by Yuqian Li · 7 years ago
  43. 515bda6 support gray8 destinations on CPU by Mike Klein · 7 years ago
  44. df2713c [skotty] Minor tools tweaks by Florin Malita · 7 years ago
  45. d8a39a0 fix external link in comment by Cary Clark · 7 years ago
  46. f581777 shrink our 'largest' so that its non-empty by Mike Reed · 7 years ago
  47. 1af6daa add flag for flutter by Mike Reed · 7 years ago
  48. 405b9d2 detect bad conic weights by Mike Reed · 7 years ago
  49. edef8ec Refactor SerializedImageFilter to avoid duplicate code by Kevin Lubick · 7 years ago
  50. fca3d0a check for bad buffers in Unpack8 by Mike Reed · 7 years ago
  51. f00faa3 fix bad counts deserializing SkVertices by Mike Reed · 7 years ago
  52. 98eb169 Remove DumpHelper as the bug is fixed by Yuqian Li · 7 years ago
  53. 4d91e30 handle text error in pictureplayback by Mike Reed · 7 years ago
  54. 17b7c05 Update GrSemaphore to allow it to only be used once for signaling and once for waiting. by Greg Daniel · 7 years ago
  55. e48eb33 Remove macro in the threaded backend by Yuqian Li · 7 years ago
  56. dcbb2db [skotty] Color opacity support by Florin Malita · 7 years ago
  57. e40c361 GrTessellator: set a cap on quadratic linearization. by Stephen White · 7 years ago
  58. 9ff5dc9 Make commandline flags nicer for fuzz executable by Kevin Lubick · 7 years ago
  59. db38573 [skotty] Pre-initialize animated props by Florin Malita · 7 years ago
  60. f959092 [skotty] Animator scrubbing by Florin Malita · 7 years ago
  61. a766ca9 use 64bit math to compute is a rect is empty by Mike Reed · 7 years ago
  62. 99578d2 SkBitmap now *has* a SkPixmap. by Hal Canary · 7 years ago
  63. 7e6dc63 Move 5x to proper CQ by Kevin Lubick · 7 years ago
  64. fae86b7 build lua tools by Mike Klein · 7 years ago
  65. a6dd752 [skotty] Pass animation frame/time as float by Florin Malita · 7 years ago
  66. 71cba8f [skotty] Layer in/out support by Florin Malita · 7 years ago
  67. 1df39eb Roll skia/third_party/externals/angle2/ b38dfde0a..0690e1aa3 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  68. 3756cbe Roll skia/third_party/externals/angle2/ 47c9888c3..b38dfde0a (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  69. 3fa7b65 Update markdown files by Update Docs · 7 years ago
  70. f484882 Remove legacy containedInClip code by Yuqian Li · 7 years ago
  71. 9e1c58c [skotty] Animator cleanup pass by Florin Malita · 7 years ago
  72. 0428279 fix x86 Android builds by Mike Klein · 7 years ago
  73. f38278c Roll skia/third_party/externals/angle2/ 949b4f07f..47c9888c3 (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  74. 21b620c switch android builds to libc++ by Mike Klein · 7 years ago
  75. 383a2ef CCPR: Rename GrCCPR* -> GrCC* by Chris Dalton · 7 years ago
  76. c35959f First version of SkQP app to run on Firebase Testlab by Stephan Altmueller · 7 years ago
  77. c003417 [skotty] Initial opacity support by Florin Malita · 7 years ago
  78. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  79. c59b030 [skotty] Tag animating paths as volatile by Florin Malita · 7 years ago
  80. 0c95aab fix example and suppress MakeLargest by Cary Clark · 7 years ago
  81. 2c33e3e fixed inconsistent ordering of SkSL enums by Ethan Nicholas · 7 years ago
  82. c5980d0 SkDocument: remove unused fDoneProc by Hal Canary · 7 years ago
  83. 274218e move largest apis into private by Mike Reed · 7 years ago
  84. 7ff6ca5 create struct to hold document and stream for pdf lua object by Mike Reed · 7 years ago
  85. 579f094 Fix build by Robert Phillips · 7 years ago
  86. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  87. 5ec5d67 Roll skia/third_party/externals/angle2/ eeda03b62..949b4f07f (1 commit) by angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com · 7 years ago
  88. 4932807 [skotty,sksg] Initial image support by Florin Malita · 7 years ago
  89. 7b7d9b3 Point ct_skps.py recipe to new SKP repository by Ravi Mistry · 7 years ago
  90. 95448a9 [skotty] More flexible property parsing by Florin Malita · 7 years ago
  91. 7c2192b Make SkMatrixPriv stride mapping functions take separate src and dst strides by Brian Salomon · 7 years ago
  92. 549be4a Fuzz: GrContextFactory needs to stay in scope by Hal Canary · 7 years ago
  93. 3c7d882 SkBitmap::fPixelRefOrigin removed by Hal Canary · 7 years ago
  94. 2985987 add skotty-dir slide by Mike Reed · 7 years ago
  95. 9524f2b roll libjpeg-turbo to 1.5.3 release by Mike Klein · 7 years ago
  96. d23d8d1 remove guarded old malloc code by Mike Reed · 7 years ago
  97. 51b8c89 [skotty,sksg] Initial trim path effect by Florin Malita · 7 years ago
  98. 9661b98 [skotty] De-templatize the Animator apply function by Florin Malita · 7 years ago
  99. ca3dcd5 Update SKP version by UpdateSKPs · 7 years ago
  100. 3de24bf SkQP: dump csv report by Hal Canary · 7 years ago