1. cb571e1 Rename textual includes as *.inc. by benjaminwagner · 8 years ago
  2. b811378 Update typeface serialization style. by bungeman · 8 years ago
  3. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  4. f41ae2f limit the number of points in SkDashPathEffect::asPoints by lsalzman · 8 years ago
  5. 7f2c85e Add hard stop count by fmenozzi · 8 years ago
  6. 6092b6e Revert of change mapRectScaleTranslate to pass args/ret by value (patchset #1 id:1 of https://codereview.chromium.org/2137853002/ ) by reed · 8 years ago
  7. 14dce6e change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  8. babc3de deferred canvas by reed · 8 years ago
  9. 45561a0 drawTextRSXform by reed · 8 years ago
  10. 2b2810b all dumpcanvas to be built in release by reed · 8 years ago
  11. 3c35fb3 SkPDF: Glyph Useage Map improvements by halcanary · 8 years ago
  12. b4f254e Changes to Lua gradient scraping by fmenozzi · 8 years ago
  13. 2853f00 Move headers in include/utils/win to src/utils/win. by bungeman · 8 years ago
  14. 59d6402 SkMultiPictureDocument: don't rely on SkPicture::cullRect by halcanary · 8 years ago
  15. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  16. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  17. 398e3f4 Add control over whether lines are special cased in SkDashPath. Disable when called from GrShape. by bsalomon · 8 years ago
  18. a058786 Make SkDashPathEffect fail for stroke+fill style (in addition to fill style) by bsalomon · 8 years ago
  19. 2af4599 A Mozilla developer ran the µmix static analyzer on its codebase and incidentally found some issues regarding null checks in Skia. This fixes the issues that were found. by lsalzman · 8 years ago
  20. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  21. 45420a9 SkMultiPictureDocument & SkMultiPictureDocumentReader by halcanary · 8 years ago
  22. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  23. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  24. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  25. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  26. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  27. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  28. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  29. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  30. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  31. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  32. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  33. 676ab68 documentation: SkDocument::MakePDF() by halcanary · 8 years ago
  34. efe46d2 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  35. 28d5bdd Revert of Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (patchset #2 id:20001 of https://codereview.chromium.org/1927583002/ ) by reed · 8 years ago
  36. 48d6f88 Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. by djsollen · 8 years ago
  37. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  38. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  39. ada338a utils.gypi: remove empty file SkMD5.cpp by halcanary · 8 years ago
  40. 488165e SkPDF: PDF/A runtime switch by halcanary · 8 years ago
  41. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  42. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  43. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  44. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  45. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  46. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  47. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  48. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  49. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  50. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  51. e8f3062 switch surface to sk_sp by reed · 8 years ago
  52. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  53. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  54. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  55. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  56. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  57. 68c14d9 Templatize SkToXXX. by bungeman · 8 years ago
  58. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 8 years ago
  59. 0be9e80 Templatize SkToXXX. by bungeman · 8 years ago
  60. ca2622b return pictures as sk_sp by reed · 8 years ago
  61. eb75c7d allow one zero length dash by caryclark · 8 years ago
  62. 6f0749c Revert of allow one zero length dash (patchset #8 id:140001 of https://codereview.chromium.org/1805963002/ ) by bungeman · 8 years ago
  63. 5e1a248 allow one zero length dash by caryclark · 8 years ago
  64. 852f15d free -> reset by mtklein · 8 years ago
  65. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  66. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  67. 0e3738d free -> reset by mtklein · 8 years ago
  68. d3cfd94 don't create zero length intervals by caryclark · 8 years ago
  69. 18300a3 detach -> release by mtklein · 8 years ago
  70. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 8 years ago
  71. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  72. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  73. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  74. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  75. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  76. 7f229ed Revert of don't create zero length intervals (patchset #1 id:1 of https://codereview.chromium.org/1766243004/ ) by robertphillips · 8 years ago
  77. 18bbd00 don't create zero length intervals by caryclark · 8 years ago
  78. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  79. 8418aac Remove SkImageGeneratorUtils. None of this code is used. by brianosman · 8 years ago
  80. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  81. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  82. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  83. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 8 years ago
  84. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  85. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  86. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  87. ef0fed3 Remove position from FrontBufferedStream by scroggo · 8 years ago
  88. 34d26b9 dead code: really kill these off again by mtklein · 8 years ago
  89. e90b485 restore empty files so that Chrome GN config can remove them... by mtklein · 8 years ago
  90. 048494c clean up more dead code by mtklein · 8 years ago
  91. f60a890 Delete dead code. SkBitmapHasher has not been used since gm. by mtklein · 8 years ago
  92. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 9 years ago
  93. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 9 years ago
  94. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  95. 2df7813 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #2 id:20001 of https://codereview.chromium.org/1681643002/ ) by ethannicholas · 9 years ago
  96. 32fff1b Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 9 years ago
  97. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  98. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  99. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  100. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago