1. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  2. 0955b34 remove dead code around SK_ENABLE_CLIP_QUICKREJECT by reed · 8 years ago
  3. 950fc6c Add F16 to the list of allowed formats in GaussianBlur by brianosman · 8 years ago
  4. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  5. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  6. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  7. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  8. 262052c test/fix/tweak writePicture/readPicture by reed · 8 years ago
  9. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  10. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  11. 39eaf5f add helpers for using SkData with picture serialization by reed · 8 years ago
  12. c518a76 Clean up unused SkPictureRecorder::optimizeFor() by mtklein · 8 years ago
  13. be36277 Don't let the compiler complain that |a| is uninit by msarett · 8 years ago
  14. 7bbda99 Store SkColorSpaceXform gamma LUTs in a malloced field by msarett · 8 years ago
  15. 591971d Convert back to 0-255 scale before storing linear bytes by msarett · 8 years ago
  16. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  17. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  18. 54dc487 add pipecanvas by reed · 8 years ago
  19. 91c4271 Revert of SkLiteRecorder: don't tell SkCanvas about clips (patchset #1 id:1 of https://codereview.chromium.org/2227833004/ ) by liyuqian · 8 years ago
  20. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  21. fe69b50 check for identity in translate by reed · 8 years ago
  22. 0bed5bb fix code behind SK_SUPPORT_LEGACY_MINOR_EFFECT_PTR by reed · 8 years ago
  23. 46f2d0a use expected name for setDrawLooper/getDrawLooper by reed · 8 years ago
  24. 4a56318 Adds missing and removes duplicate tracing macros. by carlosk · 8 years ago
  25. 95315f0 made point lights linear attenuation; also fixed point light depth bug by vjiaoblack · 8 years ago
  26. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  27. b2796fd Added in Radial Shadows by vjiaoblack · 8 years ago
  28. 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
  29. 9441af5 Apple devices do not support CRC32 instructions. Don't believe Clang's lies. by mtklein · 8 years ago
  30. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  31. f53fcc8 SkLiteDL: drawAsLayer() by mtklein · 8 years ago
  32. da71367 Flesh out SkOpts namespaces. by mtklein · 8 years ago
  33. 5e3a630 GN: default to -O1 by mtklein · 8 years ago
  34. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  35. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  36. c544e70 Add minimal support for readPixels in raster F16 by brianosman · 8 years ago
  37. 1e5abf1 made point light shadows by vjiaoblack · 8 years ago
  38. 653212c Add gammaIsLinear() API to SkColorSpace by msarett · 8 years ago
  39. e54f4b7 Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of https://codereview.chromium.org/2263233003/ ) by msarett · 8 years ago
  40. c1a50e1 added radial lights to SkLights by vjiaoblack · 8 years ago
  41. 6669010 check for null-layer-paint after prev fix to savelayer ops by reed · 8 years ago
  42. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  43. 02f9ed7 test dont-clip-layer by reed · 8 years ago
  44. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  45. 5a3c528 test picture-ops for savelayer by reed · 8 years ago
  46. 712bb1e Delete kInvalid_GammaNamed (part 2) by msarett · 8 years ago
  47. 008fbd1 Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset #1 id:20001 of https://codereview.chromium.org/2302413002/ ) by mgiuca · 8 years ago
  48. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  49. de6c531 remove unused SkDevice::setMatrixClip by reed · 8 years ago
  50. 022c2bd SkMakeUnique.h defines skstd::make_unique<T>(Args...) by halcanary · 8 years ago
  51. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  52. df0e3ec Revert of Force SkPath::getConvexity() cache for thread safety. (patchset #1 id:1 of https://codereview.chromium.org/2300003003/ ) by mtklein · 8 years ago
  53. 6ae6969 record drawfilters by reed · 8 years ago
  54. d0634ee Force SkPath::getConvexity() cache for thread safety. by mtklein · 8 years ago
  55. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  56. bcdc405 added point light attenuations to raster by vjiaoblack · 8 years ago
  57. bb10606 Optimizations and more documentation of SkShadowShader by vjiaoblack · 8 years ago
  58. fdf2986 made raster shadows variance shadows by vjiaoblack · 8 years ago
  59. 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
  60. e6ec163 Detect TSAN instead of relying on #ifdef THREAD_SANITIZER. by mtklein · 8 years ago
  61. babc697 raster shadows by vjiaoblack · 8 years ago
  62. e4d6a1b remove dead code by mtklein · 8 years ago
  63. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  64. 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
  65. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  66. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  67. 2867e76 change readTypeface to return sk_sp by reed · 8 years ago
  68. ab83da7 drawBitmapRect() should not touch the CTM when mask filters are present by fmalita · 8 years ago
  69. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  70. f71ab8f avoid generating degenerate conic from arc by caryclark · 8 years ago
  71. 56f33ea Added distance attenuation and diffuse shading to PointLights by vjiaoblack · 8 years ago
  72. dca352e drawRegion() cleanups by msarett · 8 years ago
  73. ad23446 Ignore fill when stroke & filling convex line-only paths by robertphillips · 8 years ago
  74. 7d6fb2c GN: Android by mtklein · 8 years ago
  75. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  76. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  77. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  78. e55131c s/invertable/invertible by bungeman · 8 years ago
  79. 3bf7509 Warn on bad rendering intents (instead of valid ones) by msarett · 8 years ago
  80. 8aeec39 New helper for creating a color space from another, with linear gamma by brianosman · 8 years ago
  81. 6a88206 combine setRectFan and mapRect by reed · 8 years ago
  82. 9dc6cf6 Fix generic color space xform, ColorSpaceXformTest by msarett · 8 years ago
  83. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  84. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  85. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 8 years ago
  86. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  87. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  88. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  89. a2d2f38 f16<->f32 ftz is an optional thing for speed. by mtklein · 8 years ago
  90. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  91. 4ff08df More robust check for sRGB gamma tables by msarett · 8 years ago
  92. bdc335f Mark temporary paths created by SkCanvas for clipping as volatile by bsalomon · 8 years ago
  93. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  94. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  95. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  96. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  97. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  98. 6bf2331 Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile by bsalomon · 8 years ago
  99. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  100. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago