1. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  2. b4b42ed restore lost optimization when the shader can report const_in_y by reed · 9 years ago
  3. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  4. 7cf12dd Fix radii calculation code to handle large radii. by herb · 9 years ago
  5. b512aaa Make SkROBuffer::Iter::size() work when exhausted by scroggo · 9 years ago
  6. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  7. defa0da Clean up SkXfermode_opts.h by mtklein · 9 years ago
  8. 04d975a fix opacity check in SkBitmapDevice::Create by lsalzman · 9 years ago
  9. 0e10166 Use ::std for is_empty, is_class, add_xxx_reference, remove decay. by bungeman · 9 years ago
  10. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  11. e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
  12. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  13. 1243b70 Revert of Fix handling of radii scaling to force the result to always be less (patchset #14 id:250001 of https://codereview.chromium.org/1567723004/ ) by robertphillips · 9 years ago
  14. a1bfaad Set up some hooks for premul/swizzzle opts. by mtklein · 9 years ago
  15. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  16. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  17. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  18. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  19. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  20. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  21. c070d15 Remove SK_SUPPORT_LEGACY_BITMAP_SAMPLER_BIAS by fmalita · 9 years ago
  22. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  23. 1e1e509 add comment by caryclark · 9 years ago
  24. e114dd6 fix valgrind by caryclark · 9 years ago
  25. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  26. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  27. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  28. 3323b05 Add comment for using infinite check in quad root by caryclark · 9 years ago
  29. e56c626 clean up dead x86 filter opts code by mtklein · 9 years ago
  30. dbaec73 give up on quad root if infinite by caryclark · 9 years ago
  31. 4e5a758 remove shadeSpan16 from shader by reed · 9 years ago
  32. 2c2d8ab df generation: single allocation with calloc by mtklein · 9 years ago
  33. 279c786 If we swap its arguments, SkTaskGroup::batch() _is_ sk_parallel_for. by mtklein · 9 years ago
  34. c4a0d73 Revert of df generation: single allocation with calloc (patchset #2 id:20001 of https://codereview.chromium.org/1544983004/ ) by mtklein · 9 years ago
  35. 29dd813 remove use of malloc.h by mtklein · 9 years ago
  36. 12204d9 df generation: single allocation with calloc by mtklein · 9 years ago
  37. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  38. 512f3e3 remove now defunct get_paint_offset by reed · 9 years ago
  39. b3a8358 [Reland] Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  40. 0152cc3 remove 565 effects shaders by caryclark · 9 years ago
  41. d814c9c Don't preserve buggy Android behavior of ignoring the paint's alpha. by djsollen · 9 years ago
  42. ffe031e Add conversion from SaveLayerFlags to SaveFlags by scroggo · 9 years ago
  43. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  44. 2d0e37a Fix -Wunused-function warnings in chrome/ios builds. by thakis · 9 years ago
  45. f0b6c55 replace older/slower/scaler version of conic evalAt by reed · 9 years ago
  46. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  47. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  48. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  49. 0b70f45 remove dead flags by reed · 9 years ago
  50. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  51. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  52. 40b7d3b fix hair fuzz by caryclark · 9 years ago
  53. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  54. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  55. fb56218 fix stroked text underline / strikethrough by caryclark · 9 years ago
  56. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  57. 17bc085 check in direct quad length measure by caryclark · 9 years ago
  58. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  59. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  60. 3e6be16 Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ ) by fmalita · 9 years ago
  61. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  62. 5ae7fdc Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  63. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  64. f97aa74 fix large dashed paths by caryclark · 9 years ago
  65. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  66. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  67. 9cb5d75 fix bugs in path contains by caryclark · 9 years ago
  68. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  69. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  70. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  71. a379da4 SkMatrix::preScale() is too conservative by fmalita · 9 years ago
  72. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  73. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  74. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  75. 7050976 check bounds of each cubic segment against clip by reed · 9 years ago
  76. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  77. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  78. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  79. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  80. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  81. ce5ac45 Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose by scroggo · 9 years ago
  82. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  83. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  84. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  85. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  86. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  87. 4e4155d Revert of SkTime updates (patchset #2 id:20001 of https://codereview.chromium.org/1521293002/ ) by mtklein · 9 years ago
  88. 023bda0 SkBitmap move by halcanary · 9 years ago
  89. 6a20871 SkTime updates by mtklein · 9 years ago
  90. 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
  91. 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
  92. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  93. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  94. 52e2581 archive skpx... currently dead code by mtklein · 9 years ago
  95. 9449616 Fix UB function problems for AA merger. by herb · 9 years ago
  96. 30da5f7 Change SkTaskGroup to use std::function. Ripple all the changes. by herb · 9 years ago
  97. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  98. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  99. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  100. cefb459 Another undefined shift caught by -fsanitize=shift. by mtklein · 9 years ago