1. 3601f28 add kRGBA_F16_SkColorType by reed · 9 years ago
  2. 16aad78 Fix memory leak in SkSpecialSurface by robertphillips · 9 years ago
  3. 3a94c6c Add SkAutoPixmapStorage::detachPixelsAsData() by fmalita · 9 years ago
  4. f7cdb06 extend compose-colorfilter to 4f by reed · 9 years ago
  5. b6c65e9 Add SkSpecialImage & SkSpecialSurface classes by robertphillips · 9 years ago
  6. a3d99a5 don't get dismayed by negative scales for HQ by reed · 9 years ago
  7. ff172da Revert of Work around exasperating Google3 Android build error. (patchset #1 id:1 of https://codereview.chromium.org/1649493005/ ) by benjaminwagner · 9 years ago
  8. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  9. 1e06079 NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  10. be5cfa9 Rename SkBitmapProcStateAutoMapper methods by fmalita · 9 years ago
  11. 513d307 use left-shift macro to fix/avoid undefined behvarior warnings by reed · 9 years ago
  12. 6dfc754 optimize src mode (opaque src in srcover) singleton with aa (e.g. a8 text mask) by reed · 9 years ago
  13. ef5252e extend gm to test aa[] parameter on xfer4f procs by reed · 9 years ago
  14. 8ca88e4 Hack together MSAN build. by mtklein · 9 years ago
  15. 1059b1f Add SkMSAN.h by mtklein · 9 years ago
  16. 2404f03 Use SkBitmapProcStateAutoMapper for filter samplers also by fmalita · 9 years ago
  17. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 9 years ago
  18. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  19. bf907e6 unroll srcover_1 for blending a single color by reed · 9 years ago
  20. 000b83b Remove SK_SUPPORT_LEGACY_SAMPLER_BIAS by fmalita · 9 years ago
  21. eb54307 Sampler bias for all nofilter flavors by fmalita · 9 years ago
  22. 0735de6 Fix fuzzer-found deserialization bug in SkPathRef by ajuma · 9 years ago
  23. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  24. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  25. 40bed64 SkPictureShader cleanup by fmalita · 9 years ago
  26. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  27. d2a4271 Fix S32_D32_constX_shaderproc assert by fmalita · 9 years ago
  28. 2baa84b batch merge new edges by caryclark · 9 years ago
  29. bef1adf Suppress SkBitmapProcState assert temporarily by fmalita · 9 years ago
  30. 1b46a57 Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader by fmalita · 9 years ago
  31. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  32. 8a8eb52 Remove SkBitmapProcStateAutoMapper's overflow check by fmalita · 9 years ago
  33. 395eabe float components in xfermodes by reed · 9 years ago
  34. afd25f7 combine vertical overlapping edges by caryclark · 9 years ago
  35. 02a6bfa Revert of batch merge new edges (patchset #1 id:1 of https://codereview.chromium.org/1647223002/ ) by msarett · 9 years ago
  36. 653c12d Add sampler bias for the nofilter/translate specializations by fmalita · 9 years ago
  37. ae658e1 batch merge new edges by caryclark · 9 years ago
  38. 703348f fix teeny dashed path bug by caryclark · 9 years ago
  39. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  40. fbc1e29 starter procs for blending with pm4f by reed · 9 years ago
  41. 54d6029 SaveFlags begone! by fmalita · 9 years ago
  42. 900901f Work around exasperating Google3 Android build error. by benjaminwagner · 9 years ago
  43. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  44. bbb6dc8 kill SkValue by mtklein · 9 years ago
  45. 5534312 Revert of Consolidate SkStream copying methods (patchset #1 id:1 of https://codereview.chromium.org/1640793002/ ) by msarett · 9 years ago
  46. 440c5a9 Consolidate SkStream copying methods by scroggo · 9 years ago
  47. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  48. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  49. eae84c2 Image filters: fix srcOffset handling in asFragmentProcessor() path. by senorblanco · 9 years ago
  50. a766ca8 de-proc sk_float_rsqrt by mtklein · 9 years ago
  51. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  52. 0dfffbe Revert of AVX 2 SrcOver blits: color32, blitmask. (patchset #24 id:450001 of https://codereview.chromium.org/1532613002/ ) by msarett · 9 years ago
  53. 5d21170 AVX 2 SrcOver blits: color32, blitmask. by mtklein · 9 years ago
  54. a273c0f remove legacy defines by caryclark · 9 years ago
  55. 8f66a88 Delete 2 legacy flags by fmalita · 9 years ago
  56. 53d9f1c SK_SUPPORT_LEGACY_DRAWFLTER typo by fmalita · 9 years ago
  57. fc75253 fix arcto exception handling by caryclark · 9 years ago
  58. 1138be4 Revert of skstd -> std for unique_ptr (patchset #24 id:460001 of https://codereview.chromium.org/1436033003/ ) by mtklein · 9 years ago
  59. ccf1de0 skstd -> std for unique_ptr by mtklein · 9 years ago
  60. 3b69b82 add 4f support to colorfiltershader by reed · 9 years ago
  61. 7f225cf Revert[2] of expand unitests for color4f by reed · 9 years ago
  62. 5f34e8e Revert of expand unitests for color4f (patchset #1 id:1 of https://codereview.chromium.org/1622893002/ ) by reed · 9 years ago
  63. fac6845 expand unitests for color4f by reed · 9 years ago
  64. 55d4905 Add svg path arcto by caryclark · 9 years ago
  65. 97293c6 Change name from ScaleToSides to SkScaleToSides. by herb · 9 years ago
  66. ed814f3 Revert of de-proc sk_float_rsqrt (patchset #3 id:40001 of https://codereview.chromium.org/1616013003/ ) by mtklein · 9 years ago
  67. 921d7ac Anisotropic mipmap fixes by fmalita · 9 years ago
  68. 0d2bc84 Use nextafter instead of nexttoward to avoid using long double calculation. by herb · 9 years ago
  69. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  70. efcc125 de-proc sk_float_rsqrt by mtklein · 9 years ago
  71. 5e0883c Fix bounds of checking if a radii are too long for a side. by herb · 9 years ago
  72. 6a377e6 SkBSwap32 by mtklein · 9 years ago
  73. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  74. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  75. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  76. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  77. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  78. 7765000 Hide SkCanvas::{set,get}DrawFilter by fmalita · 9 years ago
  79. 353c148 experiment: float color components by reed · 9 years ago
  80. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  81. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  82. 1a7eb26 resolution dependent path measure by caryclark · 9 years ago
  83. 46895be fix skp fuzz by caryclark · 9 years ago
  84. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  85. b0d2546 detect bad/corrupt flattenable factory indices by reed · 9 years ago
  86. 744fdb5 remove dead code around SK_SUPPORT_LEGACY_TRANSLATEROUNDHACK by reed · 9 years ago
  87. fac3d1b SkValue: improve SkFromValue<T> implementation by mtklein · 9 years ago
  88. 550e9b0 SkNx miplevel building by mtklein · 9 years ago
  89. 88651ae replace arcto quads with a conic by caryclark · 9 years ago
  90. 2252eda change kMedium_SkFilterQuality to never pop if we're scaling by reed · 9 years ago
  91. 76097f8 SkValue: implementation, unit test by halcanary · 9 years ago
  92. b1475b0 Add SkPath::isLastContourClosed() by fs · 9 years ago
  93. 26def86 Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview.chromium.org/1606013003/ ) by mtklein · 9 years ago
  94. bf361d3 remove fragile assert by reed · 9 years ago
  95. 31d59e7 Revert of sdf: use linear edge distance approximation for all gradient directions (patchset #1 id:1 of https://codereview.chromium.org/1545893003/ ) by mtklein · 9 years ago
  96. f2e2ad0 don't preround in bitmap scaling setup by reed · 9 years ago
  97. 8a87bb4 sdf: use linear edge distance approximation for all gradient directions by mtklein · 9 years ago
  98. 3bd5aba SkNx miplevel building by mtklein · 9 years ago
  99. 94ec356 exclude new function from legacy code path by caryclark · 9 years ago
  100. b6474dd fix circular dashing by caryclark · 9 years ago