1. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  2. 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
  3. 6ae6969 record drawfilters by reed · 8 years ago
  4. d0634ee Force SkPath::getConvexity() cache for thread safety. by mtklein · 8 years ago
  5. d0cd2ec Remove some useless declarations by sylvestre.ledru · 8 years ago
  6. bcdc405 added point light attenuations to raster by vjiaoblack · 8 years ago
  7. bb10606 Optimizations and more documentation of SkShadowShader by vjiaoblack · 8 years ago
  8. fdf2986 made raster shadows variance shadows by vjiaoblack · 8 years ago
  9. 4f0a23a SkTextBlob: Begin implementing Extended TextBlob API by halcanary · 8 years ago
  10. e6ec163 Detect TSAN instead of relying on #ifdef THREAD_SANITIZER. by mtklein · 8 years ago
  11. babc697 raster shadows by vjiaoblack · 8 years ago
  12. e4d6a1b remove dead code by mtklein · 8 years ago
  13. a8eabc4 Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  14. 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
  15. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  16. 8f98f0a Moved ambient lights out of SkLight's light array by vjiaoblack · 8 years ago
  17. 2867e76 change readTypeface to return sk_sp by reed · 8 years ago
  18. ab83da7 drawBitmapRect() should not touch the CTM when mask filters are present by fmalita · 8 years ago
  19. cb31e51 Converts a drawPaint through a rrect clip to a drawRRect in GrDrawContext. by bsalomon · 8 years ago
  20. f71ab8f avoid generating degenerate conic from arc by caryclark · 8 years ago
  21. 56f33ea Added distance attenuation and diffuse shading to PointLights by vjiaoblack · 8 years ago
  22. dca352e drawRegion() cleanups by msarett · 8 years ago
  23. ad23446 Ignore fill when stroke & filling convex line-only paths by robertphillips · 8 years ago
  24. 7d6fb2c GN: Android by mtklein · 8 years ago
  25. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  26. 21af9ca Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for oddball drawArcs by bsalomon · 8 years ago
  27. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  28. e55131c s/invertable/invertible by bungeman · 8 years ago
  29. 3bf7509 Warn on bad rendering intents (instead of valid ones) by msarett · 8 years ago
  30. 8aeec39 New helper for creating a color space from another, with linear gamma by brianosman · 8 years ago
  31. 6a88206 combine setRectFan and mapRect by reed · 8 years ago
  32. 9dc6cf6 Fix generic color space xform, ColorSpaceXformTest by msarett · 8 years ago
  33. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  34. 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
  35. 1f0e78d SkScalerContextRec::computeMatrices to return status. by bungeman · 8 years ago
  36. e1e5c74 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  37. 2a57f2f Revert of Moving SkBlurImageFilter into core (patchset #9 id:160001 of https://codereview.chromium.org/2255803003/ ) by bungeman · 8 years ago
  38. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  39. a2d2f38 f16<->f32 ftz is an optional thing for speed. by mtklein · 8 years ago
  40. a97a1ab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  41. 4ff08df More robust check for sRGB gamma tables by msarett · 8 years ago
  42. bdc335f Mark temporary paths created by SkCanvas for clipping as volatile by bsalomon · 8 years ago
  43. 8ae991e Flush denorm half floats to zero. by mtklein · 8 years ago
  44. 4d2cce4 check for wide-open inside quickContains by reed · 8 years ago
  45. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  46. a90dcf7 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  47. 4d76017 Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  48. 6bf2331 Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile by bsalomon · 8 years ago
  49. 7b14512 Revert of Moving SkBlurImageFilter into core (patchset #8 id:140001 of https://codereview.chromium.org/2255803003/ ) by vjiaoblack · 8 years ago
  50. e426bab Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  51. 0f0c4f0 Detect all named gammas by msarett · 8 years ago
  52. 2ec4172 Revert of Moving SkBlurImageFilter into core (patchset #6 id:100001 of https://codereview.chromium.org/2255803003/ ) by mtklein · 8 years ago
  53. 78559a7 Use ARMv8 CRC32 instructions for SkOpts::hash(). by mtklein · 8 years ago
  54. dd3259e Moving SkBlurImageFilter into core by vjiaoblack · 8 years ago
  55. a39667c add SkMatrixPriv for specialized helpers by reed · 8 years ago
  56. deb8136 remove unused field from SkDrawIter by reed · 8 years ago
  57. 589a39e store info in basedevice, change getter to non-virtual const& by reed · 8 years ago
  58. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  59. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  60. af0f6ef Added SkColor4f::FromColor3f(SkColor3f, float a) by dvonbeck · 8 years ago
  61. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  62. 01a1699 Simplify embeddability test. by bungeman · 8 years ago
  63. 9da5a5a Fix bug, always keep fIsScaleTranslate in correct state by msarett · 8 years ago
  64. 954df2f Revert of Fast path translate() in SkCanvas and SkLiteDL. (patchset #5 id:80001 of https://codereview.chromium.org/2255283002/ ) by mtklein · 8 years ago
  65. 4a16717 quick check to not use AutoDrawLooper by reed · 8 years ago
  66. f1b6030 Detect CRC32 instructions on ARMv8. by mtklein · 8 years ago
  67. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  68. 5fa47f4 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  69. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  70. 9637ea9 Fix initialization bug for fConservativeIsScaleTranslate by msarett · 8 years ago
  71. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  72. 3aafe11 make LayerIter private, and remove skipClip option by reed · 8 years ago
  73. 7c12354 remove disable aa/dither flags from Props -- never used by reed · 8 years ago
  74. 1ae57b3 Eagerly update the unichar to glyphID mapping. by herb · 8 years ago
  75. 91cd280 SkLiteDL: a little spring cleaning by mtklein · 8 years ago
  76. 2d5b714 pin as texture api by reed · 8 years ago
  77. 1da01c1 SkLiteDL: inline empty() by mtklein · 8 years ago
  78. ff863bc move private test for sect_with_horizontal into unittests by reed · 8 years ago
  79. 6480619 SkLiteDL: thread the original canvas matrix through for SetMatrix::Draw(). by mtklein · 8 years ago
  80. 3287588 SkPDF: SkPDFFont class changes by halcanary · 8 years ago
  81. 883c8ef SkLiteDL: remove freelisting, add reset() and SKLITEDL_PAGE knob. by mtklein · 8 years ago
  82. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  83. 80e9608 Remove isOpaque from SkSpecialImage, just use alpha type by brianosman · 8 years ago
  84. 7f0d9f3 Attempt to throw away rrect clips of rrects. by bsalomon · 8 years ago
  85. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  86. c2ad65e add gm that exercises compose shader allocations by caryclark · 8 years ago
  87. 2ae98b0 just add SkLiteDL::empty() by mtklein · 8 years ago
  88. 6ad75d1 LightingFP now supports multiple directional lights by dvonbeck · 8 years ago
  89. 8a65fc8 Revert of increase small allocator limit to encompass compose shader (patchset #1 id:1 of https://codereview.chromium.org/2234423005/ ) by caryclark · 8 years ago
  90. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  91. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  92. 8c20069 increase small allocator limit to encompass compose shader by caryclark · 8 years ago
  93. 0c685ee Assert fDeviceClipBounds is always empty when clip is empty by msarett · 8 years ago
  94. 40ff5fe Prevent overflows when using gamma_alloc_size by gogil · 8 years ago
  95. 772b5ee Added PointLights to SkLights::Light by vjiaoblack · 8 years ago
  96. fbfa258 Optimized implementation of quickReject() by msarett · 8 years ago
  97. 5aeb2fa Revert of Optimized implementation of quickReject() (patchset #12 id:260001 of https://codereview.chromium.org/2225393002/ ) by mtklein · 8 years ago
  98. d22a817 Optimized implementation of quickReject() by msarett · 8 years ago
  99. ee92063 LightingShader and NormalSource comment and style fixes by dvonbeck · 8 years ago
  100. 6372e65 Delete quickRejectY() by msarett · 8 years ago