1. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  2. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  3. 7050976 check bounds of each cubic segment against clip by reed · 9 years ago
  4. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  5. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  6. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  7. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  8. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  9. ce5ac45 Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose by scroggo · 9 years ago
  10. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  11. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  12. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  13. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  14. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  15. 4e4155d Revert of SkTime updates (patchset #2 id:20001 of https://codereview.chromium.org/1521293002/ ) by mtklein · 9 years ago
  16. 023bda0 SkBitmap move by halcanary · 9 years ago
  17. 6a20871 SkTime updates by mtklein · 9 years ago
  18. 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
  19. 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
  20. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  21. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  22. 52e2581 archive skpx... currently dead code by mtklein · 9 years ago
  23. 9449616 Fix UB function problems for AA merger. by herb · 9 years ago
  24. 30da5f7 Change SkTaskGroup to use std::function. Ripple all the changes. by herb · 9 years ago
  25. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  26. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  27. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  28. cefb459 Another undefined shift caught by -fsanitize=shift. by mtklein · 9 years ago
  29. 8bf5d17 Another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  30. dc877a7 Remove no-op code in SkAlphaRuns::add by scroggo · 9 years ago
  31. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  32. e36ec87 SkBitmap::installPixels(const SkPixmap&); by halcanary · 9 years ago
  33. b260d13 SkBitmap::getColor repsects swizzle by halcanary · 9 years ago
  34. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  35. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  36. 3e2f562 Cap filtering to kMedium_SkFilterQuality when downsampling by fmalita · 9 years ago
  37. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  38. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  39. 57eecc1 Zero length lines may have caps, but do not need joins. by caryclark · 9 years ago
  40. c41e7e1 Minor code cleanups in SkCanvas. by senorblanco · 9 years ago
  41. 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 9 years ago
  42. d4c24f6 Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen by herb · 9 years ago
  43. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  44. d5c4265 Fix up signed-integer-overflow warnings by tomhudson · 9 years ago
  45. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  46. 262a71b detect when we can filter bitmaps/images directly, w/o a tmp layer by reed · 9 years ago
  47. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  48. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  49. 5123eb7 use RawIter in hairpath (simplifies) by reed · 9 years ago
  50. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  51. 7850eb2 API to support native scaling by image-generator by reed · 9 years ago
  52. 5c05d10 Revert of skstd -> std for unique_ptr (patchset #17 id:320001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  53. dadfc24 skstd -> std for unique_ptr by mtklein · 9 years ago
  54. 2e8fec7 Revert of Simplify draw one glyph (patchset #3 id:40001 of https://codereview.chromium.org/1403573002/ ) by herb · 9 years ago
  55. 001e744 Replace D1G with a simpler implementation. by herb · 9 years ago
  56. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  57. 9db43ac Add Sk4f::ToBytes(uint8_t[16], Sk4f, Sk4f, Sk4f, Sk4f) by mtklein · 9 years ago
  58. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  59. e066df9 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  60. 70e8dfc skstd -> std for unique_ptr by mtklein · 9 years ago
  61. 11a7f7f Remove SkDrawProcs by herb · 9 years ago
  62. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  63. 39f0538 Add sniff for rect, oval & rrect to SkCanvas::clipPath by robertphillips · 9 years ago
  64. b68ce74 Add SK_BEGIN_REQUIRE_DENSE / SK_END_REQUIRE_DENSE. by mtklein · 9 years ago
  65. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  66. 0955303 scaling API on SkPixmap by reed · 9 years ago
  67. dfd7d48 Revert of skstd -> std for unique_ptr (patchset #16 id:300001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  68. 0618915 skstd -> std for unique_ptr by mtklein · 9 years ago
  69. 125f19a Avoid devolving to a path when conservative clipping with RRects by robertphillips · 9 years ago
  70. c64eff5 Revert[2] of "quick-accept clipRect calls" by reed · 9 years ago
  71. ac8cabd Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of https://codereview.chromium.org/1458913005/ ) by bsalomon · 9 years ago
  72. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago
  73. a7006d4 Make specialized SrcOver XPFactory by egdaniel · 9 years ago
  74. 6c221b4 Add SkNx_cast(). by mtklein · 9 years ago
  75. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  76. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  77. 90ba095 option to quick-accept clipRect calls by reed · 9 years ago
  78. 42b73eb enable conservative raster clipping by reed · 9 years ago
  79. 897c993 Pack and align SkStrokeRec to 4-byte boundary. by jvanverth · 9 years ago
  80. 211df38 Revert of Fix UB in SkDivBits (patchset #4 id:50001 of https://codereview.chromium.org/1455163004/ ) by stephana · 9 years ago
  81. da707bf add SkPath::isRRect by caryclark · 9 years ago
  82. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  83. f38b0d8 add SkRecordOptimize2 and an experimental API for more aggressive opts by reed · 9 years ago
  84. 6c7b104 Fix UB in SkDivBits by mtklein · 9 years ago
  85. 24e7db8 Modernize SkRecordPattern.h by mtklein · 9 years ago
  86. c3c6194 Add SkRecord::defrag(). by mtklein · 9 years ago
  87. a7c41c5 Make SkTLList prealloc its first block of nodes by bsalomon · 9 years ago
  88. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  89. 5aaef1f simplify insertion methods for SkTLList by bsalomon · 9 years ago
  90. c8e8fc6 Revert of Fix UB in SkDivBits (patchset #2 id:10002 of https://codereview.chromium.org/1455163004/ ) by mtklein · 9 years ago
  91. 58afee8 Fix GOOGLE3 Android build. by benjaminwagner · 9 years ago
  92. b1b0199 Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer by bsalomon · 9 years ago
  93. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  94. 5520ded Fix buffer overrun, bit overrun and add a test. by herb · 9 years ago
  95. 988addd Fix UB in SkDivBits by mtklein · 9 years ago
  96. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  97. cbf4fba div255(x) as ((x+128)*257)>>16 with SSE by mtklein · 9 years ago
  98. 3622d41 fix ninepatch iter from generating invalid rects by joshualitt · 9 years ago
  99. 32d6b87 SkTextBlob should store per-run text alignment by fmalita · 9 years ago
  100. c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago