1. b2cd1d7 utils/win/SkTScopedComPtr<T>: Add C++11ish move semantics by Hal Canary · 8 years ago
  2. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  3. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  4. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
  5. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  6. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  7. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  8. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  9. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  10. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  11. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  12. bd81a32 utils/win/SkTScopedComPtr: reset(T*) by Hal Canary · 8 years ago
  13. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  14. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  15. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  16. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  17. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  18. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  19. 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
  20. 1a42791 Make SkNWayCanvas use conservative clipping. by Mike Klein · 8 years ago
  21. 0e39f97 Revert "Revert "make it illegal to include SkXfermode.h"" by Mike Reed · 8 years ago
  22. e9d1b29 Revert "make it illegal to include SkXfermode.h" by Greg Daniel · 8 years ago
  23. 07764ce make it illegal to include SkXfermode.h by Mike Reed · 8 years ago
  24. 584ca89 change SkCanvasStack to take ownership of its subcanvases by Mike Reed · 8 years ago
  25. efa62e1 Remove SkOSFile.cpp. by Ben Wagner · 8 years ago
  26. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  27. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  28. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  29. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  30. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  31. ad51279 Use perfect forwarding in createT of SkSmallAllocator. by herb · 8 years ago
  32. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  33. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  34. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  35. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  36. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  37. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  38. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  39. 1e76464 Wrap SkNx types in anonymous namespace again. by Mike Klein · 8 years ago
  40. e54c75f remove SkError by Mike Klein · 8 years ago
  41. 1356978 Fix SkDeferredCanvas for use on android. by Herb Derby · 8 years ago
  42. b55ebf0 fix other printf warning for SkBlendMode by reed · 8 years ago
  43. d207884 fix printf warning in dumpcanvas by Mike Reed · 8 years ago
  44. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  45. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  46. 5cb7617 update deferred by Mike Reed · 8 years ago
  47. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  48. ef4ab9d update defer-canvas for lattice and regions by Mike Reed · 8 years ago
  49. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  50. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  51. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  52. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  53. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  54. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  55. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  56. d14df7c document.close from bool to void by reed · 8 years ago
  57. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  58. e202bd8 SkPDF: SkBitSet gets reset() to make drop() better. by halcanary · 8 years ago
  59. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  60. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  61. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  62. a17411f Improved optional command handling in SkParsePath::FromSVGString() by fmalita · 8 years ago
  63. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  64. 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
  65. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  66. 84cddf6 Revert of Moved ambient lights out of SkLight's light array (patchset #7 id:120001 of https://codereview.chromium.org/2287553002/ ) by vjiaoblack · 8 years ago
  67. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  68. 56f33ea Added distance attenuation and diffuse shading to PointLights by vjiaoblack · 8 years ago
  69. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  70. c966ef9 SkMultiSKP: version 2 by halcanary · 8 years ago
  71. e2348cc src/utils/SkBitSet: simplify by halcanary · 8 years ago
  72. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  73. 530032a SkPDF: in-place font subsetting by halcanary · 8 years ago
  74. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  75. db085ab Fix bug in cubic derivative coefficient with missing parens by hstern · 8 years ago
  76. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  77. 5a4b18c Add better bounds checks for getTime to fix perf debug assert below by hstern · 8 years ago
  78. 69aaa5a Revert 386ba54 and 4ab47e0 : perf debug assert. by halcanary · 8 years ago
  79. 386ba54 Fastpath lines in SkCurveMeasure by hstern · 8 years ago
  80. 4ab47e0 Refactor SkCurveMeasure to use existing eval code by hstern · 8 years ago
  81. 80ac591 Add time return argument to SkCurveMeasure's getPosTan, rename to getPosTanTime by hstern · 8 years ago
  82. c5769b2 Revert of Change mapRectScaleTranslate to pass args/ret by value (patchset #2 id:20001 of https://codereview.chromium.org/2138943002/ ) by halcanary · 8 years ago
  83. 1bd13ca Change mapRectScaleTranslate to pass args/ret by value by reed · 8 years ago
  84. 23d9776 Move seg_to to a new header, define SkSegType enum there by hstern · 8 years ago
  85. 0adbd3e make SpecialLineRec::addSegment assert more permissive to accomodate rounding error by lsalzman · 8 years ago
  86. 0446a3c Add initial CurveMeasure code by hstern · 8 years ago
  87. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  88. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  89. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  90. 955e879 Making a sample for shadow maps for more intensive development by vjiaoblack · 8 years ago
  91. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  92. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  93. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  94. 96206a9 Finish delete of SkNinePatch by msarett · 8 years ago
  95. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  96. a25f470 Delete SkNinePatch by msarett · 8 years ago
  97. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  98. cb571e1 Rename textual includes as *.inc. by benjaminwagner · 8 years ago
  99. b811378 Update typeface serialization style. by bungeman · 8 years ago
  100. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago