1. 76097f8 SkValue: implementation, unit test by halcanary · 9 years ago
  2. b1475b0 Add SkPath::isLastContourClosed() by fs · 9 years ago
  3. b6474dd fix circular dashing by caryclark · 9 years ago
  4. 67b09bf use pixmaps in mipmap api by reed · 9 years ago
  5. c33065a add SkNx::abs(), for now only implemented for Sk4f by mtklein · 9 years ago
  6. 2a641ee Fix compile error in Google3 build. by benjaminwagner · 9 years ago
  7. edd2dcf Create an SkCodecImageGenerator by msarett · 9 years ago
  8. 576c206 Update tests to produce more sensible output for Android framework builds. by djsollen · 9 years ago
  9. 8afddab Revert of Create an SkCodecImageGenerator (patchset #10 id:260001 of https://codereview.chromium.org/1487683004/ ) by msarett · 9 years ago
  10. f074e70 sketch SkValue API by mtklein · 9 years ago
  11. e1102ce Create an SkCodecImageGenerator by msarett · 9 years ago
  12. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  13. 23e5666 Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ ) by bsalomon · 9 years ago
  14. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  15. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  16. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  17. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  18. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  19. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  20. 639475e Fix BitmapCopy_Texture test on iOS by Brian Salomon · 9 years ago
  21. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  22. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  23. 7cf12dd Fix radii calculation code to handle large radii. by herb · 9 years ago
  24. b512aaa Make SkROBuffer::Iter::size() work when exhausted by scroggo · 9 years ago
  25. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  26. e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
  27. 55c86ab test+bench new swizzle SkOpts by mtklein · 9 years ago
  28. 7c55422 remove SkGPipe by reed · 9 years ago
  29. 1243b70 Revert of Fix handling of radii scaling to force the result to always be less (patchset #14 id:250001 of https://codereview.chromium.org/1567723004/ ) by robertphillips · 9 years ago
  30. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  31. 6544817 test & doc for SkUnitCubicInterp by caryclark · 9 years ago
  32. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  33. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  34. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  35. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  36. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  37. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  38. 53b1c09 SkPDF: Change handling of large-numbers in matricies. by halcanary · 9 years ago
  39. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  40. ba25ddb fix nexus player by caryclark · 9 years ago
  41. aeab8ea fix linear gradient assert, by explicitly clamping by reed · 9 years ago
  42. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  43. dbaec73 give up on quad root if infinite by caryclark · 9 years ago
  44. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  45. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  46. 279c786 If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. by mtklein · 9 years ago
  47. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  48. 4abb0c1 Add unit test for crbug.com/570232 by robertphillips · 9 years ago
  49. e3c2f80 Use device-independent text for nvprmsaa4/16 in nanobench and dm by kkinnunen · 9 years ago
  50. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  51. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  52. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  53. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  54. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  55. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  56. d63f60a change all factories to return their base-class by reed · 9 years ago
  57. 56fbbfe Reland of Add test for previously unflattenables (patchset #1 id:1 of https://codereview.chromium.org/1532753002/ ) by scroggo · 9 years ago
  58. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  59. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  60. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  61. 9cb5d75 fix bugs in path contains by caryclark · 9 years ago
  62. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  63. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  64. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  65. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  66. c8f9693 Revert of Add test for previously unflattenables (patchset #1 id:1 of https://codereview.chromium.org/1514373003/ ) by scroggo · 9 years ago
  67. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  68. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  69. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  70. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  71. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  72. 02faf31 Tests: reduce verbosity by halcanary · 9 years ago
  73. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  74. 364a007 path ops: check for deleted ends by caryclark · 9 years ago
  75. 9aacd90 If a point is on a path edge, it's in the path, at least for all cases where the path edge is not canceled with another edge through coincidence. by caryclark · 9 years ago
  76. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  77. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  78. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  79. 061aaa7 Add test for previously unflattenables by scroggo · 9 years ago
  80. 28e80f4 Fix a crash in SkParsePath::FromSVGString by scroggo · 9 years ago
  81. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  82. 55eeae9 Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTS by kkinnunen · 9 years ago
  83. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  84. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  85. 9907371 SkPixelSerializer: remove deprecated virtual by halcanary · 9 years ago
  86. 712fdf7 SkDocument::setDCTEncoder() for old versions of webkit by halcanary · 9 years ago
  87. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  88. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  89. b260d13 SkBitmap::getColor repsects swizzle by halcanary · 9 years ago
  90. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  91. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  92. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  93. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  94. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  95. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  96. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  97. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  98. a3375e4 fix coincident fuzzer by caryclark · 9 years ago
  99. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  100. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago