1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  3. d5c448f make cacherator thread-safe by reed · 9 years ago
  4. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  5. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  6. a16af21 Have SkPicture::willPlayBackBitmaps() count SkImages too. by mtklein · 9 years ago
  7. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  8. 002c2ce stray malloc/free -> sk_malloc/sk_free by mtklein · 9 years ago
  9. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  10. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  11. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  12. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  13. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago
  14. 6ec8b7c Speculative valgrind fix by robertphillips · 9 years ago
  15. 7544124 fix zero-length tangent by caryclark · 9 years ago
  16. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  17. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  18. d028180 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  19. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  20. 05424f7 fix cubic clip in y by caryclark · 9 years ago
  21. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  22. 7d17340 subdivide path when side-clipping fails by caryclark · 9 years ago
  23. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  24. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  25. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  26. d1c6b7c SkColorCubeFilter: require alpha == 0xFF. by mtklein · 9 years ago
  27. ab42ec7 Add asserts for shared mutex. by herb · 9 years ago
  28. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  29. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  30. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  31. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  32. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  33. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  34. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  35. 82a02c9 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by herb · 9 years ago
  36. d3d0724 SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  37. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 9 years ago
  38. 4f0e047 handle no shader from image in drawAtlas by reed · 9 years ago
  39. 08f9234 Try again to put SkXfermode_opts in SK_OPTS_NS by mtklein · 9 years ago
  40. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  41. 5ea0363 ClearStencilClip in GrBatch by bsalomon · 9 years ago
  42. b2a3270 Update SkOpts namespaces. by mtklein · 9 years ago
  43. 2d141ba Patches on top of Radu's latest. by mtklein · 9 years ago
  44. 5346983 Put clear and discard into GrBatch. by bsalomon · 9 years ago
  45. 0c263fa Deduplicate typefaces across sub-pictures by mtklein · 9 years ago
  46. 9483763 Remove SkOpts_sse2.cpp. by mtklein · 9 years ago
  47. 95dd177 Revert[8] "move some public headers into private" by reed · 9 years ago
  48. fb28cd2 Revert[7] "move some public headers into private" by reed · 9 years ago
  49. e027169 Revert[6] "move some public headers into private" by reed · 9 years ago
  50. f5fb939 SkPDF: Move SkFlate into src/pdf (part 3/3) by halcanary · 9 years ago
  51. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  52. 7e6d9c0 Every pixel ref gets its own mutex. by mtklein · 9 years ago
  53. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  54. 15f4951 add asserts on Sk4px::Map functions that our arrays are non-null. by mtklein · 9 years ago
  55. cc1229c Revert "Revert[4] "move some public headers into private"" by reed · 9 years ago
  56. 9bc3954 Refactor helper function for SkBitmapShader to GrFragmentProcessor by joshualitt · 9 years ago
  57. 33e00db Revert[4] "move some public headers into private" by reed · 9 years ago
  58. 082e329 Revert of Refactor to put SkXfermode_opts inside SK_OPTS_NS. (patchset #1 id:1 of https://codereview.chromium.org/1286093004/ ) by mtklein · 9 years ago
  59. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 9 years ago
  60. b07bee3 Refactor to put SkXfermode_opts inside SK_OPTS_NS. by mtklein · 9 years ago
  61. 9cdcabe Revert[3] "move some public headers into private" by reed · 9 years ago
  62. 9d20ee5 Revert[2] "move some public headers into private" by reed · 9 years ago
  63. 7cdfa8a decrement lockcount if we failed to get pixels by reed · 9 years ago
  64. 4cf9e7e Revert "move some public headers into private" by reed · 9 years ago
  65. eedf0fb move some public headers into private by reed · 9 years ago
  66. 4977983 Sk4px blit mask. by mtklein · 9 years ago
  67. 2a5ca89 Revert of [TextBlob] Fall back to TightRunBounds when the font bounds are empty (patchset #1 id:1 of https://codereview.chromium.org/1284693002/ ) by egdaniel · 9 years ago
  68. d6b99cc [TextBlob] Fall back to TightRunBounds when the font bounds are empty by fmalita · 9 years ago
  69. 41838a0 remove unneeded _DRAWIMAGERECT flags by reed · 9 years ago
  70. 3848427 The compiler can generate smulbb perfectly well nowadays. by mtklein · 9 years ago
  71. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  72. b639474 Port SkTextureCompression opts to SkOpts by mtklein · 9 years ago
  73. f62833d Detect MIPS DSP and DSPR2 programattically. by mtklein · 9 years ago
  74. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  75. dfcba47 Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h by oysteine · 9 years ago
  76. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  77. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  78. d029ded Port morphology to SkOpts. by mtklein · 9 years ago
  79. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
  80. 8caa5af Reorganize to keep similar code together. by Mike Klein · 9 years ago
  81. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  82. dce5ce4 Port SkBlurImage opts to SkOpts. by mtklein · 9 years ago
  83. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 9 years ago
  84. 6f1216a cache private readback for gpu-images by reed · 9 years ago
  85. 1d183b4 Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ ) by mtklein · 9 years ago
  86. 48ed62b SkCanvas::onDrawPicture() quick-reject by fmalita · 9 years ago
  87. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 9 years ago
  88. f96bee3 disable SkOpts on x86 iOS (simulator) by mtklein · 9 years ago
  89. bdb34d0 Move SkOpts.h back to src/core. by mtklein · 9 years ago
  90. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  91. 490b615 Port SkXfermode opts to SkOpts.h by mtklein · 9 years ago
  92. 685f277 use SkNextID::ImageID for android's stable id by reed · 9 years ago
  93. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  94. 7eb0945 Port SkUtils opts to SkOpts. by mtklein · 9 years ago
  95. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  96. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  97. 02d91d1 lock pixels in image when bitmap is immutable and not-lazy by reed · 9 years ago
  98. 80c772b unify pixelref and image ID space, so we can share IDs when we share pixels by reed · 9 years ago
  99. f684a78 Runtime CPU detection for rsqrt(). by mtklein · 9 years ago
  100. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago