1. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  2. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  3. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  4. bf90520 SkPath::fFirstDirection: seq-cst -> relaxed by mtklein · 9 years ago
  5. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  6. cdd7907 Implement cached nvpr text blobs by cdalton · 9 years ago
  7. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  8. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  9. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  10. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  11. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  12. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  13. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  14. 3d09665 update memset16/32 inlining heuristics by mtklein · 9 years ago
  15. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  16. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  17. 9f4dbca Make SkPath fFirstDirection atomic to fix tsan. by herb · 9 years ago
  18. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  19. 0869267 Add cast and assignment operators to SkAtomic. by herb · 9 years ago
  20. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  21. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  22. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  23. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  24. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  25. 3f9deab Remove SkImage::newImage() by fmalita · 9 years ago
  26. 7f0a3d7 Make mutex semaphore based. by herb · 9 years ago
  27. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  28. f12a167 SkPDF: add basic metadata support by halcanary · 9 years ago
  29. 07ed41f Fix possible integer overflow in SkTSearch's midpoint calculation by mdempsky · 9 years ago
  30. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  31. b758bbd Revert of Combined approach. (patchset #2 id:20001 of https://codereview.chromium.org/1356133002/ ) by mtklein · 9 years ago
  32. 46243a7 Combined approach. by mtklein · 9 years ago
  33. b1cc9da Revert of try simplest code: inline whenever vaguely sensible (patchset #1 id:1 of https://codereview.chromium.org/1351403005/ ) by mtklein · 9 years ago
  34. 527a0c8 try simplest code: inline whenever vaguely sensible by mtklein · 9 years ago
  35. c566fdd Revert of try stosd/w (patchset #2 id:20001 of https://codereview.chromium.org/1355063002/ ) by mtklein · 9 years ago
  36. 3ca0f62 try stosd/w by mtklein · 9 years ago
  37. b63d816 Revert of update memset16/32 inlining heuristics (patchset #1 id:1 of https://codereview.chromium.org/1357193002/ ) by mtklein · 9 years ago
  38. b68fa40 update memset16/32 inlining heuristics by mtklein · 9 years ago
  39. 966e3d3 Add debug mode to shared mutex. by herb · 9 years ago
  40. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  41. 3667d5b Add subtract to atomics. by herb · 9 years ago
  42. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  43. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  44. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  45. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  46. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  47. 014ffdb Parallel cache. by herb · 9 years ago
  48. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  49. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  50. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  51. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  52. bf29888 Parallel cache. by herb · 9 years ago
  53. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  54. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  55. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  56. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  57. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  58. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  59. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  60. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  61. a5f46e1 Comments: note existance of SkImage::newShader next to CreateBitmapShader by halcanary · 9 years ago
  62. ff390c9 Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (patchset #3 id:40001 of https://codereview.chromium.org/1311963007/ ) by scroggo · 9 years ago
  63. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  64. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  65. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  66. 6f2a486 Parallel cache. by herb · 9 years ago
  67. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  68. 86e90fa add preroll to image, for chrome's warmup pass by reed · 9 years ago
  69. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  70. b2885d5 Document SkString::resize(int) as destructive. by bungeman · 9 years ago
  71. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  72. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  73. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  74. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  75. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  76. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago
  77. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  78. 7445cef Remove sys/types.h include from SkTypes.h. by bungeman · 9 years ago
  79. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  80. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  81. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  82. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  83. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  84. ab5d5de Enable debug builds in the Android framework by djsollen · 9 years ago
  85. ab374cf Explicitly friend ::SkPrivateEffectInitializer to flattenables. by mtklein · 9 years ago
  86. 5141d90 Add build targets for advanced Intel instruction sets (1 of 3). by mtklein · 9 years ago
  87. 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
  88. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  89. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  90. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  91. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  92. 9a5bd7e Introduce interface for memory dumps by primiano · 9 years ago
  93. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  94. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  95. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  96. 216b643 private iterator to visit all resource cache entries by reed · 9 years ago
  97. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  98. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  99. 95b96d6 Revert of cast SK_ARRAY_COUNT to make it sign agnostic (patchset #1 id:1 of https://codereview.chromium.org/1299943002/ ) by caryclark · 9 years ago
  100. bca8620 cast SK_ARRAY_COUNT to make it sign agnostic by caryclark · 9 years ago