1. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  2. 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
  3. 25a5b0d Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://codereview.chromium.org/1343153003/ ) by robertphillips · 9 years ago
  4. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  5. 209c162 SkBlockMemoryStream: correct test in getMemoryBase(). by halcanary · 9 years ago
  6. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  7. 97be9a0 SkImage-backed SkPictureShader by fmalita · 9 years ago
  8. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  9. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  10. 7f0a3d7 Make mutex semaphore based. by herb · 9 years ago
  11. 78041fa Small cleanups to SkSmallAllocator by mdempsky · 9 years ago
  12. 87ba62e Replace GrExtractAlphaFragmentProcessor with DstIn compose processor by bsalomon · 9 years ago
  13. 55fb4f3 SkTLList throw on sk_malloc fail by halcanary · 9 years ago
  14. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  15. 966e3d3 Add debug mode to shared mutex. by herb · 9 years ago
  16. 4b3d3be use allocator (if present) when we allocate our cache bitmap by reed · 9 years ago
  17. 3322a81 share code between SkGr and Cacherator by reed · 9 years ago
  18. 3060f3e Use atomic subtract in shared mutex. by herb · 9 years ago
  19. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  20. cd7f035 Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  21. 013e9e3 move SkBitmapProvider to its own file by reed · 9 years ago
  22. 7a4d847 use SkBitmapProvider for shader-context by reed · 9 years ago
  23. 435657f Forward declare SkStrokeRec in SkPathEffect by halcanary · 9 years ago
  24. 98ed7b6 create SkBitmapProvider to abstract images and bitmaps by reed · 9 years ago
  25. 30c4cae Add special case circle blur for Ganesh by robertphillips · 9 years ago
  26. 014ffdb Parallel cache. by herb · 9 years ago
  27. cd56f81 SkImageSource by fmalita · 9 years ago
  28. 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
  29. 82c93b4 SkPx: new approach to fixed-point SIMD by mtklein · 9 years ago
  30. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 9 years ago
  31. a46ada5 SkValidatingReadBuffer: make sure we don't call readTypeface(). by mtklein · 9 years ago
  32. 995b4bd be sure to use cached bitmap when we need to upload something to make a texture by reed · 9 years ago
  33. 3a100d3 we must own/free the generator, even if we fail to return a cacherator by reed · 9 years ago
  34. 4d5b676 formalize generate->bitmap by reed · 9 years ago
  35. c4a83e2 support colortables in cacherator by reed · 9 years ago
  36. ae48877 increase resource image-cache size to test perf by reed · 9 years ago
  37. 951d854 Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://codereview.chromium.org/1264103003/ ) by jyasskin · 9 years ago
  38. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago
  39. 83e599a Correct a possible free after use. by herb · 9 years ago
  40. a1c0ee4 SkNx_shuffle by mtklein · 9 years ago
  41. 4e8a09d Port SkMatrix opts to SkOpts. by mtklein · 9 years ago
  42. 4a37d08 Port SkBlitRow::Color32 to SkOpts. by mtklein · 9 years ago
  43. 8e74046 Remove race. by herb · 9 years ago
  44. 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
  45. 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
  46. bf29888 Parallel cache. by herb · 9 years ago
  47. 9a50174 Specialize SkOncePtr<T[]>. by mtklein · 9 years ago
  48. 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
  49. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  50. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  51. 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
  52. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  53. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  54. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  55. 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
  56. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  57. 0f0af23 Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE" by reed · 9 years ago
  58. 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
  59. bbd4018 Port SkLazyFnPtr users to SkOncePtr. by mtklein · 9 years ago
  60. 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
  61. 2d126b5 switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE by reed · 9 years ago
  62. ef2df09 Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://codereview.chromium.org/1264103003/ ) by herb · 9 years ago
  63. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 9 years ago
  64. 6f2a486 Parallel cache. by herb · 9 years ago
  65. 8523782 Fix SkOneShotDiscardablePixelRef to return discardable segment. by ssid · 9 years ago
  66. 44c3128 Clean up some lint complaints by robertphillips · 9 years ago
  67. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 9 years ago
  68. 518a292 Stop using SkScalerContext::getAdvance() in SkGlyphCache. by mtklein · 9 years ago
  69. 73fa616 Added SkComposeShader GPU implementation by wangyix · 9 years ago
  70. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  71. a508f3c Require Sk4f::toBytes() clamps by mtklein · 9 years ago
  72. ddc4b46 Image generator-backed SkPictureShader by fmalita · 9 years ago
  73. dde03ff Clean up remaining users of SkPMFloat by mtklein · 9 years ago
  74. 9913887 simplify bitmap scaler and cache by reed · 9 years ago
  75. aba1dc8 Move float<->byte conversions into Sk4f. by mtklein · 9 years ago
  76. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  77. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  78. 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
  79. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  80. 264873d fix bounds check for ctables (thanks Hal) by reed · 9 years ago
  81. b236d1a change colortable to use factory for reinflating, check for empty by reed · 9 years ago
  82. 62ce030 Replace SkPin32 with SkTPin and remove. by bungeman · 9 years ago
  83. 7445cef Remove sys/types.h include from SkTypes.h. by bungeman · 9 years ago
  84. 761cf61 Clean up SkTLogic. by bungeman · 9 years ago
  85. 6904d1d Add a note about (x*y+255)/256. by mtklein · 9 years ago
  86. e01008f Add trace event to SkPicture analysis. by mtklein · 9 years ago
  87. 33c594c [tracing] Add support for skia caches to dump memory stats by ssid · 9 years ago
  88. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  89. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  90. d5c448f make cacherator thread-safe by reed · 9 years ago
  91. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  92. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  93. a16af21 Have SkPicture::willPlayBackBitmaps() count SkImages too. by mtklein · 9 years ago
  94. 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
  95. 002c2ce stray malloc/free -> sk_malloc/sk_free by mtklein · 9 years ago
  96. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  97. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  98. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  99. afd7c74 Remove SK_OFFSETOF from SkTypes, clean up offsetof usage. by bungeman · 9 years ago
  100. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago