1. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  2. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  3. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  4. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  6. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  7. 5b1a2ca Remove SK_SUPPORT_LEGACY_FILTERBOUNDS_RETURN. by senorblanco · 8 years ago
  8. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  9. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 8 years ago
  10. 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 8 years ago
  11. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 8 years ago
  12. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  13. 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 8 years ago
  14. bd590aa Fix caching bug in new SkImageFilter::filterImage path by robertphillips · 8 years ago
  15. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 8 years ago
  16. eaf086e Add SkSpecialImage-based methods to SkImageFilter by robertphillips · 8 years ago
  17. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago
  18. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  19. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 9 years ago
  20. 2352696 Replace the id<-->key hashmap in SkImageFilter by a SkTArray by xidachen · 9 years ago
  21. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  22. eae84c2 Image filters: fix srcOffset handling in asFragmentProcessor() path. by senorblanco · 9 years ago
  23. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  24. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  25. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  26. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  27. 2c3176c Remove "unused" parameter from filterInputGPU by robertphillips · 9 years ago
  28. 45eefcf Add null check for bmp->tex result in SkImageFilter::filterInputGpu by bsalomon · 9 years ago
  29. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  30. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  31. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  32. 70ee31b try adding flag to allow lcd text even in a layer by reed · 9 years ago
  33. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  34. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  35. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  36. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  37. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  38. a2e69fc Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa by bsalomon · 9 years ago
  39. 4449398 Make SkImageFilter::applyCropRect() optionally compute srcBounds. by senorblanco · 9 years ago
  40. 7b87ee7 Image filters: simplify filterInputGPU(). by senorblanco · 9 years ago
  41. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  42. 9a70b6e Image filters: refactor input GPU processing into filterInputGPU(). by senorblanco · 9 years ago
  43. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  44. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  45. 74ec8d4 Add a comment to explain clip intersection in crop rects. by senorblanco · 9 years ago
  46. 94dd7a5 change back to method for localmatrix imagefilter by reed · 9 years ago
  47. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago
  48. 88d064d add applyFilter() to SkImage by reed · 9 years ago
  49. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  50. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  51. 242397a Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 id:140001 of https://codereview.chromium.org/1370323002/ ) by mtklein · 9 years ago
  52. 75135d8 Implement SkImageFilter::Cache with SkResourceCache. by mtklein · 9 years ago
  53. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  54. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  55. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  56. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  57. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  58. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  59. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  60. 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
  61. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  62. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  63. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  64. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  65. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  66. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  67. ed7cf27 Now that the SkImageFilter::CropRect crop edges refer to by senorblanco · 9 years ago
  68. 1891863 refactor code to apply the croprect by reed · 9 years ago
  69. 24d2a7b Fix for partially-specified crop rects. by senorblanco · 9 years ago
  70. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  71. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  72. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  73. d312dca Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/) by robertphillips · 9 years ago
  74. 8355100 Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/) by jvanverth · 9 years ago
  75. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  76. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  77. ebaf6a6 Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/) by bsalomon · 9 years ago
  78. 157bcd0 Fix SkTileImageFilter clipping/cropRect interaction issue by robertphillips · 9 years ago
  79. 9a53fd7 Begin kLegacyFontHost_InitType cleanup by robertphillips · 9 years ago
  80. 2c55d7b remove subclassing from ImageFilter::Proxy by reed · 9 years ago
  81. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  82. 67ca2a9 purge imagefilter cache so we can better track leaks by reed · 9 years ago
  83. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  84. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  85. 195f62d BUG=skia: by stephana · 9 years ago
  86. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  87. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  88. 4a22a43 Bump picture version for uniqueID-less SkImageFilter. by senorblanco · 9 years ago
  89. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  90. cedc36f Use ComposColorFilter to collaps hierarchy (when possible). by reed · 9 years ago
  91. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  92. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 9 years ago
  93. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 9 years ago
  94. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  95. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  96. 16b2789 Change to create device coord coordset by joshualitt · 10 years ago
  97. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  98. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  99. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  100. b07a94f add roundOut that returns its result by reed · 10 years ago