1. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  2. ce89400 Guard SkGpuDevice by joshualitt · 9 years ago
  3. 8604ca2 SkSwizzler: Factor skipping zeros out into a helper function. by mtklein · 9 years ago
  4. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  5. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  6. 639475e Fix BitmapCopy_Texture test on iOS by Brian Salomon · 9 years ago
  7. 950e626 Update our version of jsoncpp to fix a memory alignment bug in the library. by djsollen · 9 years ago
  8. e5cf2c6 Have nanobench report bench median sample time too. by mtklein · 9 years ago
  9. 9d22fd6 Make SkBitmap::CopyTo respect requested dst color type when bitmap is texture backed. by bsalomon · 9 years ago
  10. b4b42ed restore lost optimization when the shader can report const_in_y by reed · 9 years ago
  11. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  12. 5651ee6 Change to wire up opnames in SkGpuDevice by joshualitt · 9 years ago
  13. cc16c59 Remove Google3 scripts. by benjaminwagner · 9 years ago
  14. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  15. 6f0ff91 apply --match to image file names too, like we do for .skps by mtklein · 9 years ago
  16. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  17. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  18. 7cf12dd Fix radii calculation code to handle large radii. by herb · 9 years ago
  19. 8bae7c5 docs: Fix link to 'How to submit a patch'. by jcgregorio · 9 years ago
  20. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  21. b512aaa Make SkROBuffer::Iter::size() work when exhausted by scroggo · 9 years ago
  22. 0b558cb blacklist cpu cacherator tests in replay modes by mtklein · 9 years ago
  23. 3d00db3 Might as well inline these premultiplies. by mtklein · 9 years ago
  24. 4645e46 Update SKP version by update-skps · 9 years ago
  25. 22471ed remove SkImage::applyFilter() -- unused, can always re-add later by reed · 9 years ago
  26. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  27. c146aa6 Add --zero_init to simulate zero-initialized memory in CodecBench by mtklein · 9 years ago
  28. 1bcbc8f Fixed an assertion error in GrAAConvexTessellator. While adding a new point, it would check that the new point was not a duplicate of the previous point. It would then drop the previous point if it was in the middle of a straight line, and proceed to add the new point. by ethannicholas · 9 years ago
  29. b10fe49 Remove work from constructors to facilitate debugging. by herb · 9 years ago
  30. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  31. d9c0037 Clean up order of arguments to d,s[,aa]. by mtklein · 9 years ago
  32. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  33. defa0da Clean up SkXfermode_opts.h by mtklein · 9 years ago
  34. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  35. 04d975a fix opacity check in SkBitmapDevice::Create by lsalzman · 9 years ago
  36. 0e10166 Use ::std for is_empty, is_class, add_xxx_reference, remove decay. by bungeman · 9 years ago
  37. 4a34ecb DM: more invariants by mtklein · 9 years ago
  38. de8dc7e Reland of Make a single GrSingleOwner in GrContext (patchset #1 id:1 of https://codereview.chromium.org/1565303003/ ) by joshualitt · 9 years ago
  39. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  40. e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
  41. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  42. 91b4dfb remove MPD for now, to simplify things by reed · 9 years ago
  43. 27a48dc Create stub GrAuditTrail class by joshualitt · 9 years ago
  44. 55c86ab test+bench new swizzle SkOpts by mtklein · 9 years ago
  45. 06dd0a8 Fix unref order in SkGpuDevice by joshualitt · 9 years ago
  46. 7c55422 remove SkGPipe by reed · 9 years ago
  47. 57fa241 don't leak test filters and shaders by reed · 9 years ago
  48. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  49. 3061af4 add SkShader::newWithColorFilter by reed · 9 years ago
  50. c7796b9 Make CodecBench test kPremul and kUnpremul by msarett · 9 years ago
  51. 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
  52. a1bfaad Set up some hooks for premul/swizzzle opts. by mtklein · 9 years ago
  53. e9709e8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  54. 94da292 Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ ) by joshualitt · 9 years ago
  55. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  56. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  57. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  58. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  59. de029d0 More <type_traits> for SkTLogic.h. by bungeman · 9 years ago
  60. f96bf1a Fix handling of radii scaling to force the result to always be less by herb · 9 years ago
  61. 6544817 test & doc for SkUnitCubicInterp by caryclark · 9 years ago
  62. f9bc796 Make a single GrSingleOwner in GrContext by joshualitt · 9 years ago
  63. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  64. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  65. c7e211a SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  66. b7f4b8e Add sentinel to GrMemoryPool's block header by robertphillips · 9 years ago
  67. 5423ee1 Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 of https://codereview.chromium.org/1566943002/ ) by reed · 9 years ago
  68. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  69. 983dc25 SkTreatAsSprite should take AA into account by fmalita · 9 years ago
  70. c070d15 Remove SK_SUPPORT_LEGACY_BITMAP_SAMPLER_BIAS by fmalita · 9 years ago
  71. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  72. 5820fe8 DM: add a pixel check to serialize by mtklein · 9 years ago
  73. 38ce0a7 Add missing include for sleep by scroggo · 9 years ago
  74. 19aa2b0 Fix crash when ETC1 codec is not supported. by djsollen · 9 years ago
  75. 76a1225 Remove codecs and images from iOS Bazel build. by iroth · 9 years ago
  76. 95bc09b cmake: set SK_RELEASE to 0 if not a Release build by mtklein · 9 years ago
  77. ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
  78. 60c0a76 Revert of DM: add a pixel check to serialize (patchset #4 id:60001 of https://codereview.chromium.org/1561993003/ ) by caryclark · 9 years ago
  79. fb82437 Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ ) by caryclark · 9 years ago
  80. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  81. 6eb4e36 DM: add a pixel check to serialize by mtklein · 9 years ago
  82. 85c8d06 For Google3, enable SK_SUPPORT_LEGACY_SAVEFLAGS; required by legacy webkit_headless. by benjaminwagner · 9 years ago
  83. 8b05cb8 Broke GrTessellatingPathRenderer's tessellator out into a separate file. by ethannicholas · 9 years ago
  84. 4ecb1ad Fix DM tests in the Android Framework by djsollen · 9 years ago
  85. 3e07d94 Reenable testing webp to PDF on Valgrind by scroggo · 9 years ago
  86. 4894565 Add Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release to the CQ by borenet · 9 years ago
  87. 3ab9f2e Fix some SkCodecPrintfs by scroggo · 9 years ago
  88. b50b97d Optimize SkTileImageFilter destination bitmap size. by senorblanco · 9 years ago
  89. 5b1dec7 Add additional assert to GrSingleOwner by joshualitt · 9 years ago
  90. 53b1c09 SkPDF: Change handling of large-numbers in matricies. by halcanary · 9 years ago
  91. 54e6308 Add skstd::remove_pointer_t and use it. by bungeman · 9 years ago
  92. 1e1e509 add comment by caryclark · 9 years ago
  93. 1de610a Create debug only SkSingleOwner by joshualitt · 9 years ago
  94. e114dd6 fix valgrind by caryclark · 9 years ago
  95. 19c6250 Add debug sentinel to GrMemoryPool to check for memory stomping by robertphillips · 9 years ago
  96. bc348f4 In Google3 build, use SK_SFNTLY_SUBSETTER define to enable/disable sfntly. by benjaminwagner · 9 years ago
  97. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  98. 3c14681 Add a bench to test SkTileImageFilter. by senorblanco · 9 years ago
  99. ba25ddb fix nexus player by caryclark · 9 years ago
  100. 226aee2 Also ignore sfntly for Google3/iOS. by mtklein · 9 years ago