1. 9ae8fe1 [SkTextBlob] Remove incorrect builder assert by fmalita · 9 years ago
  2. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  3. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  4. b0b45d3 [TextBlob] Fall back to TightRunBounds when the font bounds are empty by fmalita · 9 years ago
  5. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  6. 3336697 remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap by reed · 9 years ago
  7. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  8. 8d57faf Revert of Stop using SkScalerContext::getAdvance() in SkGlyphCache. (patchset #2 id:20001 of https://codereview.chromium.org/1321243004/ ) by mtklein · 9 years ago
  9. 92d976c Validate text blob runs after SkTextBlob construction. by fmalita · 9 years ago
  10. 60df542 Strip font name of special characters before dumping by ssid · 9 years ago
  11. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  12. d1d4460 add hard-coded limit for tmp allocations when HQ image scaling by reed · 9 years ago
  13. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  14. f0c9865 Add support for light dumps in SkTraceMemoryDump interface. by ssid · 9 years ago
  15. e4c1735 Unify ThreadID. by herb · 9 years ago
  16. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  17. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  18. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  19. 05302f8 Handle inverted rects in SkRRect creation methods by robertphillips · 9 years ago
  20. b906daf Have /src files use header directly. by herb · 9 years ago
  21. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  22. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  23. 9f4dbca Make SkPath fFirstDirection atomic to fix tsan. by herb · 9 years ago
  24. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  25. 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
  26. 25a5b0d Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://codereview.chromium.org/1343153003/ ) by robertphillips · 9 years ago
  27. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  28. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  29. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  30. 97be9a0 SkImage-backed SkPictureShader by fmalita · 9 years ago
  31. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  32. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  33. 7f0a3d7 Make mutex semaphore based. by herb · 9 years ago
  34. 78041fa Small cleanups to SkSmallAllocator by mdempsky · 9 years ago
  35. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  36. 55fb4f3 SkTLList throw on sk_malloc fail by halcanary · 9 years ago
  37. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  38. 966e3d3 Add debug mode to shared mutex. by herb · 9 years ago
  39. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  40. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  41. 3060f3e Use atomic subtract in shared mutex. 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. 013e9e3 move SkBitmapProvider to its own file by reed · 9 years ago
  45. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  46. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  47. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  48. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  49. 014ffdb Parallel cache. by herb · 9 years ago
  50. cd56f81 SkImageSource by fmalita · 9 years ago
  51. 07344a5 Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of https://codereview.chromium.org/1317233005/ ) by mtklein · 9 years ago
  52. 82c93b4 SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  53. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 9 years ago
  54. a46ada5 SkValidatingReadBuffer: make sure we don't call readTypeface(). by mtklein · 9 years ago
  55. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  56. 3a100d3 we must own/free the generator, even if we fail to return a cacherator by reed · 9 years ago
  57. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  58. c4a83e2 support colortables in cacherator by reed · 9 years ago
  59. ae48877 increase resource image-cache size to test perf by reed · 9 years ago
  60. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  61. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  62. 83e599a Correct a possible free after use. by herb · 9 years ago
  63. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  64. 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
  65. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  66. 8e74046 Remove race. by herb · 9 years ago
  67. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  68. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 9 years ago
  69. bf29888 Parallel cache. by herb · 9 years ago
  70. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  71. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  72. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  73. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  74. 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
  75. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  76. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  77. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  78. 036fd8e Added TestCreate for SkComposeShader; will pick two random child procs that don't have children of their own. This prevents creating an arbitrarily large tree of procs. Also, it will choose a random coefficient mode for the xfermode. by wangyix · 9 years ago
  79. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  80. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  81. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  82. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  83. 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
  84. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  85. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  86. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  87. 6f2a486 Parallel cache. by herb · 9 years ago
  88. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  89. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  90. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  91. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago
  92. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  93. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  94. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  95. ddc4b46 Image generator-backed SkPictureShader by fmalita · 9 years ago
  96. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  97. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  98. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  99. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  100. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago