1. ca726ab fix misc asserts and checks found by fuzzer by reed · 9 years ago
  2. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  3. 23e7af0 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ ) by ethannicholas · 9 years ago
  4. 8781123 clean-up dead code by reed · 9 years ago
  5. 653db51 fix misc asserts and checks found by fuzzer by reed · 9 years ago
  6. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 9 years ago
  7. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 9 years ago
  8. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 9 years ago
  9. 00bea4a fix misc asserts and checks found by fuzzer by reed · 9 years ago
  10. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  11. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  12. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  13. 188d44c Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  14. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  15. 6b2c346 Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) by robertphillips · 9 years ago
  16. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  17. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  18. 98124ef Make SkPixelXorXfermode's opColor be SkPMColor by robertphillips · 9 years ago
  19. bbb6dc8 kill SkValue by mtklein · 9 years ago
  20. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  21. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  22. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  23. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  24. 353c148 experiment: float color components by reed · 9 years ago
  25. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  26. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  27. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago
  28. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  29. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  30. ce2dfae remove dead code from SkColorMatrixFilter by reed · 9 years ago
  31. 03f8968 move SkDither.h to private, remove unused shadeSpan16 by reed · 9 years ago
  32. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  33. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  34. d63f60a change all factories to return their base-class by reed · 9 years ago
  35. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  36. 467ddc0 SkBlurImageFilter returns input when sigma = 0 by xidachen · 9 years ago
  37. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  38. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  39. 0745653 SkAlphaThresholdFilter.h allow flattening by halcanary · 9 years ago
  40. a544eda Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  41. 50c044b Revert of Matrix convolution bounds fix; affectsTransparentBlack fixes. (patchset #4 id:60001 of https://codereview.chromium.org/1500923004/ ) by senorblanco · 9 years ago
  42. 8705ec8 Matrix convolution bounds fix; affectsTransparentBlack fixes. by senorblanco · 9 years ago
  43. f028003 change more effects to only expose factories by reed · 9 years ago
  44. 5ea95df Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )" by reed · 9 years ago
  45. 95376a0 Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ ) by schenney · 9 years ago
  46. 80a6dca factories should return baseclass, allowing the impl to specialize by reed · 9 years ago
  47. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  48. 62a69c2 Move Mutexy things to private. by herb · 9 years ago
  49. e25eea4 Use child processors to implement compose color filter. by bsalomon · 9 years ago
  50. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  51. 00d6e51 Eliminate some clutter in SkFlattenable by mdempsky · 9 years ago
  52. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  53. cd56f81 SkImageSource by fmalita · 9 years ago
  54. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  55. 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
  56. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  57. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  58. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  59. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  60. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  61. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  62. d1c6b7c SkColorCubeFilter: require alpha == 0xFF. by mtklein · 9 years ago
  63. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  64. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  65. d0cf9d8 Remove SK_LEGACY_SKPOINT3_CTORS flag by robertphillips · 9 years ago
  66. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  67. 3d32d76 Add new SkPoint3 class by robertphillips · 9 years ago
  68. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  69. 85ff25e Thread GrShaderDataManager through Image filters by joshualitt · 9 years ago
  70. 2cff176 More threading of GrShaderDataManager by joshualitt · 9 years ago
  71. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  72. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  73. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  74. af4b233 remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM by reed · 9 years ago
  75. efbffed Clean up usage of SkSurfaceProps by robertphillips · 9 years ago
  76. c3176aa Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  77. 7147cc1 retro add copyright by reed · 9 years ago
  78. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 9 years ago
  79. 56263c7 delete (unused) TransparentShader by reed · 9 years ago
  80. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  81. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  82. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 9 years ago
  83. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 9 years ago
  84. 71a6cbf remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical by reed · 9 years ago
  85. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  86. e275fdf Add GM to repro crbug.com/472795 by robertphillips · 9 years ago
  87. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  88. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  89. 62a320c Revert of Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #1 id:1 of https://codereview.chromium.org/1022673007/) by reed · 9 years ago
  90. 92b47c4 Revert of remove colorfilter native-565 support. complicating w/ no real value. (patchset #2 id:20001 of https://codereview.chromium.org/1015533011/) by reed · 9 years ago
  91. b67eb2f Revert "Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/)" by reed · 9 years ago
  92. 2151353 remove colorfilter native-565 support. complicating w/ no real value. by reed · 9 years ago
  93. 374a4c3 Revert of impl colormatrix w/ floats (patchset #7 id:120001 of https://codereview.chromium.org/967943002/) by reed · 9 years ago
  94. 7971def impl colormatrix w/ floats by reed · 9 years ago
  95. 8c874ee Move SkMatrixImageFilter into core, and add a factory fn for it. by senorblanco · 9 years ago
  96. 977b6f7 Remove deprecated flavour of SkDropShadowImageFilter::Create(). by senorblanco · 9 years ago
  97. 6c1b338 Remove now-unused uniqueID param from SkDropShadowImageFilter::Create(). by senorblanco · 9 years ago
  98. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  99. 82b0748 remove dead code by reed · 10 years ago
  100. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago